-
Notifications
You must be signed in to change notification settings - Fork 819
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
[Struts-7] Merge master to 7xx 2024-01-20 #850
Merged
lukaszlenart
merged 47 commits into
release/struts-7-0-x
from
merge-master-to-7xx-2024-01-20
Jan 20, 2024
Merged
[Struts-7] Merge master to 7xx 2024-01-20 #850
lukaszlenart
merged 47 commits into
release/struts-7-0-x
from
merge-master-to-7xx-2024-01-20
Jan 20, 2024
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
Bumps org.apache.commons:commons-compress from 1.23.0 to 1.25.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Stops cleaning nightlies to allow to coexist different versions
WW-5382 Fix stale injections in Dispatcher
WW-5381 Introduce extension point for MethodAccessor
WW-5352 Refactor ParametersInterceptor
…alue attribute
Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M1 to 3.0.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.0.0-M1...maven-release-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
….plugins-maven-release-plugin-3.0.1 Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0-M1 to 3.0.1
Reduces log level to debug to reduce noise in the logs
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...1eb3cb2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/upload-artifact-4.1.0 Bump actions/upload-artifact from 4.0.0 to 4.1.0
WW-5352 Clean up OgnlValueStackTest
…ns-commons-compress-1.25.0 Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0
[WW-5387] Fixes remove() signature
[WW-5369] Re-define minimal library set
[WW-5374] Allows to prepend reportUri with Servlet context
Extends sleep period to avoid breaking a build
[WW-5357] Adds support for disabled attribute to anchor tag
@jdyer1 FYI |
3a821c6
to
4c2ff3c
Compare
kusalk
approved these changes
Jan 20, 2024
…-2024-01-20 # Conflicts: # Jenkinsfile # core/src/main/java/org/apache/struts2/dispatcher/MockDispatcher.java # core/src/main/java/org/apache/struts2/util/StrutsTestCaseHelper.java # core/src/test/java/org/apache/struts2/dispatcher/DispatcherTest.java # plugins/dwr/src/main/java/org/apache/struts2/validators/DWRValidator.java # plugins/portlet/src/main/java/org/apache/struts2/portlet/PortletApplicationMap.java # plugins/portlet/src/main/java/org/apache/struts2/portlet/dispatcher/Jsr168Dispatcher.java # plugins/portlet/src/test/java/org/apache/struts2/StrutsTestCasePortletTests.java # plugins/sitemesh/src/main/java/org/apache/struts2/sitemesh/OldDecorator2NewStrutsDecorator.java
4c2ff3c
to
13bf91b
Compare
|
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.
Recent merge request of the
master
branch