This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 684378f Fix properties loading on JDK 11 new af8f753 Lets relax the line length check a bit, since we are now autogenerating code. From 200 to 250. new afa1d4a Fixed CS for Camel-maven-package-plugin 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: .../src/main/resources/camel-checkstyle.xml | 2 +- .../camel/maven/packaging/EndpointDslMojo.java | 137 ++++++------- .../camel/maven/packaging/generics/ClassUtil.java | 88 ++++----- .../maven/packaging/generics/GenericsUtil.java | 214 +++++++++++---------- .../generics/OwbGenericArrayTypeImpl.java | 35 ++-- .../generics/OwbParametrizedTypeImpl.java | 49 +++-- .../packaging/generics/OwbTypeVariableImpl.java | 138 +++++-------- .../packaging/generics/OwbWildcardTypeImpl.java | 30 ++- 8 files changed, 309 insertions(+), 384 deletions(-)