Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.10
-
None
-
None
-
Docs Required, Release Notes Required
Description
When using Apache Ignite with SpringBoot or other dependency chains we are forced to downgrade H2 to 4.1.197 which breaks other relationships besides making the classpath fragile and less maintainable besides causing runtime conflicts.
It would be very welcome if H2 could be upgraded to 4.1.200
Ideally, H2 should be enclosed in Apache Ignite classpath which is the way GridGain Ignite handles this problem, without a direct dependency on H2 itself but enclosing H2 instead in internal packages.