This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
from 547e783793 TODO-238: Apply juneau-marshall quality-registry pilot
fixes (BUG-02/07/09/15, IDIOM-02)
new 080022b0bd TODO-254: Harden HoconValue.getElements() against
mutable-state exposure
new 11c403c3e6 TODO-255: Add Locale.ROOT casing helpers and sweep
parse/match sites onto them
The 2 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/bean/swagger/OperationMap.java | 10 ++---
.../juneau/commons/collections/CacheMode.java | 4 +-
.../commons/httppart/HttpPartCollectionFormat.java | 6 ++-
.../juneau/commons/httppart/HttpPartDataType.java | 6 ++-
.../juneau/commons/httppart/HttpPartFormat.java | 6 ++-
.../apache/juneau/commons/io/MimeTypeDetector.java | 4 +-
.../apache/juneau/commons/settings/Settings.java | 2 +-
.../org/apache/juneau/commons/utils/Shorts.java | 26 +++++++++++
.../apache/juneau/commons/utils/StringUtils.java | 52 +++++++++++++++++-----
.../apache/juneau/commons/utils/Shorts_Test.java | 12 +++++
.../juneau/commons/utils/StringUtils_Test.java | 26 +++++++++++
.../juneau/marshall/hocon/HoconParserSession.java | 14 +++---
.../juneau/marshall/hocon/HoconResolver.java | 22 +++++----
.../apache/juneau/marshall/hocon/HoconValue.java | 24 +++++++++-
.../juneau/rest/client/classic/RestOperation.java | 5 ++-
.../client/classic/remote/RemoteOperationMeta.java | 4 +-
.../java/org/apache/juneau/http/HttpMethod.java | 2 +-
.../juneau/http/remote/RrpcInterfaceMeta.java | 4 +-
.../apache/juneau/rest/common/utils/HttpUtils.java | 8 ++--
.../apache/juneau/rest/server/RestOpContext.java | 2 +-
.../apache/juneau/rest/server/RestOperations.java | 2 +-
.../org/apache/juneau/rest/server/RestRequest.java | 2 +-
.../org/apache/juneau/rest/server/RestSession.java | 2 +-
.../rest/server/httppart/RequestFormParamList.java | 2 +-
.../rest/server/httppart/RequestHeaderList.java | 4 +-
.../rest/server/httppart/RequestPathParamList.java | 2 +-
.../server/httppart/RequestQueryParamList.java | 2 +-
.../rest/server/logger/CallLoggingDetail.java | 2 +-
.../swagger/BasicSwaggerProviderSession.java | 2 +-
.../server/config/repository/GetConfiguration.java | 3 +-
30 files changed, 194 insertions(+), 68 deletions(-)