Releases: talsma-ict/context-propagation
Releases · talsma-ict/context-propagation
Release 1.0.10
Release notes
- Improve Log4j 2 propagation Javadoc and internal implementation (#252)
- Remove relocation modules that have been released to maven central (all). (#254)
- Repair bill-of-materials dependency-management inheritance. No longer declare slf4j version in dependencyManagement. (#269)
- Upgrade to GitHub-native Dependabot (#235)
- Dependencies:
- Bump spring-security-core from 5.1.5.RELEASE to 5.5.2 (#231, #232, #244, #248, #262)
- Bump metrics-core from 4.1.19 to 4.2.3 (#233, #237, #243, #246, #249, #255)
- Bump micrometer-core from 1.6.6 to 1.7.4 (#240, #241, #250, #253, #260, #267)
- Bump slf4j from 1.7.30 to 1.7.32 (#247, #257)
- Bump logback-classic from 1.2.3 to 1.2.6 (#256, #259, #265)
- Bump junit-jupiter-engine from 5.7.1 to 5.8.1 (#242, #266, #270)
- Bump umldoclet from 2.0.12 to 2.0.14 (#263)
- Bump maven version from 3.6.3 to 3.8.2 (5d02e6e)
- Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#238)
- Bump versions-maven-plugin from 2.7 to 2.8.1 (09e68d9)
- Bump license-maven-plugin.version from 4.0 to 4.1 (#234)
- Bump maven-gpg-plugin from 1.6 to 3.0.1 (#239)
- Bump maven-scm-plugin from 1.11.2 to 1.12.0 (#261, #268)
Release 1.0.9
Release notes
- Close reactivated contexts in reverse order (#210)
- Add support for Log4j 2's ThreadContext (#207, #229)
- Rename module
mdc-propagationtoslf4j-propagation(#213) - Upgrade all tests to jUnit 5 (#151)
- Minor improvements (#217)
- Improvements to README documentation (#203, #206, #215)
- Switched from Travis CI to Github Actions for CI builds
- Dependencies
- Bump metrics-core from 4.1.2 to 4.1.19 (#153, #155, #156, #163, #168, #170, #171, #174, #175, #178, #181, #189, #190, #194, #195, #197, #212, #228)
- Bump micrometer-core from 1.3.2 to 1.6.6 (#148, #152, #158, #160, #161, #165, #166, #169, #172, #179, #183, #187, #191, #192, #193, #196, #198, #208, #220, #230)
- Bump log4j-api from 2.14.0 to 2.14.1 (#226)
- Bump umldoclet from 2.0.7 to 2.0.12 (#154, #167, #173, #180, #184)
- Bump junit from 4.12 to 5.7.1 (#146, #151, #159, #164, #185, #200)
- Bump maven-source-plugin from 3.2.0 to 3.2.1 (#145)
- Bump jacoco-maven-plugin from 0.8.5 to 0.8.6 (#186)
- Bump license-maven-plugin.version from 3.0 to 4.0 (#227)
Release 1.0.8
Release notes
- Add micrometer ContextTimer implementation (#144)
- Documentation improvements
- Use latest build scripts
- Use ansicolors in build scripts (#132)
- Dependencies
- Bump opentracing-api.version from 0.32.0 to 0.33.0 (#121)
- Bump umldoclet from 2.0.2 to 2.0.7 (#125, #126, #129, #137, #142)
- Bump slf4j.version from 1.7.26 to 1.7.30 (#130, #131, #138, #143)
- Bump hamcrest from 2.1 to 2.2 (#135)
- Bump metrics-core from 4.1.0 to 4.1.2 (#136, #141)
- Bump jacoco-maven-plugin from 0.8.3 to 0.8.5 (#122, #134)
- Bump maven-source-plugin from 3.0.1 to 3.2.0 (#124, #139)
- Bump maven-jar-plugin from 3.1.1 to 3.2.0 (#123, #140)
Release 1.0.7
Release 1.0.6
Release notes
- Add LocaleContextManager.getCurrentLocaleOrDefault method (#103)
- Deprecate the ContextObservers utility class (#107)
- Rename
Timingutility class toTimersavoiding package name clash (#109) - Opentracing ScopeManager implementation based on our context (#110)
- Many documentation improvements
- Publish the (aggregated) root javadoc jar in github as well (62e1471)
- Dependencies
Release 1.0.5
Release 1.0.4
Release 1.0.3
Release 1.0.2
Release notes
ContextManagers.clearActiveContexts()Add a way to clear all managed contexts (Merge #75)- Re-introduce caching but make it configurable (#79)
- Opentracing: Manage active Span vs Scope (#76)
- Objects are sometimes shown in logging: add
toString()to: - Add unit tests for untested methods of ContextAwareCompletableFuture (8791cf4)
- Declare UMLDoclet dependency in BOM to trigger dependabot notification (a9b96b6)
Release 1.0.1
Release notes
- Tracing instrumentation: Make contextmanager tracing disabled by default (#72, #71)
- PriorityServiceLoader: Remove caching and too-defensive errorhandling (93e4b7d)
- ContextManagers: remove excessive amount of code for cornercase (5cefa7e)
- Bill-of-materials: Declare javadoc and sources versions (#69)
- Removed unnecessary property files with build metadata (1d213e9)
- Many unit tests
- Documentation improved
- Update maven-wrapper to 0.4.2 and maven to 3.5.4 (99a1459)
- Dependencies bumped