Skip to content

Commit 42f7d1d

Browse files
committed
[#2901] Refactor DefaultReactiveFlushEntityEventListener in order to reuse most of the code of DefaultFlushEntityEventListener instead of rewriting it
# Conflicts: # hibernate-reactive-core/src/main/java/org/hibernate/reactive/event/impl/DefaultReactiveFlushEntityEventListener.java
1 parent 5e5e09a commit 42f7d1d

File tree

2 files changed

+10
-668
lines changed

2 files changed

+10
-668
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ org.gradle.java.installations.auto-download=false
4343
#enableCentralSonatypeSnapshotsRep = true
4444

4545
# Enable the maven local repository (for local development when needed) when present (value ignored)
46-
#enableMavenLocalRepo = true
46+
enableMavenLocalRepo = true
4747

4848
### Settings the following properties will override the version defined in gradle/libs.versions.toml
4949

5050
# The default Hibernate ORM version (override using `-PhibernateOrmVersion=the.version.you.want`)
51-
#hibernateOrmVersion = 7.1.1.Final
51+
hibernateOrmVersion = 7.2.1-SNAPSHOT
5252

5353
# Override default Hibernate ORM Gradle plugin version
5454
#hibernateOrmGradlePluginVersion = 7.1.1.Final

0 commit comments

Comments
 (0)