You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implement spring boot 2.6 hibernate-reactive example
* Change unnecessarily type casting (apply Generic T Type)
* change EntityDsl type interface to class
* implement reactive-core module
* implement data-reactive-core module
* implement hibernate-reactive module
* implement test fixture integration-reactive module
* persistence.xml xsd file's version up(2.1 -> 2.2)
* implement order group equals (for equal comparison)
* implement data-hibernate-reactive module
* gradle version up 7.4.1
* add gradle build info & stacktrace option
* Add workflow to report test results in github actions
* github flow's jdk version jdk 8 to 11
* compile option for hibernate-reactive
* remove warning, below message
'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
* Change public members not used externally to private
* Change public members not used externally to private
* update document for reactive
* release version up
0 commit comments