Marko Bekhta
Marko Bekhta
Hi @scottmarlow 👋🏻 😃 We are looking to add a new Hibernate Search preview module to Wildfly. It is for [Jakarta Batch integration](https://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#jsr352-integration). Hibernate Search offers `hibernate-search-mapper-orm-jakarta-batch-jberet` + `hibernate-search-mapper-orm-jakarta-batch-core` artifacts,...
Looking at https://jakarta.ee/specifications/bean-validation/3.1/ a compatible implementation is displayed as `[Hibernate Validator 8.0.1.Final](https://hibernate.org/validator/releases/8.0/)` Hibernate Validator 8.0 series is a Jakarta Bean Validation 3.0-based implementation. While there weren't any updates to the...
Looking at the compatible implementation of Jakarta Bean Validation 3.0 at https://jakarta.ee/specifications/bean-validation/3.0/ it shows as [Hibernate Validator 7.0.0.Alpha5](https://hibernate.org/validator/releases/7.0/) shouldn't this mention a final version instead? e.g. `Hibernate Validator 7.0.0.Final` or...
https://github.com/jakartaee/validation/tree/main/src/main/xsd does not include XSDs for Jakarta Validation 3.1. While there were no changes in this area, it would be good to have the XSDs there, even if just for...
When the Validation TCK base test adds a few lib dependencies to the web archive, if the dependency path contains escapable symbols, e.g. `@`, the TCK will fail to find...
This came up while looking into updating jboss-logging in wildfly-core. See https://github.com/wildfly/wildfly-core/pull/6058#discussion_r1670686892
https://issues.redhat.com/browse/WFCORE-6883 Hey @jamezp 👋🏻 😃 It's probably easier to look at the patch by commit. - the new generator seems to fail on `JmxLogger` where the exception requires at least...
Hey hey @yrodiere 😃 I've drafted something while it was fresh on my mind after the migration to the standalone mapper. It seems like it could be an interesting topic...
Since `docker-compose` is throwing exceptions now, and `docker compose` is supposed to be a way to start it now... The error: ``` docker-compose up Recreating quarkusiogithubio-jekyll-1 ... ERROR: for quarkusiogithubio-jekyll-1...
https://hibernate.atlassian.net/browse/HHH-18503 Opening as a draft as this is only a test for the related JIRA. ---------------------- By submitting this pull request, I confirm that my contribution is made under the...