Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

61 lines (40 loc) · 1.47 KB

ChangeLog

0.10

  • Fix GitHub Action maven cache not work
  • Change default jdk from java 8.0.432+6-tem to java 8.0.442+6-amzn. Because no available java 8.0.432+6-tem on arm64
  • Update archetype application-dev.yaml

0.9

  • Optimize GitHub Action: maven cache
  • Optimize auto-assembly profile

0.8

  • Update archetype
  • Optimize GitHub Actions
  • 新增 rapd-design-pattern-framework, 对设计模式的使用进行抽象和封装, 降低设计模式的应用难度以及统一编码风格
    • 决策树设计模式抽象
  • archetype
    • assembly 优化
    • 分层构建优化

0.7

  • Support publish GitLab pages via GitLab CI/CD
  • Optimize gitlab ci pipeline, use remote template
  • Update archetype, .mvn, .github actions

0.6

  • Support GitLab CI/CD
  • Provide ubuntu/24.04 Vagrantfile for mac arm64

0.5

  • dependency management shiro and jwt version
  • add Utility classes for base64 and digest
  • ci/cd supported. Publish packages to github packages and maven central portal

0.3

  • Add Utility classes for regex RegexUtils, ID generation NanoIdGenerator SnowflakeGenerator

0.2

features

  • 优化分页查询

fix

  • refine archetype includes and remove redundant entries

0.1.3

  • 支持发布构件到 central, GitHub packages, self-hosted artifactory
  • Use GitHUb Actions build and publish GitHub Pages
  • DDD 脚手架
  • 基础通用组件