-
Notifications
You must be signed in to change notification settings - Fork 341
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
Change javax.xml.soap import-package version #407
Conversation
!org.springframework.*; version=${exp.pkg.version.spring}, | ||
javax.xml.stream.*; version="1.0.1", | ||
javax.xml.soap; version="0.0.0", | ||
*;resolution:=optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better if we put the respective imports by name and version ranges.
javax.xml.soap; version="0.0.0", | ||
*;resolution:=optional | ||
</Import-Package> | ||
<DynamicImport-Package>*</DynamicImport-Package> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want dynamic import.
i.e. do we use "class.forName()" within "spring.framework"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't use class.forName() within "spring.framework"? Since this is an orbit and dynamic import was there for a long we will skip this at the moment. We will address this with wso2/carbon-kernel#2582
Bump esapi version to latest in opensaml-3.3.1.wso2v1
This fix the issue - wso2/product-is#6770