Skip to content

Commit

Permalink
#27453 include in 23.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 3, 2024
1 parent 8347d10 commit f40f86f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ This maintenance release includes the following code fixes:
80. https://github.com/dotCMS/core/issues/23195 : Site Browser: Slow loading folder with many items #23195
81. https://github.com/dotCMS/core/issues/27894 : Security: Critical Vulnerability in Postgres JDBC Driver #27894
82. https://github.com/dotCMS/core/issues/27909 : Invalid role check when accessing resource #27909
83. https://github.com/dotCMS/core/issues/27910 : Log too verbose in certain situations #27910
83. https://github.com/dotCMS/core/issues/27910 : Log too verbose in certain situations #27910
84. https://github.com/dotCMS/core/issues/27453 : Make experience plugin into a system plugin #27453
9 changes: 9 additions & 0 deletions dotCMS/src/main/resources/osgi/system/osgi-extra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,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 @@ -399,6 +400,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 @@ -572,6 +575,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 @@ -650,6 +656,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 @@ -667,6 +674,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 @@ -689,6 +697,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
12 changes: 12 additions & 0 deletions osgi-base/system-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.dotcms.core.plugins</groupId>
<artifactId>com.dotcms.telemetry</artifactId>
<version>24.4.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit f40f86f

Please sign in to comment.