mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-19 17:14:47 +00:00
Merge branch 'master' into fix/mnt-20337_LO_6.1.6
This commit is contained in:
commit
5433608017
@ -49,7 +49,7 @@ public class MessagingInfo
|
|||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void init()
|
public void init()
|
||||||
{
|
{
|
||||||
final boolean jms = activemqUrl != null && !activemqUrl.isBlank();
|
final boolean jms = activemqUrl != null && !activemqUrl.trim().isEmpty();
|
||||||
logger.info("JMS client is {}, activemq.url: '{}'", jms ? "ENABLED" : "DISABLED",
|
logger.info("JMS client is {}, activemq.url: '{}'", jms ? "ENABLED" : "DISABLED",
|
||||||
activemqUrl);
|
activemqUrl);
|
||||||
}
|
}
|
||||||
|
6
pom.xml
6
pom.xml
@ -15,9 +15,9 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>11</java.version>
|
<java.version>1.8</java.version>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
|
||||||
<image.tag>latest</image.tag>
|
<image.tag>latest</image.tag>
|
||||||
<dependency.pdfbox.version>2.0.16</dependency.pdfbox.version>
|
<dependency.pdfbox.version>2.0.16</dependency.pdfbox.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user