Skip to content
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

[#2062] Reverse routing improvement #1000

Open
wants to merge 1,349 commits into
base: master
Choose a base branch
from

Conversation

vadimv82
Copy link

@vadimv82 vadimv82 commented Sep 6, 2016

Here is simplest solution for the issue #2062

Andrei Solntsev, Elina Matvejeva and others added 30 commits October 28, 2014 11:02
…mpilation error with Java 6

Conflicts:
	framework/src/play/libs/Files.java
This prevents concurrent resorting of cached lists in multiple request threads, which sometimes results in ConcurrentModificationException, especially under Java 8.

Conflicts:
	framework/src/play/utils/Java.java
Conflicts:
	samples-and-tests/just-test-cases/test/invocationContext.test.html
this patch ensure local '.jar' artifacts are copied to 'lib/'
instead of extracted to 'modules/'.
** but desactivate it by default
** use config param 'groovy.template.check.scala.comptatibility' to activate it
include letters and a dash to support Heroku Java 8 version string
'openjdk version "1.8.0_20-slim"'. Also prints out the version string if
the specific version cannot be determined to enable debugging.
[#1890] formTag: specifying the name parameter causes double name attributes
byte array rather than an InputStream as an InputStream sets the
transfer encoding to chunked. Updated AsynchHttpClient to v1.8.14
Conflicts:
	framework/dependencies.yml
enhancing a class with a Java 1.8 lambda expression
Conflicts:
	framework/dependencies.yml
Conflicts:
	framework/dependencies.yml
xael-fry and others added 28 commits May 3, 2016 10:45
** 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,

# Conflicts:
#	framework/dependencies.yml
* 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
* [#2050] chore(lib): update slf4j-log4j12 from  1.7.18 to 1.7.21
# Conflicts:
#	framework/src/play/utils/Java.java
# Conflicts:
#	framework/src/play/mvc/Scope.java
# Conflicts:
#	.gitignore
# Conflicts:
#	documentation/manual/home.textile
#	documentation/manual/releases/release1.0.x/releasenotes.textile
#	documentation/manual/releases/release1.3.x/releasenotes-1.3.4.textile
#	documentation/manual/releases/release1.4.x/releasenotes-1.4.2.textile
#	modules/docviewer/app/controllers/PlayDocumentation.java
@vadimv82
Copy link
Author

vadimv82 commented Sep 7, 2016

There is some problem with build. Failure can not be related to changes.
*** buffer overflow detected ***: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java terminated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.