Skip to content

Commit 360260d

Browse files
committed
remove "event-gateway-instance" configuration, so it is necessary to configure it explicitly
1 parent bb304e9 commit 360260d

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

build.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ name: "${label}"
3535
description: "${description}"
3636
lucee-core-version: "${luceeCoreVersion}"
3737
release-type: ${releaseType}
38-
event-gateway-instance: "[{'cfc-path':'org.lucee.cfml.TasksGateway','id':'${taskInstanceName}','read-only':true,'startup-mode':'automatic','custom':{'package':"${taskInstancePackage}",'templatePath':"",'checkForChangeInterval':10,'settingLocation':"${settingLocation}",'checkForChangeSettingInterval':${checkForChangeSettingInterval},'logName':"scheduler"}}]"
3938
</echo>
40-
39+
<!--
40+
event-gateway-instance: "[{'cfc-path':'org.lucee.cfml.TasksGateway','id':'${taskInstanceName}','read-only':true,'startup-mode':'automatic','custom':{'package':"${taskInstancePackage}",'templatePath':"",'checkForChangeInterval':10,'settingLocation':"${settingLocation}",'checkForChangeSettingInterval':${checkForChangeSettingInterval},'logName':"scheduler"}}]"
41+
-->
4142
</target>
4243
<target name="zip" depends="createManifest" description="generate the distribution" >
4344

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.lucee</groupId>
66
<artifactId>tasks-extension</artifactId>
7-
<version>1.0.0.15-SNAPSHOT</version>
7+
<version>1.1.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Tasks Extension</name>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>11</maven.compiler.source>
1414
<maven.compiler.target>11</maven.compiler.target>
15-
<id>947C02B0-7AE4-4054-938A8E059DD7625A</id>
15+
<id>0EDF8686-BDC8-442B-B4EFE093EA6CC0C4</id>
1616
<bundlename>org.lucee.tasks.extension</bundlename>
1717

18-
<taskInstanceName>lucee-task</taskInstanceName>
19-
<taskInstancePackage>org.lucee.cfml.tasks</taskInstancePackage>
20-
<taskInstanceTemplatepath></taskInstanceTemplatepath>
21-
<settingLocation></settingLocation>
22-
<checkForChangeSettingInterval>0</checkForChangeSettingInterval>
18+
<!-- <taskInstanceName>dk-task</taskInstanceName> -->
19+
<!-- <taskInstancePackage>distrocore.tasks</taskInstancePackage> -->
20+
<!-- <taskInstanceTemplatepath></taskInstanceTemplatepath> -->
21+
<!-- <settingLocation>queues</settingLocation> -->
22+
<!-- <checkForChangeSettingInterval>10</checkForChangeSettingInterval> -->
2323
<luceeCoreVersion>5.2.2.43-SNAPSHOT</luceeCoreVersion>
24-
<releaseType>server</releaseType>
24+
<releaseType>all</releaseType>
2525
<label>Tasks Extension</label>
2626
<release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</release.url>
2727
<snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</snapshot.url>

0 commit comments

Comments
 (0)