Update to latest JRebel, Tomcat 8.5 works fine now
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8943d287 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8943d287 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8943d287 Branch: refs/heads/2_0_NO_JAXB Commit: 8943d287e1fa17b48795a9b96a0776bff8772a98 Parents: ce0621c Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Jul 6 15:50:26 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Jul 6 16:34:58 2016 +0200 ---------------------------------------------------------------------- fit/console-reference/pom.xml | 5 ----- fit/core-reference/pom.xml | 6 ------ fit/enduser-reference/pom.xml | 7 +------ 3 files changed, 1 insertion(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/8943d287/fit/console-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml index b70ddad..cf80996 100644 --- a/fit/console-reference/pom.xml +++ b/fit/console-reference/pom.xml @@ -359,11 +359,6 @@ under the License. <profile> <id>jrebel</id> - <properties> - <!-- Temporary until JRebel properly supports Tomcat 8.5 --> - <tomcat.version>8.0.36</tomcat.version> - </properties> - <build> <defaultGoal>clean verify cargo:run</defaultGoal> http://git-wip-us.apache.org/repos/asf/syncope/blob/8943d287/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 2d36d70..22360e9 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -857,12 +857,6 @@ under the License. <profile> <id>jrebel</id> - <properties> - <skipTests>true</skipTests> - <!-- Temporary until JRebel properly supports Tomcat 8.5 --> - <tomcat.version>8.0.36</tomcat.version> - </properties> - <build> <defaultGoal>clean verify cargo:run</defaultGoal> http://git-wip-us.apache.org/repos/asf/syncope/blob/8943d287/fit/enduser-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml index 3820e5b..a09825b 100644 --- a/fit/enduser-reference/pom.xml +++ b/fit/enduser-reference/pom.xml @@ -321,12 +321,7 @@ under the License. <profile> <id>jrebel</id> - - <properties> - <!-- Temporary until JRebel properly supports Tomcat 8.5 --> - <tomcat.version>8.0.36</tomcat.version> - </properties> - + <build> <defaultGoal>clean verify cargo:run</defaultGoal>
