Skip to content

Commit

Permalink
Merge pull request #601 from camunda-community-hub/np-exporter-java-17
Browse files Browse the repository at this point in the history
refactor: downgrade exporter to 17 for < 8.4 compat
  • Loading branch information
npepinpe authored Dec 21, 2023
2 parents a2ad472 + 78427d4 commit 98273ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<name>Zeebe Test Container Exporter</name>

<properties>
<!-- fix minimum JDK to 21, meaning the exporter is not compatible with Zeebe < 8.4 -->
<version.java>21</version.java>
<!-- fix minimum JDK to 17, meaning the exporter is not compatible with Zeebe < 8.x -->
<version.java>17</version.java>
</properties>

<dependencies>
Expand Down
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.4</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath />
<relativePath/>
</parent>

<groupId>io.zeebe</groupId>
Expand Down Expand Up @@ -480,8 +480,10 @@
<includes>
<include>**/*.md</include>
</includes>

<flexmark />
<excludes>
<exclude>**/target/**/*.md</exclude>
</excludes>
<flexmark/>
</markdown>
</configuration>
<executions>
Expand Down Expand Up @@ -529,7 +531,7 @@
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration />
<configuration/>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -664,7 +666,7 @@
<configuration>
<!-- see more https://maven.apache.org/enforcer/enforcer-rules/index.html -->
<rules>
<banDuplicatePomDependencyVersions />
<banDuplicatePomDependencyVersions/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 98273ba

Please sign in to comment.