This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/springboot.version-3.1.1
in repository https://gitbox.apache.org/repos/asf/juneau.git
discard fd99fc981 Bump springboot.version from 3.1.0 to 3.1.1
add 9ab9d0d18 Update Git ignore file for nested Eclipse project files
add eac32f82d [juneau-common] Throw IllegalArgumentException instead of
RuntimeException
add d1d4eb3fe [juneau-dto] Throw IllegalArgumentException instead of
RuntimeException
add f030b36fa [juneau-rest-client] Throw a specialized RuntimeException
instead of RuntimeException
add afab8ae4d [juneau-rest-common] Throw a specialized RuntimeException
instead of RuntimeException
add d51d57d01 [juneau-rest-mock] Throw a specialized RuntimeException
instead of RuntimeException
add 98aa38fc8 [juneau-common] Throw IllegalArgumentException instead of
RuntimeException
add 6d1514eee [juneau-marshall] Throw IllegalArgumentException instead of
RuntimeException
add 6ea90f255 [juneau-examples-rest] Throw IllegalArgumentException
instead of RuntimeException
add fed265804 [juneau-examples-rest-ftest] Throw IllegalArgumentException
instead of RuntimeException
add c23e3bd2b [juneau-microservice-core] Throw IllegalArgumentException
instead of RuntimeException
add 18909f190 [juneau-rest-server] Throw IllegalArgumentException instead
of RuntimeException
add 880531a53 [juneau-microservice-jetty] Throw IllegalArgumentException
instead of RuntimeException
add ca352d8da [juneau-utest] Throw IllegalArgumentException instead of
RuntimeException
add b2cbd121b [juneau-utest] Throw IllegalArgumentException instead of
RuntimeException
add 073f721b8 [juneau-commons] Reuse String#isEmpty() instead of custom
length check
add 806c26521 [juneau-marshall] Reuse String#isEmpty() instead of custom
length check
add 9af471d9e [juneau-rest-server] Reuse String#isEmpty() instead of
custom length check
add 651a8b891 Bump springboot.version from 3.1.0 to 3.1.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fd99fc981)
\
N -- N -- N refs/heads/dependabot/maven/springboot.version-3.1.1
(651a8b891)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.gitignore | 8 ++---
.../apache/juneau/common/internal/AsciiSet.java | 2 +-
.../org/apache/juneau/common/internal/IOUtils.java | 2 +-
.../apache/juneau/common/internal/StringUtils.java | 16 +++++-----
.../juneau/common/internal/ThrowableUtils.java | 2 +-
.../juneau/dto/jsonschema/JsonSchemaMap.java | 2 +-
.../java/org/apache/juneau/dto/openapi3/Items.java | 2 +-
.../main/java/org/apache/juneau/BeanBuilder.java | 4 +--
.../java/org/apache/juneau/BeanPropertyMeta.java | 6 ++--
.../main/java/org/apache/juneau/UriResolver.java | 2 +-
.../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 +-
.../org/apache/juneau/json/JsonParserSession.java | 2 +-
.../org/apache/juneau/objecttools/ObjectRest.java | 6 ++--
.../main/java/org/apache/juneau/xml/XmlUtils.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 +--
.../org/apache/juneau/rest/util/RestUtils.java | 2 +-
.../java/org/apache/juneau/rest/util/UrlPath.java | 2 +-
.../juneau/rest/vars/SerializedRequestAttrVar.java | 2 +-
.../java/org/apache/juneau/rest/widget/Widget.java | 2 +-
.../juneau/CloseableByteArrayInputStream.java | 2 +-
.../org/apache/juneau/CloseableStringReader.java | 21 +++++++------
.../a/rttests/RoundTripBeanInheritanceTest.java | 6 ++--
.../juneau/a/rttests/RoundTripBeanMapsTest.java | 10 +++----
.../a/rttests/RoundTripObjectsAsStringsTest.java | 12 ++++----
.../juneau/config/ConfigMapListenerTest.java | 2 +-
.../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 +--
51 files changed, 143 insertions(+), 137 deletions(-)