Re: Accessing Maven Repository with Java11, SplitPackages

2021-04-30 Thread Robert Scholte
The codebase of Maven is over 15 years old and you can clearly see that it has evolved over the years. This implies that sometimes we've decided to move classes from one jar to the other. On the classpath this is not an issue and as Maven is using only the classpath to run there is no issue here

Accessing Maven Repository with Java11, SplitPackages

2021-04-30 Thread jan.uhlig01
Dear Maven Developers, I am currently struggling with a problem related to the maven-resolver-provider in version 3.8.1 because its' inherent dependencies seem to not be compatible with Java14. This brought me to the question if there is an intention to migrate alike maven projects to at leas