You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Apparently with JDK11 there is an issue when importing Conductor into Eclipse when a JDK class is also included in another dependent jar file. This causes things not to compile with the error "The package java.util is accessible from more than one module". These errors only happen in the classes under src/test/java and only in cassandra-persistence, contribs, core, es6-persistence, es7-persistence, mysql-persistence, postgres-persistence, redis-persistence.
Since it only happens in classes in src/test/java I imagine the dependent jar that contains java.util classes is in a junit jar.
Has anyone else run into this problem and have a solution? I see where common, client, client-spring, grpc, grpc-client are compiled with java 8 - was this to solve the same problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Apparently with JDK11 there is an issue when importing Conductor into Eclipse when a JDK class is also included in another dependent jar file. This causes things not to compile with the error "The package java.util is accessible from more than one module". These errors only happen in the classes under src/test/java and only in cassandra-persistence, contribs, core, es6-persistence, es7-persistence, mysql-persistence, postgres-persistence, redis-persistence.
Since it only happens in classes in src/test/java I imagine the dependent jar that contains java.util classes is in a junit jar.
Has anyone else run into this problem and have a solution? I see where common, client, client-spring, grpc, grpc-client are compiled with java 8 - was this to solve the same problem?
Beta Was this translation helpful? Give feedback.
All reactions