Hi Rob,
I wanted to move to Java 9 Modules and there where few problems with this, but the main problem was with ebean-postgis-types module with dependency to net.postgis.postgis-jdbc. The old versions are not compatible with java modules.
Moving forward - I has able to update net.postgis.postgis-jdbc to 2023.1.0 and it seems to work. It passes all the tests during build (mvn clean install) and my application compiles and starts (needs more tests - I will know tomorrow).
I wanted to make a pull request but I have two dilemmas:
1. net.postgis.postgis-jdbc is not compatible with old version, because of the package name change. Should I copy this (ebean-postgis-types) to new module ebean-net-postgis-types?
2. There are two versions of ebean 14 and 15. I have only changed 14 (master). Should I prepare a patch for 15?
--
Greetings,
Ryszard Trojnacki