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 a319b14a55 TODO-285: remove no-op/bogus Sonar @SuppressWarnings rule
keys
new 7901a7a66d TODO-279: triage @Disabled tests; drop LogRecord
source-detection feature
new dfc800eea8 TODO-283: accept oversized classes as cohesive-by-design
(add java:S6539)
new e32f1a5867 TODO-286: resolve null-effect doc/impl contradictions +
enrich ambiguous sites
The 3 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:
.../org/apache/juneau/bean/html5/HtmlBuilder.java | 3 +
.../apache/juneau/bean/jsonschema/JsonSchema.java | 3 +-
.../org/apache/juneau/commons/bean/BeanMeta.java | 3 +-
.../juneau/commons/bean/BeanMetaInitializer.java | 6 +-
.../apache/juneau/commons/collections/BidiMap.java | 9 ++-
.../juneau/commons/inject/BeanInstantiator.java | 3 +-
.../apache/juneau/commons/logging/LogRecord.java | 78 +++----------------
.../apache/juneau/commons/reflect/ClassInfo.java | 3 +-
.../juneau/commons/utils/CollectionUtils.java | 3 +-
.../org/apache/juneau/commons/utils/Shorts.java | 3 +-
.../apache/juneau/commons/utils/StringUtils.java | 3 +-
.../commons/logging/LogRecordCapture_Test.java | 2 +-
.../juneau/commons/logging/LogRecord_Test.java | 90 +---------------------
.../apache/juneau/marshall/MarshallingContext.java | 2 +-
.../org/apache/juneau/marshall/UriResolver.java | 8 +-
.../juneau/marshall/collections/MarshalledMap.java | 3 +-
.../marshall/httppart/BaseHttpPartParser.java | 6 +-
.../marshall/httppart/BaseHttpPartSerializer.java | 2 +-
.../juneau/marshall/httppart/HttpPartSchema.java | 3 +-
.../juneau/marshall/marshaller/MarshallUtils.java | 3 +
.../marshall/parquet/ParquetParserSession.java | 3 +-
.../marshall/serializer/SerializerSession.java | 3 +-
.../marshall/serializer/SerializerWriter.java | 2 +-
.../apache/juneau/marshall/yaml/YamlWriter.java | 2 +-
.../juneau/marshall/bson/BsonArrayDebug_Test.java | 6 +-
juneau-integration-tests/pom.xml | 6 +-
.../a/rttests/RoundTripLargeObjects_Test.java | 7 +-
.../juneau/rest/client/classic/RestClient.java | 1 +
.../juneau/rest/client/classic/RestRequest.java | 3 +-
.../assertion/FluentResponseHeaderAssertion.java | 18 ++---
.../FluentResponseHeaderAssertion_Test.java | 51 ++++++++++++
.../apache/juneau/http/classic/HttpHeaders.java | 3 +-
.../http/classic/entity/BasicHttpEntity.java | 2 +-
.../http/classic/header/BasicMediaTypeHeader.java | 2 +-
.../apache/juneau/http/classic/header/IfRange.java | 2 +-
.../http/classic/header/SerializedHeader.java | 8 +-
.../juneau/http/classic/part/PartBeanMeta.java | 4 +-
.../juneau/http/classic/part/SerializedPart.java | 4 +-
.../http/classic/resource/BasicResource.java | 2 +-
.../http/classic/response/BasicHttpException.java | 2 +-
.../http/classic/response/BasicHttpResponse.java | 2 +-
.../FluentRequestFormParamAssertion.java | 18 ++---
.../assertions/FluentRequestHeaderAssertion.java | 18 ++---
.../FluentRequestQueryParamAssertion.java | 18 ++---
.../juneau/rest/server/stats/MethodExecStats.java | 2 +-
.../juneau/rest/server/util/UrlPathMatch.java | 2 +-
.../FluentRequestFormParamAssertion_Test.java | 52 +++++++++++++
.../FluentRequestHeaderAssertion_Test.java | 22 ++++++
.../FluentRequestQueryParamAssertion_Test.java | 52 +++++++++++++
pom.xml | 12 +++
50 files changed, 318 insertions(+), 247 deletions(-)
create mode 100644
juneau-rest/juneau-rest-client-classic/src/test/java/org/apache/juneau/rest/client/classic/assertion/FluentResponseHeaderAssertion_Test.java
create mode 100644
juneau-rest/juneau-rest-server/src/test/java/org/apache/juneau/rest/server/assertions/FluentRequestFormParamAssertion_Test.java
create mode 100644
juneau-rest/juneau-rest-server/src/test/java/org/apache/juneau/rest/server/assertions/FluentRequestQueryParamAssertion_Test.java