-
Notifications
You must be signed in to change notification settings - Fork 14
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
Refactored SQS test - native image execution #375
Conversation
need to remove the snapshot repo before merging |
The snapshot repo can be removed after a new release of micronaut-test-resources is created since code from this PR is needed: micronaut-projects/micronaut-test-resources#299 |
…into sqs-native-test # Conflicts: # buildSrc/src/main/groovy/io.micronaut.build.internal.jms-tests.gradle # gradle/libs.versions.toml # tests/tasks-activemq-artemis/build.gradle # tests/tasks-activemq-classic/build.gradle # tests/tasks-sqs/build.gradle # tests/tasks-sqs/src/main/resources/logback.xml # tests/tasks-sqs/src/test/groovy/example/TasksSpec.groovy
@msupic please merge master into this branch. |
…into sqs-native-test # Conflicts: # tests/tasks-sqs/src/test/groovy/example/TasksSpec.groovy
…tory which uses config values from sqs container created by micronaut-test-resources
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@graemerocher - the snapshot repo has been removed |
Refactored SQS test so it can be executed in a native image