Skip to content

Commit

Permalink
Revert Hazelcast for Java 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Apr 23, 2024
1 parent 581f82d commit 1e12848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* grails `6.2.0`
* gorm `8.1.0`
* groovy `3.0.21`
* hazelcast `5.4.0`
* hazelcast `5.3.7`


## 19.0.0 - 2024-04-04
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/hazelcast-hibernate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.hazelcast.com/schema/config
http://www.hazelcast.com/schema/config/hazelcast-config-5.4.xsd">
http://www.hazelcast.com/schema/config/hazelcast-config-5.3.xsd">

<instance-name>${io.xh.hoist.hzInstanceName} </instance-name>
</hazelcast>

0 comments on commit 1e12848

Please sign in to comment.