-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.Class.getDeclaredFields0: Expecting a stackmap frame at branch target #7
Comments
looks like it's a problem with my JDK. one of the servers was using OpenJDK 1.7 instead of Oracle JDK 1.7... I'll close this. |
interesting... still have the same problem. do you remember what JDK version did you use? the exact version, including Oracle/OpenJDK/etc. It seems like the Jenkins plugin I'm working on can be compiled with this library, but then JVM fails to parse. so there is source/signature compatibility, but no binary compatibility. |
@alexeyOnGitHub this is actually a Jenkins bug (https://issues.jenkins-ci.org/browse/JENKINS-28781) |
Seems like it'a a Jenkins bug. Closing it. Please re-open if this is still an issue. |
# This is the 1st commit message: # This is a combination of 8 commits. # This is the 1st commit message: Added new fields to Milestone available since TestRail 5.3; Fixed configuration of Lombok; Added Template model # This is the commit message codepine#2: Added Nexus distributionManagement to pom # This is the commit message codepine#3: Changed groupID # This is the commit message codepine#4: Fixed configuration of Lombok; Added Template model # This is the commit message codepine#5: Added deserialization of test Templates json file, updated Template class to deserialize is_default correctly # This is the commit message codepine#6: Added new fields to Milestone available since TestRail 5.3 # This is the commit message codepine#7: Updated pom with release information for forked version of project # This is the commit message codepine#8: Update issue templates # This is the commit message codepine#2: Removed log4j dependency
got this when using the library in a Jenkins plugin:
The text was updated successfully, but these errors were encountered: