Releases: hoangtien2k3/reactify-core
Releases · hoangtien2k3/reactify-core
1.2.9
What's Changed
- Add and upgrade more cache clearing method in @localcache
- Add ReactifyAutoConfiguration to automatically scan
com.reactifywhen adding library tomavenpom orbuild.gradlefile - Remove
log4j-core-implandlombokdependencies - Upgrade
reactify-cacheadd more cache and upgrade features - Upgrade
reactify-clientlibrary to add API communication with Soap/Rest API - Improved
reactify-utilswith more utilities and functions for working with XML
Full Changelog: 1.2.8...1.2.9
1.2.8
Full Changelog: 1.2.7...1.2.8
1.2.7
Full Changelog: 1.2.6...1.2.7
1.2.6
What's Changed
- Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.23.1 to 2.24.3 by @dependabot in #46
- Bump org.eclipse.jetty:jetty-io from 12.0.14 to 12.0.16 by @dependabot in #44
- Bump io.micrometer:micrometer-core from 1.13.1 to 1.14.2 by @dependabot in #42
- Bump org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.0.7.RELEASE by @dependabot in #41
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.11.2 by @dependabot in #40
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.36 by @dependabot in #36
- Bump io.micrometer:micrometer-tracing-bridge-brave from 1.3.1 to 1.4.1 by @dependabot in #38
- Bump io.micrometer:micrometer-registry-prometheus from 1.13.1 to 1.14.2 by @dependabot in #37
- Configure Renovate by @renovate in #1
New Contributors
- @dependabot made their first contribution in #46
- @renovate made their first contribution in #1
Full Changelog: 1.1.7...1.2.6
1.1.7
What's Changed
- Reactify version 1.1.7 is part of 2024.12.13 Release Train by @hoangtien2k3
- Update documents by @hoangtien2k3 in https://github.com/hoangtien2k3/reactify
New Contributors
- @hoangtien2k3 made their first contribution in https://github.com/hoangtien2k3/reactify
Full Changelog: 1.1.6...1.1.7
1.1.6
What's Changed
- Reactify version 1.1.6 is part of 2024.09.25 Release Train by @hoangtien2k3
- Add .circleci/config.yml by @hoangtien2k3 in #2
New Contributors
- @hoangtien2k3 made their first contribution in #2
Full Changelog: 1.1.3...1.1.6
1.1.3
fw-commons version 1.1.3 is part of 2024.08.25 Release Train by @hoangtien2k3
What's Changed
✨ New features and improvements
- Deprecated class
CacheAspect,CacheStore,CacheUtils,CustomizeRemovalListener - Deprecated interface
LocalCache - Replace by using cache
Cache2LAspect,Cache2LStore, Cache2LUtils,CacheInfo,CustomizeRemovalListenerandGlobalCacheInfo- Replace using
LocalCachewith usingCache2Lannotation - Updated with new features about cache with
RedisandR2DBCconnection
🐞 Bug fixes
- Config using remove
CustomizeRemovalListenerusingRemovalListener
New Contributors
- @hoangtien2k3 main contributor to the library
fw-commons#1 opensource
Full Changelog: 1.1.2...1.1.3
1.1.2
fw-commons v1.1.2 is part of 2024.08.23 Release Train.
What's Changed
✨ New features and improvements
- Skip
FileUtils,ErrorHandlingFilter,TraceIdWebClientFilter - Updated
JavaDocsand library usage instructions - Skip
R2DBCandPostgresql
New Contributors
- @hoangtien2k3 made their first contribution to writing Javadoc
Full Changelog: 1.1.1...1.1.2
1.1.1
fw-commons v1.1.1 is part of 2024.08.22 Release Train.
What's Changed
✨ New features and improvements
- Skip
CommonErrorCode - Updated
JavaDocsand library usage instructions Dockerdeployment withkafka
🐞 Bug fixes
- Dispose
TimedRunnableuponTimedWorker - Config
MininoUtilsanddocker-compose
New Contributors
- @hoangtien2k3 made their first contribution to writing Javadoc
Full Changelog: 1.1.0...1.1.1
1.1.0
fw-commons
-
release: 1.1.0
-
Fw-Commons a commons Java lib with spring boot framework, Supports using keycloak, filter, trace log, cached, minio
server, exception handler, validate and call API with webclient -
This README provides quickstart instructions on running
fw-commonson bare metal project spring boot.