Skip to content

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Sep 29, 2022

Main item

This PR replaces the many manual entries in the spring-pulsar-dependencies Gradle Java Platform.

All removed dependencies are covered by the SB BOM and were previously using the same exact version as in the SB BOM. We had to manually keep these in sync and it was toil.

@sobychacko This does not force SB on Spring Pulsar users as it is an internal project detail only.

Piggyback commit

Further reduces the test logging output

*/
@SpringBootTest(classes = SpringPulsarBootTestApp.class)
@SpringBootTest(classes = SpringPulsarBootTestApp.class,
properties = { "spring.main.banner-mode=off"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The SB banner is logged very early, before the test log config file is respected apparently and it always was showing up in the output. This was the only test that was happening in and it is gone now.

At this point the only thing we see in test output is WARN,ERROR logs.

@onobc onobc requested a review from sobychacko September 29, 2022 01:26
@onobc onobc force-pushed the cbono-slim-java-platform branch from 8acd007 to b04615d Compare September 29, 2022 02:42
This reduces the dependency constraints specified in the
spring-pulsar-dependencies java-platform.

All removed dependencies are covered by the SB BOM and were
using the same exact version as the BOM.

This does not force SB on Spring Pulsar users as it is
an internal project detail only.
@onobc onobc force-pushed the cbono-slim-java-platform branch from b04615d to 0783cf9 Compare September 29, 2022 04:17
@onobc onobc merged commit 04846ac into spring-projects:main Sep 29, 2022
@onobc onobc deleted the cbono-slim-java-platform branch September 29, 2022 04:26
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