Commit Graph

11 Commits

Author SHA1 Message Date
Andrea Boriero b897a36f2f Fix issue with generated pom missing project description 2020-04-06 18:21:11 +01:00
The Geeky Asian 5501a40dd2 HHH-13855 - Remove unnecessary delared variable JtaManager in HibernatePersistenceProviderAdaptor
In the HibernatePersistenceProviderAdaptor, there is an unnecessary declaration of JtaManager. The sole purpose of having this variable is only to use in the overridden method named InjectJtaManager.

This was be improved by removing the JtaManager as there is no use of the variable, as of now at least.
2020-02-24 21:13:06 +00:00
Sanne Grinovero 6b489474f5 HHH-13576 Similar debugf and tracef issues found via grepping 2019-08-14 11:40:39 +01:00
Guillaume Smet ac11b7fd8c HHH-12828 Make ScannerTests more stable
In a shared containerized environment like Travis, it's not obvious that
the second read will be faster than the first one.

And indeed, the test often fails.

There's no real value in testing that, we are just testing I/O, and the OS
cache.
2018-07-19 09:59:48 +02:00
Steve Ebersole ed136d5f52 HHH-12544 - Add jipijapa hook to plug in specialized caching and transaction services 2018-05-08 10:55:26 -05:00
Steve Ebersole 350d330159 HHH-12544 - Add jipijapa hook to plug in specialized caching and transaction services 2018-05-08 10:40:15 -05:00
Steve Ebersole 93d9162243 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- checkstyle fixups
- adjust checkstyle to allow up to 5 newlines at the end of the file (1 to 5)
- fixed bad 4.6 Gradle wrapper version (cant load builds)
2018-03-26 11:42:09 -05:00
Steve Ebersole f5bb8a1f93 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- formatting changes
- clean up
- still todo investigate JtaPlatformProvider approach
2018-03-26 11:42:09 -05:00
Steve Ebersole 6f48fa1a49 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- functional changes - building, all tests passing
- formatting changes coming in next commit to isolate them
- removed Infinispan dependencies (not compile/test failures in any subproject as a result)
2018-03-26 11:42:09 -05:00
Scott Marlow 9c97b987e1 HHH-12395 hibernate-jipijapa should set new defaults for JPA 2.2 specification compliance 2018-03-26 11:42:09 -05:00
Scott Marlow 2a1a85383e HHH-12390 add hibernate-jipijapa 2018-03-26 11:42:09 -05:00