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

Decouple BrokerRunning from JUnit4 #1071

Closed
garyrussell opened this issue Aug 20, 2019 · 0 comments · Fixed by #1072
Closed

Decouple BrokerRunning from JUnit4 #1071

garyrussell opened this issue Aug 20, 2019 · 0 comments · Fixed by #1072
Assignees
Milestone

Comments

@garyrussell
Copy link
Contributor

BrokerRunning is used by the JUnit5 BrokerRunningCondition; decouple the code so that no JUnit 4 classes are required.

@garyrussell garyrussell added this to the 2.2.RC1 milestone Aug 20, 2019
@garyrussell garyrussell self-assigned this Aug 20, 2019
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Aug 20, 2019
Resolves spring-projects#1071

- Remove JUnit4 dependency from `RabbitAvailableCondition` (minor breaking API change)
- Add `purgeAfterEach` to `@RabbitAvailable`
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Aug 20, 2019
Resolves spring-projects#1071

- Remove JUnit4 dependency from `RabbitAvailableCondition` (minor breaking API change)
- Add `purgeAfterEach` to `@RabbitAvailable`
- tabs not spaces in `RabbitAvailableCondition` (review with `?w=1`)
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Aug 20, 2019
Resolves spring-projects#1071

- Remove JUnit4 dependency from `RabbitAvailableCondition` (minor breaking API change)
- Add `purgeAfterEach` to `@RabbitAvailable`
- tabs not spaces in `RabbitAvailableCondition` (review with `?w=1`)
- `@LogLevels` now requires `level`
artembilan pushed a commit that referenced this issue Aug 21, 2019
Resolves #1071

- Remove JUnit4 dependency from `RabbitAvailableCondition` (minor breaking API change)
- Add `purgeAfterEach` to `@RabbitAvailable`
- tabs not spaces in `RabbitAvailableCondition` (review with `?w=1`)
- `@LogLevels` now requires `level`

* Sonar, javadoc fixes; default log level,  per review comments; convert more tests.

* Remove unnecessary `defaultPort` field; 2 more conversions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant