-
Notifications
You must be signed in to change notification settings - Fork 12
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
0.x - Quarkus WireMock extension refactoring #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work! 💪 🚀
left you some minor comments below
deployment/src/main/java/io/quarkiverse/wiremock/devservice/WireMockDevProcessor.java
Outdated
Show resolved
Hide resolved
deployment/src/test/java/io/quarkiverse/wiremock/devservice/ConfigProviderResource.java
Show resolved
Hide resolved
integration-tests/src/main/java/io/quarkiverse/wiremock/devservice/RestClientService.java
Outdated
Show resolved
Hide resolved
deployment/src/test/java/io/quarkiverse/wiremock/devservice/WireMockBasicTest.java
Outdated
Show resolved
Hide resolved
@wjglerum This PR is ready now for a final review 🚀. Thanks in advance! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty clean now, nice work!
Open points:
dev
mode:This seems to be fixed with quarkusio/quarkus#31333