Skip to content

Commit 66c60fb

Browse files
committed
Bump Quartz to 2.4.0-rc3
1 parent b03ad56 commit 66c60fb

File tree

3 files changed

+31
-11
lines changed

3 files changed

+31
-11
lines changed

RELEASE-NOTES.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1+
## Release 3.1.0-SNAPSHOT
2+
3+
### API Changes
4+
5+
### New Features
6+
7+
### Enhancements
8+
9+
1. Bootstrap: Provides built-in GraalVM Reachability Metadata and nativeTest on Elasticjob Bootstrap - [#2268](https://github.com/apache/shardingsphere-elasticjob/pull/2268)
10+
1. Build: Support for building with OpenJDK 22 - [#2407](https://github.com/apache/shardingsphere-elasticjob/issues/2407)
11+
1. Spring Boot Starter: Block `elasticjob-spring-boot-starter` from passing `spring-boot-starter` test scope dependencies - [#2418](https://github.com/apache/shardingsphere-elasticjob/issues/2418)
12+
1. Lifecycle: Support dynamic configuration of jobs through the Operation API in GraalVM Native Image - [#2426](https://github.com/apache/shardingsphere-elasticjob/pull/2426)
13+
1. Doc: Adds documentation for connecting to Zookeeper Server with SASL enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442)
14+
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
15+
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
16+
1. Dependencies: Bump Quartz to 2.4.0-rc3 - [#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439)
17+
18+
### Bug Fixes
19+
20+
1. Build: Removes non-existent `elasticjob-tracing-api` and `elasticjob-error-handler-spi` module - [#2412](https://github.com/apache/shardingsphere-elasticjob/pull/2412)
21+
1. Spring Boot Starter: Fixes the issue that OneOffJobBootstrap cannot be used under ElasticJob Spring Boot Starter - [#2014](https://github.com/apache/shardingsphere-elasticjob/issues/2014)
22+
23+
### Change Logs
24+
25+
1. [MILESTONE](https://github.com/apache/shardingsphere-elasticjob/milestone/7)
26+
127
## 3.0.4
228

3-
## Dependencies Upgrade
29+
### Dependencies Upgrade
430
1. Update dependencies to fix CVE
531

6-
## Enhancements
32+
### Enhancements
733
1. Support for building with OpenJDK 21
834
2. Accelerate the startup speed of ElasticJob
935
3. Migrate from Junit Vintage to Junit Jupiter

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<snakeyaml.version>2.2</snakeyaml.version>
6767
<gson.version>2.10.1</gson.version>
6868

69-
<quartz.version>2.3.2</quartz.version>
69+
<quartz.version>2.4.0-rc3</quartz.version>
7070

7171
<zookeeper.version>3.9.2</zookeeper.version>
7272
<curator.version>5.7.0</curator.version>
@@ -188,12 +188,6 @@
188188
<groupId>org.quartz-scheduler</groupId>
189189
<artifactId>quartz</artifactId>
190190
<version>${quartz.version}</version>
191-
<exclusions>
192-
<exclusion>
193-
<groupId>com.mchange</groupId>
194-
<artifactId>c3p0</artifactId>
195-
</exclusion>
196-
</exclusions>
197191
</dependency>
198192

199193
<dependency>

test/native/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<properties>
3030
<maven.deploy.skip>true</maven.deploy.skip>
3131
<!--TODO Blocked by https://github.com/apache/shardingsphere-elasticjob/issues/2425 -->
32-
<spring-boot-dependencies.version>3.3.4</spring-boot-dependencies.version>
32+
<spring-boot-dependencies.version>3.3.5</spring-boot-dependencies.version>
3333
<slf4j.version>2.0.16</slf4j.version>
34-
<logback.version>1.5.8</logback.version>
34+
<logback.version>1.5.11</logback.version>
3535
</properties>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)