spring-dynamic-job v1.1 released; infrastructure upgrade

The largest version since spring-dynamic-job was created (starting in 2014) is v1.1, which upgrades the infrastructure to meet the needs of new technology iterations and adds more user-friendly documentation.

spring-dynamic-job is an example of the integration of Spring and Quartz. It has fixed Job and dynamic Job implementation examples, and provides related tool classes.

Main updates of version v1.1:

  1. The project structure has changed from a traditional web project to a SpringBoot architecture, and Spring, Quartz and other versions have been upgraded to solve various historical vulnerabilities and other issues.
  2. The Java version is upgraded to use openjdk 17, which better supports new Java features and performance improvements.
  3. The old XML configuration is completely changed to java config configuration
  4. Log component changed from log4j to logback (solve log4j related vulnerabilities)
  5. Optimization: Use documentation to re-adjust the directory structure and update the description content

v1.1 version link: https://gitee.com/mkk/spring-dynamic-job/tree/1.1/

Supongo que te gusta

Origin www.oschina.net/news/258217/spring-dynamic-job-1-1-released
Recomendado
Clasificación