Patrice Blanchardie
Patrice Blanchardie
This is a (check one box): - [X] Bug Report - [ ] Feature Request - [ ] General Query My version of UI-Router is: (type version) 1.0.27 # Bug...
Configure hibernate cache manager: ```java @Bean public HibernatePropertiesCustomizer hibernatePropertiesCustomizer(javax.cache.CacheManager cacheManager) { return hibernateProperties -> hibernateProperties.put(ConfigSettings.CACHE_MANAGER, cacheManager); } ``` I'll provide a PR.
- Built-in - Spring Session - Data Redis - Hazelcast - JDBC (buggy with constraint violations)
Currently we only have the HTTP API. Perhaps we'll have a CLI, a web app with Vue, a desktop app and so on. Why not having a plugin in your...
A simple copy and paste of your conclusion: https://vladmihalcea.com/how-to-lazy-load-entity-properties-with-hibernate. > By default, all lazy properties are initialized together, but this behavior can be customized using `@LazyGroup`. If an entity has...
if not found in the given class fix #25
- [x] switch to [Caffeine JCache](https://github.com/ben-manes/caffeine/wiki/JCache) - [x] provides feature `jcache` instead of `cache` (also updated ehcache), so that JCache-based modules can depend on it - [ ] be consistent...
Hi! Nice history 👍 [Ext JS](https://www.sencha.com/products/extjs/) 2.0 was released on 4 December 2007, and lots of rich applications have been built with this framework. It was (is) powerful and very...