-
Notifications
You must be signed in to change notification settings - Fork 679
[#1910] Fix Stacktrace when running play start with existing pid but no #839
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
Open
flybyray
wants to merge
363
commits into
playframework:1.3.x
Choose a base branch
from
synapplix:lighthouse-1910-patch
base: 1.3.x
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.
Conversation
This file contains hidden or 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
[#2039] update libraries
make allClasses, allClassesByNormalizedName, assignableClassesByName unmodifiable to avoid risk that somebody changes their content.
…urns unmodifiable list. Nobody is allowed to add classes to it!
…ignable-classes Fix fast tags assignable classes
…lay classloader returns
make play.inject.Injector work with unmodifiable class lists
** c3p0 from .9.5 to 0.9.5.2, ** ams-all from 5.0.4 to 5.1, ** h2 from 1.4.185 to 1.4.191, ** validation-api from 1.0.0.GA to 1.1.0.Final ** sr107cache from 1.0 to 1.1 ** mysql from 5.1.35 to 5.1.38. ** bcprov-jdk15 from 1.45 to 1.46 ** mchange-commons-java from 0.2.9 to 0.2.11 ** avassist from 3.20.0-GA to 3.20.0-GA3.10.4.Final3.10.4.Final ** slf4j from 1.7.16 to 1.7.18, ** ant from 5.0.4 to 1.9.6,
* [#2042] chore(deps): upgrade Play! dependencies:
…iables-in-validation-error [#2044] support empty values in validation error arguments
* Play built-in cglib 3.2.1 has issues with Guice: cglib/cglib#61 * it was fixed in 3.2.2: https://github.com/cglib/cglib/releases/tag/RELEASE_3_2_2
upgrade to cglib 3.2.2
…s causing some leak
* [#2049] fix(evolutions): Some resultsets are not close in Evolutions causing some leak
* [#2050] chore(lib): update slf4j-log4j12 from 1.7.18 to 1.7.21
…yncHttp [#2050] chore(lib): update netty from 3.10.4 to 3.10.5
….4.11 upgrade to groovy-all 2.4.11
* com.h2database:h2 1.4.193 -->> 1.4.195 * joda-time 2.9.7 -- >> 2.9.9 * mysql:mysql-connector-java 5.1.40 -->> 5.1.41
[#2089] dependencies upgrade:
…eIssue [playframework#1126] install module issue
…compiler upgrade to eclipse compiler 3.12.3
Avoid casting when calling getPluginInstance()
…atch [#2120] Add support for (special) hibernate properties through applic…
…command it creates modules directories without version numbers
…ames playframework#1142 add parameter `--shortModuleNames` to `play deps` command
Contributor
|
@flybyray Do you still need this PR? Can you rebase it on |
…121-patch [#2121] Move _key() after reference/null checks in JPABase.equals()
try to upgrade hibernate next try add missing dependency com.fasterxml -> classmate (used by hibernate 5) set datasource to hibernate fix dependencies.yml format upgrade hibernate-c3p0 dependency upgrade to hibernate 5.2.8 ApplicationClassloader can now find ".class" resources without this, Hibernate5 would not resolve programmatically added entity classes upgrade to hibernate 5.2.10 fix tests: use indexed placeholders for parameters use patched version of hibernate-core 5.2.10 fix test fix test add support for "jpa.mapping-file" setting rename to hibernate-core 5.2.10.patched
Upgrade hibernate
Contributor
Author
|
I will check changes in master. |
…n-precompiled-mode finds classes in precompiled folder too
Contributor
Author
|
this bug is still valid, tested it now with windows 10 pro (de_DE) I will update this pull request |
duplicates [#1910] and fixes [#1860]
8af9b37 to
df26f71
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.
Please close [#1860] and [#1896] as well.