Patrice Blanchardie

Results 11 comments of Patrice Blanchardie

With any JPA/Hibernate option, when JCache is present. There are plenty of cache configuration options between Spring and Hibernate, not sure which is the simplest one, and which is mandatory...

Very low priority indeed, let's focus on newer solutions if sessions are abandonned by most people. Multiples choices : - Without spring session, built-in. - With spring session: there are...

> Can you give more details on what you have in mind plz? updated description, still needs some thinking about it.

Note that `hibernate.bytecode.allow_enhancement` is also causing some weird issues and should be avoided until stable IMO. It looks like it's still a tech preview in best effort mode, [as explained...

Good news from Hibernate: [HHH-13658](https://hibernate.atlassian.net/browse/HHH-13658) - Make NO_PROXY unnecessary was planned for 6.0 and should be applied to 5.4 soon. There is one left, but it should also be fixed:...

Hi @vladmihalcea, These issues have been fixed so we should not get OneToOneParentSideEvent anymore when using Hibernate 5.5+. Related to #120 See https://patriceblanchardie.com/hibernate-lazy-initialization

`hibernate.cache.use_second_level_cache` is `true` by default. As it's not set to `false` in the generated configuration, it's currently enabled. > If you do not specify additional properties, the JCacheRegionFactory will load...

Very nice improvement, I think every backbone user will run into this

fullapp fails because of a conflict: caffeine and ehcache shouldn't be enabled together may I update the fullapp test to choose ehcache instead of caffeine?

I agree it can be a valid setup to have both (weird scenario, isn't it?), but the current cache approach does not permit it. If you prefer that we allow...