okta / okta-sdk-java

A Java SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Apache License 2.0
147 stars 136 forks source link

Jar for package in Maven corrupted #1535

Closed jbpadilha closed 2 months ago

jbpadilha commented 2 months ago

Describe the bug?

While importing the jar from maven, the Classes Authorization and AuthorizationScheme are identified as bytecode instead of class.

The .class files are there, however, it is corrupted.

IntelliJ Ultimate 2020.3. Build # 203.7148.57

What is expected to happen?

It should be identified as Java class.

What is the actual behavior?

Identified as bytecode java file.

Reproduction Steps?

Download the IntelliJ version 2020.3 Ultimate, and import the package by adding it to Pom.xml

Additional Information?

A recompilation of the jar file should fix the issue.

Java Version

java 11.0.9 2020-10-20 LTS

SDK Version

Java SDK 11.0.9

OS version

Windows 10 Enterprise LTSC Version 21H2 OS Build 19044.4651