Skip to content

Use Boot 4 everywhere. WAN replication fixes in Spring example#762

Merged
TomaszGaweda merged 6 commits intohazelcast:masterfrom
TomaszGaweda:few-fixes-to-resilient-sessions
Feb 17, 2026
Merged

Use Boot 4 everywhere. WAN replication fixes in Spring example#762
TomaszGaweda merged 6 commits intohazelcast:masterfrom
TomaszGaweda:few-fixes-to-resilient-sessions

Conversation

@TomaszGaweda
Copy link
Contributor

@TomaszGaweda TomaszGaweda commented Feb 17, 2026

Fixes necessary to make the example work as intended (oversight in first PR).

Upgrades Spring Boot to 4.x to make the samples up-to-date

@TomaszGaweda TomaszGaweda enabled auto-merge (squash) February 17, 2026 10:25
@TomaszGaweda TomaszGaweda enabled auto-merge (squash) February 17, 2026 10:25
Copy link

@Patras3 Patras3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only 2 points would be nice to document

import org.springframework.context.annotation.Bean;

@SpringBootApplication
@SpringBootApplication(excludeName = "com.hazelcast.spring.HazelcastObjectExtractionConfiguration")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth to add an comment - why there is this exclude?

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add comment why we excluded this?

@TomaszGaweda TomaszGaweda merged commit 918b9cc into hazelcast:master Feb 17, 2026
3 checks passed
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.

2 participants