Skip to content

Commit

Permalink
#27453 include in 23.01.15
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 4, 2024
1 parent cfd4a3c commit 4d47a41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotCMS/build.gradle
Expand Up @@ -271,6 +271,8 @@ dependencies {

felixsystem group: 'com.dotcms.samlbundle', name: 'com.dotcms.samlbundle', version: '24.02.29'

felixsystem group: 'com.dotcms.core.plugins', name: 'com.dotcms.telemetry', version: '24.4.1'

//// starter config

starter group: 'com.dotcms', name: 'starter', version: 'empty_20221018', ext: 'zip'
Expand Down
9 changes: 9 additions & 0 deletions dotCMS/src/main/resources/osgi/system/osgi-extra.conf
Expand Up @@ -90,6 +90,7 @@ com.liferay.util.format,
com.dotcms.cache.transport,
com.dotmarketing.portlets.links.action,
org.apache.velocity.texen,
org.elasticsearch.common.unit,
com.dotcms.content.elasticsearch.business,
com.dotcms.system.event.local.business;version=0.1.0,
com.dotcms.rendering.velocity.viewtools,
Expand Down Expand Up @@ -401,6 +402,8 @@ com.dotmarketing.portlets.linkchecker.bean,
com.dotcms.enterprise.achecker.validation,
org.apache.velocity.texen.util,
com.dotcms.concurrent,
com.dotcms.concurrent.lock,
com.dotcms.http,
com.dotcms.visitor.domain,
com.dotmarketing.portlets.linkchecker.util,
com.dotmarketing.portlets.workflowmessages.struts,
Expand Down Expand Up @@ -574,6 +577,9 @@ com.dotmarketing.portlets.report.action,
com.dotmarketing.common.reindex,
com.dotmarketing.business.cache.provider.timedcache,
com.dotmarketing.portlets.calendar.model,
com.fasterxml.jackson.annotation,
com.fasterxml.jackson.core,
com.fasterxml.jackson.databind.json,
org.osgi.framework,
org.osgi.framework.wiring,
org.osgi.service.packageadmin,
Expand Down Expand Up @@ -651,6 +657,7 @@ org.apache.commons.codec.digest;version=0.1.0,
org.apache.commons.io;version=0.1.0,
org.apache.commons.io.input;version=0.1.0,
org.apache.commons.lang;version=0.1.0,
org.apache.commons.lang.math;0.1.0,
org.apache.http;version=0.1.0,
org.apache.http.auth;version=0.1.0,
org.apache.http.client;version=0.1.0,
Expand All @@ -668,6 +675,7 @@ org.apache.http.impl.client.cache;version=0.1.0,
org.apache.http.params;version=0.1.0,
org.apache.http.protocol;version=0.1.0,
org.apache.http.util;version=0.1.0,
org.apache.logging.log4j.core.util;version=0.1.0,
org.apache.velocity;version=0.1.0,
org.apache.xml.dtm;version=0.1.0,
org.apache.xml.utils;version=0.1.0,
Expand All @@ -690,6 +698,7 @@ org.glassfish.jersey.internal.util;version=0.1.0,
org.glassfish.jersey.internal.util.collection;version=0.1.0,
org.glassfish.jersey.message;version=0.1.0,
org.glassfish.jersey.message.internal;version=0.1.0,
org.glassfish.jersey.server;version=0.1.0,
org.joda.convert;version=0.1.0,
org.ldaptive;version=0.1.0,
org.ldaptive.ext;version=0.1.0,
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Expand Up @@ -228,3 +228,4 @@ This maintenance release includes the following code fixes:
180. https://github.com/dotCMS/core/issues/27894 : Security: Critical Vulnerability in Postgres JDBC Driver #27894
181. https://github.com/dotCMS/core/issues/27910 : Log too verbose in certain situations #27910
182. https://github.com/dotCMS/core/issues/27909 : Invalid role check when accessing resource #27909
183. https://github.com/dotCMS/core/issues/27453 : Make experience plugin into a system plugin #27453

0 comments on commit 4d47a41

Please sign in to comment.