snowdrop / narayana-spring-boot

Narayana Spring Boot autoconfiguration and starter
Apache License 2.0
46 stars 43 forks source link

Not working with Spring Boot 3 #156

Closed eliasbalasis closed 3 months ago

eliasbalasis commented 3 months ago

We rely heavily on the SpringBoot dependencies chain and we unfortunately have to upgrade to SpringBoot 3

Could not find class [org.springframework.boot.autoconfigure.transaction.jta.JtaProperties]

This is part of spring-boot-autoconfigure-2.6.13 but not part of spring-boot-autoconfigure-3.2.7

Is it possible to create a version that works with Spring Boot 3 ?

graben commented 3 months ago

All versions since 3.0.0 are working with Spring Boot 3. Try latest 3.1.1 but be aware that many things have changed in Spring Boot itself. Please follow their migration guide. Also, have a look at our examples and the README.md.

eliasbalasis commented 3 months ago

Thanks @graben. However, I was unable to find the Maven coordinates, hence my assumption that the framework had not moved forward.

me.snowdrop:narayana-spring-boot-starter:3.x Where can I find this? In which repo?

graben commented 3 months ago

Actual starter is available under dev.snowdrop:narayana-spring-boot-starter:3.1.1 in maven central.

eliasbalasis commented 3 months ago

Thanks, I found it.

The prefix had changed, from me.snowdrop to dev.snowdrop