Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 3b1cbca2e5193d90bc2333f5f096ee79d4e56ea9
https://github.com/resteasy/Resteasy/commit/3b1cbca2e5193d90bc2333f5f096e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/test/java/org/jboss/resteasy/specimpl/ResteasyUriBuilderTest.java
Log Message:
-----------
Adding a UriBuilderTest
Commit: 532f2d6b86b76204e10a89a83fb080144c68490d
https://github.com/resteasy/Resteasy/commit/532f2d6b86b76204e10a89a83fb08...
Author: Nicolas Nesmon <nicolas.nesmon-ext(a)amundi.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilder.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/Encode.java
Log Message:
-----------
[RESTEASY-1197] * Change all slow thread safe StringBuffer instances into faster non
thread safe StringBuilder instances.
* Change all slow thread safe StringBuffer instances into faster non thread safe
StringBuilder instances. Reduce calls to expensive java.util.regex.Matcher methods.
* No need to escape any special character since we are not using
java.util.regex.Matcher.appendReplacement() anymore.
Signed-off-by: Nicolas Nesmon <nicolas.nesmon-ext(a)amundi.com>
Commit: ef08b61213d647f6ec03c71707bc49fc2f1a7286
https://github.com/resteasy/Resteasy/commit/ef08b61213d647f6ec03c71707bc4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilder.java
Log Message:
-----------
[RESTEASY-1197] Let IllegalArgumentException flow back to the caller without being
wrapped in UriBuilderException
Commit: 8e328f68d05e272c889ca367af8994f53853d01e
https://github.com/resteasy/Resteasy/commit/8e328f68d05e272c889ca367af899...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/test/java/org/jboss/resteasy/specimpl/ResteasyUriBuilderTest.java
Log Message:
-----------
More ResteasyUriBuilder tests
Commit: d1f1b75f40d13956dd559861d11c036ba9fd4bad
https://github.com/resteasy/Resteasy/commit/d1f1b75f40d13956dd559861d11c0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilder.java
Log Message:
-----------
[RESTEASY-1197] Restore check on null keys in buildString (required by spec)
Commit: 86db9bf67823a0e3d3ec9872b0af0d737a4653b9
https://github.com/resteasy/Resteasy/commit/86db9bf67823a0e3d3ec9872b0af0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-05-20 (Fri, 20 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilder.java
Log Message:
-----------
[RESTEASY-1197] Swap pathParameterNotProvided and templateParameterNull error messages
Commit: fd34b4a47a7d5456fb653e31d2b673d6c57703df
https://github.com/resteasy/Resteasy/commit/fd34b4a47a7d5456fb653e31d2b67...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-05-21 (Sat, 21 May 2016)
Changed paths:
M
jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilder.java
M jaxrs/resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/Encode.java
M
jaxrs/resteasy-jaxrs/src/test/java/org/jboss/resteasy/specimpl/ResteasyUriBuilderTest.java
Log Message:
-----------
Merge pull request #807 from asoldano/my-resteasy-1197
[RESTEASY-1197] Performance Issue: org.jboss.resteasy.spi.ResteasyUriInfo instantiation
takes 20% of all the CPU time
Compare:
https://github.com/resteasy/Resteasy/compare/34122abdf5a7...fd34b4a47a7d