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 75a787ee19 READY-253 Case 4 — correct maxDepth truncation Javadocs + 
document @ParentProperty cyclic-graph contract (BUG-17); add recursion 
behavior-pinning tests. No wire change.
     new 6aeaa4ca32 fix juneau-distrib dependency resolution under `mvn clean 
test` — depend on sibling main JARs instead of the package-only `zip:bin` 
assembly artifacts (keeps the reactor-ordering edge that prevents the MDEP-187 
race; `dependency:copy` still fetches the zip:bin by coordinate at `package`). 
Regression from TODO-252.
     new 4d6ccd0752 TODO-238 — BUG × juneau-commons fixes (BUG-03 LocalDir 
hashCode, BUG-07 locale-safe casing, BUG-09 defensive copies, BUG-15 null 
guards, BUG-16 holder null-coerce) + make Version equals/hashCode/compareTo 
strict (prefix-matching moved to matches()). Breaking change (10.0.0).

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:
 .../juneau/commons/AppliedAnnotationObject.java    |  2 +-
 .../commons/AppliedOnClassAnnotationObject.java    |  2 +-
 .../juneau/commons/bean/BeanCtorAnnotation.java    |  2 +-
 .../juneau/commons/bean/BeanIgnoreAnnotation.java  |  2 +-
 .../juneau/commons/bean/BeanPropAnnotation.java    |  4 +-
 .../juneau/commons/bean/BeanTypeAnnotation.java    |  2 +-
 .../apache/juneau/commons/http/HeaderElement.java  |  2 +-
 .../juneau/commons/inject/BasicBeanStore.java      |  7 +++
 .../juneau/commons/inject/BeanAnnotation.java      |  4 +-
 .../org/apache/juneau/commons/io/LocalDir.java     |  2 +-
 .../org/apache/juneau/commons/lang/ByteHolder.java | 27 +++++++----
 .../apache/juneau/commons/lang/IntegerHolder.java  | 27 +++++++----
 .../org/apache/juneau/commons/lang/Version.java    | 56 ++++++++++++++--------
 .../apache/juneau/commons/utils/ClassUtils.java    |  2 +
 .../apache/juneau/commons/utils/StringUtils.java   | 15 +++---
 .../apache/juneau/commons/lang/Version_Test.java   | 33 +++++++++----
 .../juneau/commons/utils/ClassUtils_Test.java      |  2 +-
 juneau-distrib/pom.xml                             | 14 ++++--
 18 files changed, 134 insertions(+), 71 deletions(-)

Reply via email to