Skip to content
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

Merged
merged 3 commits into from
Feb 6, 2020

Conversation

wijith7
Copy link
Contributor

@wijith7 wijith7 commented Jan 27, 2020

This fix the issue - wso2/product-is#6770

Our intention is to move both javax.xml.soap and com.sun.xml move to same class loader lib

!org.springframework.*; version=${exp.pkg.version.spring},
javax.xml.stream.*; version="1.0.1",
javax.xml.soap; version="0.0.0",
*;resolution:=optional
Copy link
Contributor

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>
Copy link
Contributor

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"?

Copy link

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

@madurangasiriwardena madurangasiriwardena merged commit 76b071e into wso2:master Feb 6, 2020
shilmyhasan pushed a commit to shilmyhasan/orbit-1 that referenced this pull request Feb 8, 2024
Bump esapi version to latest in opensaml-3.3.1.wso2v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants