-
Notifications
You must be signed in to change notification settings - Fork 684
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
Upstream pull 2024 02 #1468
Closed
Closed
Upstream pull 2024 02 #1468
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
* remove depedndency from playframework, so it is picked up from playcart
…top_play_master # Conflicts: # framework/src/play/server/PlayHandler.java
put nosto changes on top play master
HEALTH-198 Escape the localized message parameter values
HEALTH-198 Fix to the previous fix
…that are not compatible with the fork changes
…ng 304 response ever happening
…ison Bugfix/fix 304 last modified comparison
Add support for adding weak prefix to etags
Update log4j version to 2.16.0
Support for running tests without FirePhoque and Netty
Update to log4j 2.17.0
-Subproject tests require all class enhancers to be active, so created a switch to enable them back for tests -Added bunch of play restarts to developer tests because this fork does not support class reloading as well as the original -Fixed logging configuration code to not throw exceptions and silence all logging by default -Removed 2 selenium tests that didn't pass in autotest mode even in the upstream project, they passed when running them through chrome so seems like some environment issue
Enabled test suite to run successfully with 'ant test'
Update libraries based on security reports
# Conflicts: # framework/dependencies.yml # framework/lib/oval-1.90.jar # framework/lib/slf4j-api-1.7.24.jar # framework/pym/play/commands/base.py # framework/src/play/Logger.java # framework/src/play/data/validation/ValidationPlugin.java # framework/src/play/db/jpa/JPAPlugin.java # framework/src/play/server/PlayHandler.java # framework/src/play/templates/GroovyTemplate.java # framework/src/play/test/FunctionalTest.java # framework/test-src/play/LoggerTest.java # samples-and-tests/i-am-a-developer/tests.py # samples-and-tests/just-test-cases/test/errors.test.html # samples-and-tests/just-test-cases/test/routing.test.html
Play1.7 update
add bcutil dependency
# Conflicts: # framework/dependencies.yml # framework/src/play/server/HttpServerPipelineFactory.java # framework/src/play/templates/GroovyTemplate.java # framework/src/play/test/TestEngine.java # framework/test-src/play/test/PlayJUnitRunnerTest.java # modules/testrunner/src/play/modules/testrunner/FirePhoque.java
Play 1.7.1
…signableClassesByName
…or_play.classloading.ApplicationClassloader#assignableClassesByName use ConcurrentHashMap for play.classloading.ApplicationClassloader#as…
…junit.py report java crash from junit.py
…foreClass Fix xmlReportListener for beforeClass annotations
# Conflicts: # framework/dependencies.yml # framework/lib/mysql-connector-j-8.1.0.jar # framework/src/play/classloading/ApplicationClassloader.java # framework/src/play/test/PlayJUnitRunner.java
# Conflicts: # samples-and-tests/i-am-a-developer/tests.py
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.
Pull Request Checklist
Helpful things
Fixes
Fixes #xxxx
Purpose
What does this PR do?
Background Context
Why did you take this approach?
References
Are there any relevant issues / PRs / mailing lists discussions?