-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix #682: Allow to define if dev-server is HTTPS / TLS #684
Fix #682: Allow to define if dev-server is HTTPS / TLS #684
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.
looks like formatter failed can you run mvn -f deployment net.revelc.code.formatter:formatter-maven-plugin:2.23.0:format
to format the code and commit
Hello Melloware. I've launched the formatter. |
OK nice it looks like build is passing now! |
I will have a look today.. thanks! |
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.
Code looks good, I haven't tested though
@melloware We could move the devmode (including ForwardedDevModeProcessor) stuff to a specific package
@ia3andy agreed we could move that stuff to a ".devmode" package? I will do that after I merge this PR. |
I am going to merge this and make this part of 2.3.8 so I can start a new 2.4.0 branch for Quarkus 3.12 |
Fix #682: Allow to define if dev-server is HTTPS / TLS
This PR add support for HTTPS/TLS for dev-server.
It's my first PR on quarkus and quinoa so if I missed some standard/convention and need rework, tell me (or do the change).
Thanks.