Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break dependency on Spring Boot #407

Merged
merged 1 commit into from
May 26, 2023

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented May 25, 2023

  • Removes the use of spring-boot-dependencies to drive the Java platform (spring-pulsar-dependencies). This is needed to avoid chicken-egg problem when Spring Boot in turn has a dependency on Spring Pulsar.

  • Move integration tests into own sub-module

  • The only place that still relies on Spring Boot is in the integration tests and the samples.

  • Update to Spring Boot 3.1.1-SNAPSHOT

- Removes the use of spring-boot-dependencies to drive the
  Java platform (spring-pulsar-dependencies). This is needed
  to avoid chicken-egg problem when Spring Boot in turn has
  a dependency on Spring Pulsar.

- Move integration tests into own sub-module

- The only place that still relies on Spring Boot is in the
  integration tests and the samples.

- Update to Spring Boot 3.1.1-SNAPSHOT
@onobc onobc requested a review from sobychacko May 25, 2023 05:21
@onobc onobc added this to the 1.0.0 milestone May 25, 2023
@onobc onobc merged commit b0e130c into spring-projects:main May 26, 2023
@onobc onobc deleted the cbono-break-dep-sb branch May 26, 2023 01:03
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