Fix for warnings in package lifecycle#1
Open
SunnysGitAccount wants to merge 2 commits intospringframeworkguru:masterfrom
Open
Fix for warnings in package lifecycle#1SunnysGitAccount wants to merge 2 commits intospringframeworkguru:masterfrom
SunnysGitAccount wants to merge 2 commits intospringframeworkguru:masterfrom
Conversation
Add jaxb-api, jaxb-core, jaxb-impl version Fix warning in package phase after version update.
Author
|
I tried resolving it by updating the jaxb versions but the Warnings are still there. Can you please guide some solution or why it is coming while packaging? I have googled it but I did not find any clear answer. Please help. |
Add plugin maven-clean-plugin Add executions configuration
Author
|
Actually I got the solution, the plugin README says it supports java version 1.7, 8 and 9 not 11. I think that was the issue. But I will wait for your explanation too, if you have some spare time in future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add jaxb-api, jaxb-core, jaxb-impl version
Warning in package phase after version update still exits.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/Users/sunnyvats/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.0/jaxb-runtime-2.3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release