-
Notifications
You must be signed in to change notification settings - Fork 682
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
#1367 change log4j-1.2.17 to log4j-2.17.1 #1370
Conversation
…e exclusion list itself.
…o fix template files saving to projects root
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.
Technically, the PR is good.
But are you sure log4j2 is better than alternatives? I know many people prefer "Logback" nowadays.
|
+1 for Logback!
|
add link to Migrating from Log4j 1.x to 2.x |
I think "PLAY" was using log4j so this is upgrading the library to the latest version - better for sure than staying in the old version |
…-1354-patch [playframework#1354] Revert experimental GroovyTempate.compile code to fix template issue
…rk#1372) * Updated dependencies and allow support for JDK 16 source * Added comments to tests that are causing problems * Refresh with latest 3rd dependency versions * Updated 3rd party library dependencies * Fixed URLDecoder reference * Updated module play-guice dependency to 1.11.1 for Guice 5.x support * Update Byte Buddy and Joda Time dependencies * WIP: Temporarily commented out failing tests in errors and routing * Update dependencies * Updated Eclipse JDT Core to v3.28 that enables JDK 17 source * Fix compiler mapping foe JDK 17 * 1166: Update documentation Task-Url: plansocial/PlanSocial#1166 * Update dependencies * Removed duplicate entry This reverts commit c151672.
* use more appropriate method for replace single char * use regex instead of multiple loops through the string to replace chars * use standard charsets constants instead of its string representations * inline variable
JAXB RI v2.3.6 XStream v1.4.19
JAXB RI v2.3.6 XStream v1.4.19
playframework#1371 add github-actions.yml
[playframework#1371] run on push envent
playframework#1371 remove travis badge
This reverts commit 88b8df1.
Fix pull request Pr/1238
@jacol84 xan you rebase it to master to avoid conflict? Thanks |
playframework#1367 fix CRLF to LF update slf4j-api-1.7.35.jar add solving the problem when log4j fails to use automatic configuration
# Conflicts: # framework/dependencies.yml
I did a rebase |
fixed test i-am-a-developer
@xael-fry |
Pull Request Checklist
Helpful things
Migrating from Log4j 1.x to 2.x
Fixes
Fixes #1367
Purpose
proposal to fix bugs and vulnerabilities in the code
CVE-2021-4104
CVE-2019-17571
Background Context
a good step on update of libraries
TODO: discover if there is another path -Dlog4j2.configurationFile=$path$ or if there is any of: log4j2.xml, log4j2.properties, json, yaml, .... files in resources than log4j will be automatically configured, so Play can simply use this configuration. link
References
log4j2