Skip to content

chore: release v1.1.2#7

Merged
saurabhjain1592 merged 1 commit into
mainfrom
release/v1.1.2
Dec 23, 2025
Merged

chore: release v1.1.2#7
saurabhjain1592 merged 1 commit into
mainfrom
release/v1.1.2

Conversation

@saurabhjain1592

Copy link
Copy Markdown
Member

Summary

Release v1.1.2 with Java 11 compatibility fix.

Fixed

  • Java 11 Compatibility - Fixed compilation error on Java 11
    • Replaced Stream.toList() (Java 16+) with Collectors.toList() (Java 8+)
    • MAP plan parsing now works correctly on all supported Java versions (11, 17, 21)

@saurabhjain1592 saurabhjain1592 merged commit 80612ea into main Dec 23, 2025
9 checks passed
@saurabhjain1592 saurabhjain1592 deleted the release/v1.1.2 branch December 23, 2025 20:13
saurabhjain1592 added a commit that referenced this pull request Jan 6, 2026
saurabhjain1592 added a commit that referenced this pull request Mar 24, 2026
The trust-all TrustManager is already gated behind insecureSkipVerify
config flag (opt-in only, never default). Added CodeQL/LGTM/SonarQube
suppression annotations and enhanced warning log message.

Resolves: CodeQL alert #7 (java/insecure-trustmanager)
saurabhjain1592 added a commit that referenced this pull request Mar 25, 2026
The trust-all TrustManager is already gated behind insecureSkipVerify
config flag (opt-in only, never default). Added CodeQL/LGTM/SonarQube
suppression annotations and enhanced warning log message.

Resolves: CodeQL alert #7 (java/insecure-trustmanager)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant