Werner Keil

Results 431 comments of Werner Keil

Seems removed by PRs like https://github.com/JavaMoney/jsr354-api/pull/119. What about the BP, do we care or leave it there? As it should go away with the next version, I am not sure,...

Not sure, how you came to SourceForge with Jadira, maybe it still uses that for downloads, but the Issue tracker is https://github.com/JadiraOrg/jadira/issues. Would someone consider filing an issue there?

@rollenwiese Would this new method in MoneyUtils help with Hibernate? I'm almost inclined to move it to another repo, especially @orousseil's older comment sounds like something we may cover e.g....

At least [hibernate-validator](https://github.com/hibernate/hibernate-validator) already supports validation of `MonetaryAmount`, so why not ask the makers of [hibernate-orm](https://github.com/hibernate/hibernate-orm) about it, too. Until then Jadira might be the way to go, or ask...

Same goes for the core maintainers of the Money JSR which is effectively in Maintenance mode ;-) So pointing to [hibernate-types](https://github.com/vladmihalcea/hibernate-types) was mainly a possible alternative to Jadira, if @landsman...

Would you be able to propose a PR for the mentioned approach?

@bpasson Maybe for performance reasons, but if you don't see a possible performance penalty, you could try without the caching.

This may be blocked by other issues especially the one around that whole config problem, see #370. @bpasson did you try building without certain modules like ECB?

With Java 11? I suspect it also has something to do with the config issues.