-
Notifications
You must be signed in to change notification settings - Fork 627
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
Comments
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
garyrussell
added a commit
that referenced
this issue
Aug 21, 2019
garyrussell
added a commit
that referenced
this issue
Aug 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BrokerRunning
is used by the JUnit5BrokerRunningCondition
; decouple the code so that no JUnit 4 classes are required.The text was updated successfully, but these errors were encountered: