Laurent Schoelens
Laurent Schoelens
@N4zroth Hi We are currently working on jaxb3 jaxb4 jakarta support on initial repository. This should come very soon but we have problems with catalog resolution with upgraded xjc and...
@N4zroth : jaxb-tools has been released with support of JAXB3 / JAXB4 😉
HI @garydgregory thanks for the review and comment. Someone thought the stringBetween works like taking the substring between two strings, with last argument taken as far as possible, and maybe...
seen build failed due to checkstyle violation (not having checkstyle activated on my IDE), added a fix for this
@garydgregory : got an exemple for you of usage `5 * ((6 * 7 + 2) * 3)` Actual method will return `(6 * 7 + 2` where we would...
> > @garydgregory : got an exemple for you of usage `5 * ((6 * 7 + 2) * 3)` Actual method will return `(6 * 7 + 2` where...
Thanks for the reply. Is there any plans for this ? It's huge refactoring.
Like you expose the calling to this new Strings class, it looks like you're creating new instance (like a builder) and that should lead to memory impact and performances issues...
> Like you expose the calling to this new Strings class, it looks like you're creating new instance (like a builder) and that should lead to memory impact and performances...
Hi @beikov, Could you please check this PR associated with the following issue : https://hibernate.atlassian.net/browse/HHH-17579 ? Thanks 😄