-
Notifications
You must be signed in to change notification settings - Fork 374
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
[Spring Cleanup] Refactor web.xml to remove Spring dependency #2672
Open
lashinijay
wants to merge
115
commits into
wso2-extensions:feature-spring-cleanup
Choose a base branch
from
lashinijay:feature-spring-cleanup
base: feature-spring-cleanup
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Spring Cleanup] Refactor web.xml to remove Spring dependency #2672
lashinijay
wants to merge
115
commits into
wso2-extensions:feature-spring-cleanup
from
lashinijay:feature-spring-cleanup
Conversation
This file contains 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
…out_revoking_existing1 Property "renew_token_without_revoking_existing" not being honored causing stuck threads
…elopment iteration
…rovement Improve OAuth error logs
…elopment iteration
Upgrade opensaml version to 3.3.1.wso2v12
…elopment iteration
Fix app-id not set in the cache
…elopment iteration
…elopment iteration
Fix DCR PUT request not updating application role audience
…elopment iteration
…649-fix-21627 Revert "Fix DCR PUT request not updating application role audience"
…elopment iteration
…-revoke-fix Fix token revocation for role deletion or user un-assignment from the role
…elopment iteration
…eInDCR Fix DCR PUT request not updating application role audience
…elopment iteration
…elopment iteration
…ensions#2631) * remove spring dependencies in dcr endpoint * fix unit tests * refactoring tests
* [Spring Cleanup] Refactor web.xml to load API classes using CXFNonSpringJaxrsServlet * remove dcr webapp as it is no longer used
…extensions#2648) * remove spring dependency from oauth2 components * fix formattings and unit tests
…#2645)" (wso2-extensions#2671) This reverts commit e079cbf.
…2636)" (wso2-extensions#2670) This reverts commit 6dc1faa.
|
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.
Proposed changes in this pull request
[List all changes you want to add here. If you fixed an issue, please
add a reference to that issue as well.]
When should this PR be merged
[Please describe any preconditions that need to be addressed before we
can merge this pull request.]
Follow up actions
[List any possible follow-up actions here; for instance, testing data
migrations, software that we need to install on staging and production
environments.]
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation