From 8425b1de365898f1c7227071f4972d64f97537ef Mon Sep 17 00:00:00 2001 From: tian bao <2011xuesong@gmail.com> Date: Thu, 3 Aug 2023 21:13:56 +0800 Subject: [PATCH] fix wrong jetty-all config in pom.xml (#279) * fix wrong jetty-all config in pom.xml --------- Co-authored-by: Patrick Duin --- CHANGELOG.md | 4 ++++ waggle-dance-core/pom.xml | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319e6c1cc..2eb802ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.11.3] - TBD +### Changed +- Exclude jetty-all from core module, because it makes spring start fail and makes `WaggleDanceIntegrationTest` fail. + ## [3.11.2] - 2023-07-04 ### Changed - Setting AWSGlueClientFactory log level to `WARN` because it spams this [log](https://github.com/awslabs/aws-glue-data-catalog-client-for-apache-hive-metastore/blob/branch-3.4.0/aws-glue-datacatalog-client-common/src/main/java/com/amazonaws/glue/catalog/metastore/AWSGlueClientFactory.java#L57) every ~200ms. It could be creating unnecessary Glue clients. diff --git a/waggle-dance-core/pom.xml b/waggle-dance-core/pom.xml index 0741350e6..1e5254c5a 100644 --- a/waggle-dance-core/pom.xml +++ b/waggle-dance-core/pom.xml @@ -127,6 +127,10 @@ log4j log4j + + org.eclipse.jetty.aggregate + jetty-all + @@ -178,6 +182,10 @@ org.eclipse.jetty jetty-runner + + org.eclipse.jetty.aggregate + jetty-all + org.pentaho pentaho-aggdesigner-algorithm