spring-projects / spring-aot-smoke-tests

Smoke tests for Spring's AOT and native support
https://spring-team-aot-smoke-tests-dashboard.azuremicroservices.io/
49 stars 34 forks source link

Update Spring Pulsar (Boot 3.2.0 compatible) #189

Closed onobc closed 11 months ago

onobc commented 11 months ago

The Spring Pulsar test suites were still using the legacy starter (v0.2.0) and also Pulsar 2.11.0. This commit updates to the latest versions that are compatible w/ Boot 3.2.0

~This will not pass until the 0.4.0 version of the reactive client is published (should be soon).~

mhalbritter commented 11 months ago

Thanks! Please let us know when the reactive client is published.

onobc commented 11 months ago

Will do @mhalbritter . We are actually going to release it today and I will update accordingly.

onobc commented 11 months ago

@mhalbritter we should be good to go now.

mhalbritter commented 11 months ago

Thanks. Is this only for 3.2.x, or also for 3.1.x and 3.0.x?

onobc commented 11 months ago

This PR is only for 3.2.x as the starters lived w/in the Spring Pulsar repo pre-ga.

mhalbritter commented 11 months ago

Thank you :)