forked from playframework/play1
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from play1 master #1
Merged
Merged
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
* these 2 plugins have totally different responsibilities and priorities * splitting them allows users to easily override/disable/reorder any of them
Make it possible to load plugins from single `play.plugins` file
…h-status-key use "application.statusKey" instead of "application.secret" …
* it's important when <application dir> is not the same as <working dir> * in other words, when admin starts the application with a command like `cd /tmp && play start ~/hello`
…r-in-application-path search play.plugins descriptor in application path
fixes waitFor 'I am a debug message'
set explicit test language for just-test-cases
change version number to maven repository version and diagnostics for ant
…for-new-worker [#2131] update travis for new worker
* it has a totally different responsibility, and * it could disable itself in prod mode
* c3p0 is still available if anybody should still need it
[#1174] replace c3p0 by Hikari CP
…SessionStore This will allow adding of other session stores, e.g. cache or database.
… parameter. CookieSessionStore is the default.
…naming conventions
…ormance This is a better fix for stale sessions made in LH issue #1872.
…ion context This ensures that flash and session are resolved only once per request invocation.
Make it possible to change session store implementation
[#2124] fix(python): add missing unitest lib
…-log-messages-from-autotest [#2130] remove annoying log messages from autotest
[#2123]Cannot run program "python": CreateProcess error=2
set explicit test language for just-test-cases
[#2126] MessagesTest.class testMessageInAnotherLanguage set explicit test language for just-test-cases
the default error message will be "Access denied" It's used in Controller.forbidden(), so de-facto it's the default value in most cases
upgrade to h2 1.4.196
…ng-bouncycastle [#2089 ] upgrade bouncycastle
…tructor create a default constructor for `play.mvc.results.Forbidden`
Fix deps documentation
when you conf “db.factory“ in application.conf will lead error
to support "null" option of select with attribute "showEmpty: true"
[#2138]enhance the function for the injector (Add the injectable interface)
Allow customization of @CacheFor cache key
Update select.tag
Update Configuration.java
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.
No description provided.