This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
from ca352d8da [juneau-utest] Throw IllegalArgumentException instead of
RuntimeException
new b2cbd121b [juneau-utest] Throw IllegalArgumentException instead of
RuntimeException
new 073f721b8 [juneau-commons] Reuse String#isEmpty() instead of custom
length check
new 806c26521 [juneau-marshall] Reuse String#isEmpty() instead of custom
length check
new 9af471d9e [juneau-rest-server] Reuse String#isEmpty() instead of
custom length check
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/juneau/common/internal/StringUtils.java | 12 ++++++------
.../main/java/org/apache/juneau/UriResolver.java | 2 +-
.../org/apache/juneau/json/JsonParserSession.java | 2 +-
.../org/apache/juneau/objecttools/ObjectRest.java | 6 +++---
.../main/java/org/apache/juneau/xml/XmlUtils.java | 2 +-
.../java/org/apache/juneau/rest/util/RestUtils.java | 2 +-
.../juneau/CloseableByteArrayInputStream.java | 2 +-
.../org/apache/juneau/CloseableStringReader.java | 21 ++++++++++++---------
.../rest/annotation/BeanConfig_Swaps_Test.java | 6 +++---
.../juneau/rest/annotation/RestPostCall_Test.java | 4 ++--
.../juneau/rest/annotation/RestPreCall_Test.java | 4 ++--
.../juneau/rest/annotation/RestStartCall_Test.java | 4 ++--
12 files changed, 35 insertions(+), 32 deletions(-)