This is an automated email from the ASF dual-hosted git repository. jsinovassinnaik pushed a change to branch dependency-updates in repository https://gitbox.apache.org/repos/asf/unomi.git
omit 2d17dfaea UNOMI-829: update slf4f omit d2890cf4f UNOMI-829: update apache libs omit 6f63c20b7 UNOMI-829: configure correctly for jakarta.jws and update apache libs omit b88cfa979 UNOMI-829: change javax.servlet to jakarta.servlet omit b14005d75 UNOMI-829: upgrade groovy version omit ce0c806fd UNOMI-829: upgrade java version, change javax to jakarta and upgrade cxf add ae8a77760 UNOMI-829: upgrade groovy version add d4062ecef UNOMI-829: Update apache libs add 44c5e21e9 UNOMI-829: update slf4f This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (2d17dfaea) \ N -- N -- N refs/heads/dependency-updates (44c5e21e9) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: extensions/geonames/rest/pom.xml | 6 +++--- .../unomi/geonames/rest/GeonamesEndPoint.java | 4 ++-- extensions/groovy-actions/rest/pom.xml | 4 ++-- .../groovy/actions/rest/GroovyActionsEndPoint.java | 4 ++-- extensions/json-schema/rest/pom.xml | 4 ++-- .../unomi/schema/rest/JsonSchemaEndPoint.java | 4 ++-- extensions/lists-extension/rest/pom.xml | 6 +++--- .../unomi/lists/rest/UserListServiceEndPoint.java | 4 ++-- extensions/privacy-extension/rest/pom.xml | 7 ++++--- .../unomi/privacy/rest/PrivacyServiceEndPoint.java | 4 ++-- extensions/router/router-rest/pom.xml | 12 +++--------- .../rest/ExportConfigurationServiceEndPoint.java | 4 ++-- .../rest/ImportConfigurationServiceEndPoint.java | 4 ++-- extensions/salesforce-connector/rest/pom.xml | 14 +++++++++++--- .../org/apache/unomi/sfdc/rest/SFDCEndPoint.java | 4 ++-- graphql/cxs-impl/pom.xml | 4 ++-- graphql/karaf-feature/src/main/feature/feature.xml | 2 +- package/pom.xml | 21 +++++++++++++++++++++ plugins/baseplugin/pom.xml | 4 ++-- plugins/request/pom.xml | 4 ++-- .../RequestHeaderToProfilePropertyAction.java | 2 +- .../RequestParameterToProfilePropertyAction.java | 2 +- .../request/actions/SetRemoteHostInfoAction.java | 2 +- pom.xml | 16 +++++----------- rest/pom.xml | 4 ++-- .../rest/endpoints/CampaignsServiceEndPoint.java | 4 ++-- .../apache/unomi/rest/endpoints/ClientEndpoint.java | 6 +++--- .../rest/endpoints/ClusterServiceEndPoint.java | 4 ++-- .../unomi/rest/endpoints/ContextJsonEndpoint.java | 8 ++++---- .../rest/endpoints/DefinitionsServiceEndPoint.java | 4 ++-- .../unomi/rest/endpoints/EventServiceEndpoint.java | 4 ++-- .../rest/endpoints/EventsCollectorEndpoint.java | 6 +++--- .../unomi/rest/endpoints/GoalsServiceEndPoint.java | 4 ++-- .../unomi/rest/endpoints/PatchServiceEndPoint.java | 2 +- .../rest/endpoints/ProfileServiceEndPoint.java | 8 ++++---- .../unomi/rest/endpoints/QueryServiceEndPoint.java | 6 +++--- .../unomi/rest/endpoints/RulesServiceEndPoint.java | 4 ++-- .../unomi/rest/endpoints/ScopeServiceEndPoint.java | 4 ++-- .../rest/endpoints/ScoringServiceEndPoint.java | 4 ++-- .../rest/endpoints/SegmentServiceEndPoint.java | 4 ++-- .../rest/endpoints/UserListServiceEndPoint.java | 4 ++-- .../apache/unomi/rest/service/RestServiceUtils.java | 4 ++-- .../rest/service/impl/RestServiceUtilsImpl.java | 7 ++++--- .../request/RequestValidatorInterceptor.java | 2 +- .../apache/unomi/utils/EventsRequestContext.java | 4 ++-- .../main/java/org/apache/unomi/utils/HttpUtils.java | 6 +++--- services/pom.xml | 4 ++-- wab/pom.xml | 4 ++-- .../java/org/apache/unomi/web/ClientServlet.java | 10 +++++----- .../java/org/apache/unomi/web/ContextServlet.java | 10 +++++----- .../apache/unomi/web/EventsCollectorServlet.java | 10 +++++----- .../unomi/web/HttpServletRequestForwardWrapper.java | 8 ++++---- .../main/java/org/apache/unomi/web/HttpUtils.java | 6 +++--- 53 files changed, 158 insertions(+), 139 deletions(-)