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
After bumping projects to start using java 23, archunit started to give ussuported class file warnings due to java version [WARNING] Error during import from jrt:/java.base/java/lang/Record.class, falling back to simple import java.lang.IllegalArgumentException: Unsupported class file major version 67
please update libraries to align with java 23 version.
Type of Issue
It is a :
bug
request
question regarding the documentation
Motivation
Be able to bump services to java 23 without loosing functionality using archunit
Current Behavior
Expected Behavior
Steps to Reproduce (for bugs)
Run archunit with a java 23 compiled version
Your Environment
Version used: 4.0.1
OS and version:
Version of libs used:
The text was updated successfully, but these errors were encountered:
Summary
After bumping projects to start using java 23, archunit started to give ussuported class file warnings due to java version
[WARNING] Error during import from jrt:/java.base/java/lang/Record.class, falling back to simple import java.lang.IllegalArgumentException: Unsupported class file major version 67
please update libraries to align with java 23 version.
Type of Issue
It is a :
Motivation
Be able to bump services to java 23 without loosing functionality using archunit
Current Behavior
Expected Behavior
Steps to Reproduce (for bugs)
Run archunit with a java 23 compiled version
Your Environment
The text was updated successfully, but these errors were encountered: