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
errors:
[ERROR] C:\Local\Work\Digital\TMO\DEV\Intellij\Git\tmus-starter-frameworks-java17\tmus-starter-migrations\dayone-migration\src\main\java\com\amdocs\dayo
ne\batch\resources\cassandra\config\CassandraConfiguration.java:[25,40] error: package info.archinnov.achilles.generated does not exist
[ERROR] C:\Local\Work\Digital\TMO\DEV\Intellij\Git\tmus-starter-frameworks-java17\tmus-starter-migrations\dayone-migration\src\main\java\com\amdocs\dayo
ne\batch\resources\cassandra\config\CassandraConfiguration.java:[74,9] error: cannot find symbol
[ERROR] symbol: class ManagerFactory
[ERROR] location: class CassandraConfiguration
pom:
info.archinnov
achilles-core
5.2.1
shaded
The text was updated successfully, but these errors were encountered:
bascilb
changed the title
missing classes: info.archinnov.achilles.generated.ManagerFactory
missing classes java 17 : info.archinnov.achilles.generated.ManagerFactory
Nov 22, 2022
i am using version 5.2.1
in Java 8 working fine.
upgrading to Java 17 i get below errors
missing classes:
info.archinnov.achilles.generated.ManagerFactory
info.archinnov.achilles.generated.ManagerFactoryBuilder
errors:
[ERROR] C:\Local\Work\Digital\TMO\DEV\Intellij\Git\tmus-starter-frameworks-java17\tmus-starter-migrations\dayone-migration\src\main\java\com\amdocs\dayo
ne\batch\resources\cassandra\config\CassandraConfiguration.java:[25,40] error: package info.archinnov.achilles.generated does not exist
[ERROR] C:\Local\Work\Digital\TMO\DEV\Intellij\Git\tmus-starter-frameworks-java17\tmus-starter-migrations\dayone-migration\src\main\java\com\amdocs\dayo
ne\batch\resources\cassandra\config\CassandraConfiguration.java:[74,9] error: cannot find symbol
[ERROR] symbol: class ManagerFactory
[ERROR] location: class CassandraConfiguration
pom:
info.archinnov
achilles-core
5.2.1
shaded
The text was updated successfully, but these errors were encountered: