ArrayIndexOutOfBounds with Kotlin coroutines and Hibernate-Validator

I was trying to build a spring boot application based on spring spring-boot-starter-webflux which is based on kotlinx-coroutines-reactor. The API definition was done with OpenAPI-Generator with “kotlin-spring” generator and “spring-boot” library. Setting the configOptions useBeanValidation and reactive to true generates suspendable methods and uses webflux. And adding hibernate-validator allows to use bean validation for every

ArrayIndexOutOfBounds with Kotlin coroutines and Hibernate-Validator Read More »

Free Sound Processing Plugins

Some links I gathered with free but very powerful sound plugins: https://tal-software.com/products TAL Noisemaker TAL Vocoder https://www.tokyodawn.net/tokyo-dawn-labs/ TDR Nova TDR Kotelnikov TDR VOS SliqEQ https://polyversemusic.com/products/wider/ Wider https://www.auburnsounds.com/products/Panagement.html Panagement https://www.powerdrumkit.de/download76187.php MT Power DrumKit 2 http://www.yohng.com/software/piano.html 4FrontPiano https://electroniksoundlab.com/free-stuff/ Atmos 2 https://rdgaudio.com/free-products/ Vintage Snare Roll http://bigcatinstruments.blogspot.com/2016/02/recut-pianos.html Skerratt London Piano Iowa Piano https://99sounds.org/vst-plugins/ Upright Piano Drum Machine Clap Machine

Free Sound Processing Plugins Read More »

Lombok and log4shell

Project lombok has become a defacto standard in close to every Java project I see. Because of this I want to also write about the ongoing log4j problems as described under https://blog.coffeebeans.at/archives/1709. The annotation @Log4j allows to create a log4j logger field in the annotated class. This of course implicates that your project is using

Lombok and log4shell Read More »