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

Simplify code in RestAssuredURLManager #41537

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jun 28, 2024

The code still works whether RestAssured is on the classpath or not, but it now contains direct invocations of RestAssured code instead of reflection.
It goes without saying that this make the class a lot more maintainable.

At some point in the future, we probably want to have some sort of SPI, but for now, this change is much better than the current state.

The code still works whether RestAssured is on the classpath
or not, but it now contains direct invocations of RestAssured
code instead of reflection.
It goes without saying that this make the class a lot more
maintainable

At some point in the future, we probably want to have some
sort of SPI, but for now, this change is much better than the
current state.
@geoand
Copy link
Contributor Author

geoand commented Jun 28, 2024

This should help with the changes for certificates that @cescoffier has in mind

@cescoffier
Copy link
Member

Oh thanks for this! The reflection code was becoming unmaintainable

@geoand geoand merged commit 6fbcb0e into quarkusio:main Jun 28, 2024
52 checks passed
@geoand geoand deleted the rest-assured-test-common branch June 28, 2024 14:53
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants