Daniel Kellenberger

Results 10 comments of Daniel Kellenberger

Thank you for pointing to the specification. We have been using it on JPA related entities, to apply a filter on Collections: ```java @OneToMany(mappedBy = "configurationNode", fetch = FetchType.LAZY, cascade...

We have solved the issue by having a specific table for each vendor, containing the comparison value. The mentioned compatibility mode for SQL Server works well, but we use also...

This could be solved with: Handlebars ```java public Template compileInline(final String input, final String startDelimiter, final String endDelimiter) throws IOException { notNull(input, "The input is required."); int hashCode = new...

I'd love to see `patternProperties` to be supported with the two constraints proposed by @joelittlejohn > > 1) patternProperties is only supported when "additionalProperties" : false is present > >...

Is there any plan to implement the feature to force generation of unreferenced parts declared in the #definitions using a configuration?

I stumbled on a similar problem when migrating from Sun to Jakarta. (Can't map property `String to JAXBElement`) => You need to wait for Release 1.6.0.

Hi @ozzyrod. Could you please update the tested version? Looks like the plugin still works with the latest WordPress version. Is the plugin still maintained?

For those who face the same issue with the latest version (5.4.0) is throwing `com.azure.messaging.servicebus.ServiceBusException: This body type not is supported: VALUE` when a message was sent to a topic...

Thanks @illnr for your suggestion. We had the same issue and with this it works as expected.

Issue is still present (version 5.23.0). @Netyyyy : Please reconsider.