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 d1d4eb3fe [juneau-dto] Throw IllegalArgumentException instead of 
RuntimeException
     new f030b36fa [juneau-rest-client] Throw a specialized RuntimeException 
instead of RuntimeException
     new afab8ae4d [juneau-rest-common] Throw a specialized RuntimeException 
instead of RuntimeException
     new d51d57d01 [juneau-rest-mock] Throw a specialized RuntimeException 
instead of RuntimeException
     new 98aa38fc8 [juneau-common] Throw IllegalArgumentException instead of 
RuntimeException
     new 6d1514eee [juneau-marshall] Throw IllegalArgumentException instead of 
RuntimeException
     new 6ea90f255 [juneau-examples-rest] Throw IllegalArgumentException 
instead of RuntimeException
     new fed265804 [juneau-examples-rest-ftest] Throw IllegalArgumentException 
instead of RuntimeException
     new c23e3bd2b [juneau-microservice-core] Throw IllegalArgumentException 
instead of RuntimeException
     new 18909f190 [juneau-rest-server] Throw IllegalArgumentException instead 
of RuntimeException
     new 880531a53 [juneau-microservice-jetty] Throw IllegalArgumentException 
instead of RuntimeException
     new ca352d8da [juneau-utest] Throw IllegalArgumentException instead of 
RuntimeException

The 11 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/AsciiSet.java    |  2 +-
 .../juneau/common/internal/ThrowableUtils.java     |  2 +-
 .../main/java/org/apache/juneau/BeanBuilder.java   |  4 +--
 .../java/org/apache/juneau/BeanPropertyMeta.java   |  6 ++--
 .../apache/juneau/annotation/AnnotationImpl.java   |  2 +-
 .../org/apache/juneau/collections/JsonMap.java     |  2 +-
 .../main/java/org/apache/juneau/cp/BeanStore.java  |  4 +--
 .../org/apache/juneau/cp/ContextBeanCreator.java   |  2 +-
 .../org/apache/juneau/internal/ListBuilder.java    |  4 +--
 .../org/apache/juneau/internal/MapBuilder.java     |  4 +--
 .../org/apache/juneau/internal/SetBuilder.java     |  2 +-
 .../juneau/examples/rest/SamplesMicroservice.java  |  2 +-
 .../juneau/examples/rest/PhotosResource.java       |  2 +-
 .../juneau/examples/rest/dto/AtomFeedResource.java |  2 +-
 .../examples/rest/dto/JsonSchemaResource.java      |  2 +-
 .../juneau/microservice/resources/LogParser.java   |  2 +-
 .../jetty/BasicJettyServerFactory.java             |  4 +--
 .../microservice/jetty/JettyMicroservice.java      | 10 +++----
 .../org/apache/juneau/rest/client/RestRequest.java | 18 +++++------
 .../apache/juneau/http/entity/BasicHttpEntity.java | 35 ++++++++++++++--------
 .../org/apache/juneau/http/entity/FileEntity.java  |  8 ++---
 .../apache/juneau/http/entity/ReaderEntity.java    |  9 +++---
 .../apache/juneau/http/entity/StreamEntity.java    |  9 +++---
 .../org/apache/juneau/http/header/HeaderList.java  |  4 +--
 .../java/org/apache/juneau/http/part/PartList.java |  4 +--
 .../apache/juneau/rest/mock/MockRestClient.java    |  4 +--
 .../java/org/apache/juneau/rest/RestContext.java   |  6 ++--
 .../rest/swagger/BasicSwaggerProviderSession.java  |  4 +--
 .../java/org/apache/juneau/rest/util/UrlPath.java  |  2 +-
 .../juneau/rest/vars/SerializedRequestAttrVar.java |  2 +-
 .../java/org/apache/juneau/rest/widget/Widget.java |  2 +-
 .../a/rttests/RoundTripBeanInheritanceTest.java    |  6 ++--
 .../juneau/a/rttests/RoundTripBeanMapsTest.java    | 10 +++----
 .../a/rttests/RoundTripObjectsAsStringsTest.java   | 12 ++++----
 .../juneau/config/ConfigMapListenerTest.java       |  2 +-
 35 files changed, 99 insertions(+), 96 deletions(-)

Reply via email to