Skip to content

Commit

Permalink
Bump Quartz to 2.4.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Oct 31, 2024
1 parent b03ad56 commit d39b41c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ on:
paths:
- '.github/workflows/graalvm.yml'
- 'reachability-metadata/src/**'
- 'test/native/native-image-filter/**'
- 'test/native/src/**'
- 'test/native/**'

jobs:
build:
Expand Down
30 changes: 28 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
## Release 3.1.0-SNAPSHOT

### API Changes

### New Features

### Enhancements

1. Bootstrap: Provides built-in GraalVM Reachability Metadata and nativeTest on Elasticjob Bootstrap - [#2268](https://github.com/apache/shardingsphere-elasticjob/pull/2268)
1. Build: Support for building with OpenJDK 22 - [#2407](https://github.com/apache/shardingsphere-elasticjob/issues/2407)
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)
1. Lifecycle: Support dynamic configuration of jobs through the Operation API in GraalVM Native Image - [#2426](https://github.com/apache/shardingsphere-elasticjob/pull/2426)
1. Doc: Adds documentation for connecting to Zookeeper Server with SASL enabled - [#2442](https://github.com/apache/shardingsphere-elasticjob/pull/2442)
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
1. Build: Support building and using ElasticJob with JDK23 - [#2453](https://github.com/apache/shardingsphere-elasticjob/issues/2453)
1. Dependencies: Bump Quartz to 2.4.0-rc3 - [#2439](https://github.com/apache/shardingsphere-elasticjob/issues/2439)

### Bug Fixes

1. Build: Removes non-existent `elasticjob-tracing-api` and `elasticjob-error-handler-spi` module - [#2412](https://github.com/apache/shardingsphere-elasticjob/pull/2412)
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)

### Change Logs

1. [MILESTONE](https://github.com/apache/shardingsphere-elasticjob/milestone/7)

## 3.0.4

## Dependencies Upgrade
### Dependencies Upgrade
1. Update dependencies to fix CVE

## Enhancements
### Enhancements
1. Support for building with OpenJDK 21
2. Accelerate the startup speed of ElasticJob
3. Migrate from Junit Vintage to Junit Jupiter
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<snakeyaml.version>2.2</snakeyaml.version>
<gson.version>2.10.1</gson.version>

<quartz.version>2.3.2</quartz.version>
<quartz.version>2.4.0-rc3</quartz.version>

<zookeeper.version>3.9.2</zookeeper.version>
<curator.version>5.7.0</curator.version>
Expand Down Expand Up @@ -188,12 +188,6 @@
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>${quartz.version}</version>
<exclusions>
<exclusion>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<!--TODO Blocked by https://github.com/apache/shardingsphere-elasticjob/issues/2425 -->
<spring-boot-dependencies.version>3.3.4</spring-boot-dependencies.version>
<spring-boot-dependencies.version>3.3.5</spring-boot-dependencies.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.8</logback.version>
<logback.version>1.5.11</logback.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d39b41c

Please sign in to comment.