Koen Serneels

Results 7 issues of Koen Serneels

Hi. I have following value class: ``` public final class SomeClazz implements Serializable { public static final SomeClazz ZERO = new SomeClazz("0.00"); public static final BigDecimal BIGDECIMAL_ZERO = new BigDecimal("0.00");...

Hi. When the plugin adds licenses, delimiters are inserted so the plugin knows where to update the license in case of updates. Afaik there are 3 configuration options to change...

enhancement
help wanted
file-header

Hi. If this is not the right place to ask questions I apologize, thanks for pointing me into the right direction as the docs did not point out a platform...

question

Using ClientHttpRequestMessageSender and setting 'setBufferRequestBody' to false: ` HttpWebServiceMessageSenderBuilder httpWebServiceMessageSenderBuilder = new HttpWebServiceMessageSenderBuilder();HttpWebServiceMessageSenderBuilder httpWebServiceMessageSenderBuilder = new HttpWebServiceMessageSenderBuilder(); httpWebServiceMessageSenderBuilder.requestFactory(() -> { HttpComponentsClientHttpRequestFactory httpComponentsClientHttpRequestFactory = new HttpComponentsClientHttpRequestFactory( configureHttpClient(HttpClients.custom(), endpointConfiguration, messageContextHolder)); httpComponentsClientHttpRequestFactory.setBufferRequestBody(false); return...

Is there a way to automate the plugin installation and point it to a pre-existing config? We would like to start a fresh Matomo dockerized setup completely from code.

Would it be possible to have an option to prefix packages of sources generated for a specific WSDL rather than only having the NS? For ex. service1.wsdl is in NS...

enhancement

I have a Athom 15w led bulb and flashed the latest stable 0.14.4. When the bulb starts ootb it has a warm white color with low brightness. I created a...

fixed in source
workaround
waiting for feedback