Skip to content

Commit b0a1d58

Browse files
committed
docs: update README to reflect removal of volatile fields and other enhancements
1 parent 76b8709 commit b0a1d58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

async/reactor-rabbitmq/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The original library was archived by its maintainers on September 26, 2025 and i
1313

1414
- Upgraded from Java 8/11 to Java 17
1515
- Removed dead code and unused APIs
16-
- Replaced `volatile` fields with thread-safe types (`AtomicReference`, `AtomicBoolean`)
1716
- `OutboundMessage` extended with optional `ackNotifier` callback, eliminating the need for a separate subclass
1817
- Java 17 modernizations (records, sealed classes patterns, text blocks)
1918
- SLF4J and SonarQube warning fixes

0 commit comments

Comments
 (0)