Skip to content

Commit 80612ea

Browse files
chore: release v1.1.2 (#7)
1 parent 53a298f commit 80612ea

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the AxonFlow Java SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.2] - 2025-12-23
9+
10+
### Fixed
11+
12+
- **Java 11 Compatibility** - Fixed compilation error on Java 11
13+
- Replaced `Stream.toList()` (Java 16+) with `Collectors.toList()` (Java 8+)
14+
- MAP plan parsing now works correctly on all supported Java versions (11, 17, 21)
15+
816
## [1.1.1] - 2025-12-23
917

1018
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.getaxonflow</groupId>
88
<artifactId>axonflow-sdk</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AxonFlow Java SDK</name>

0 commit comments

Comments
 (0)