Andrew Gibb
Andrew Gibb
In the parent geolatte pom the JTS version is defined by a property ``` 1.18.0 ``` However in the released versions on the Maven repositories the pom has a version...
The Bootstrap5 plugin does not deregister/destroy correctly ``` uninstall() { super.install(); this.core.off("core.element.validated", this.eleValidatedHandler); } ``` The `uninstall()` just calls `super.install()` instead of `super.uninstall()`?
The Recaptcha plugin `uninstall()` does not clear the loaded callback attached to the `window`. This gets re-used when registering a new captcha on the `install()` We found that adding `window[i.LOADED_CALLBACK]...
### Search first - [X] I searched and no similar issues were found ### Description I have a change set with an insert statement that contains a string with a...
Do the converters in `org.activiti.api.runtime.model.impl` such as `StringToDateConverter` need to implement Spring's `Converter` and also be a `@Bean`? These get picked up and registered with the `GenericConversionService` and affect regular...
[HHH-17455](https://hibernate.atlassian.net/browse/HHH-17455) Not sure if it really conveys the "why" but it definitely shows the error using `root.as(Class clazz)`