You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/12/23 16:15:31 UTC

[creadur-tentacles] branch master updated (e8941bd -> 608de40)

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git.


    from e8941bd  RAT291: Fix Travis URL
     add 982721d  Update to JDK9 in order to work with new log4j2
     add b2b2a86  TENTACLES-12: Add log4j2 config
     add 9301409  TENTACLES-12: Update to JDK9 and log4jx2
     add 2ae9ecf  TENTACLES-12: Add enhanced defaultGoal
     add 855b227  TENTACLES-12: Change default JDK / guess
     add 925074a  TENTACLES-12: Update httpclient
     add f88cb19  TENTACLES-12: Update site plugin
     add aaa1fb5  TENTACLES-12: Update fluido skin
     add 74ec5a3  TENTACLES-12: Update fluido and fix site build
     add 45b652c  TENTACLES-12: Update to latest jaxb
     add af41edf  TENTACLES-12: Fix headline about min JDK9
     add 063172a  TENTACLES-12: Use JDK9 to build
     add 22ca260  Merge master into feature branch
     add 5c87459  TENTACLES-12: Update enforcer rules to fix existing problem during log4j updates
     add aa0215f  TENTACLES-12: Update to latest log4j
     add b5be265  TENTACLES-12: Downgrade to JDK8 as enforcer problems are solved
     add 5a89fa5  Update to latest jackson-module-jaxb-annotations 2.13.1
     add 013f3a3  TENTACLES-12: Update fluido skin
     add a02a60f  TENTACLES-12: Fix fluido skin version
     add 608de40  Merge pull request #1 from apache/feature/TENTACLES-12

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 README.md                                          |   4 +-
 pom.xml                                            |  29 +++-
 .../org/apache/creadur/tentacles/IOSystem.java     | 184 ++++++++++-----------
 .../java/org/apache/creadur/tentacles/Main.java    |  15 +-
 .../org/apache/creadur/tentacles/NexusClient.java  |   4 +-
 src/main/resources/log4j2.xml                      |  14 ++
 7 files changed, 134 insertions(+), 117 deletions(-)
 create mode 100644 src/main/resources/log4j2.xml