You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
We have decided to take more control over the Openshift routes for applications deployed with f-m-p. The route name is included in the URL to access the application from outside Openshift, and we need more control over the URLs for external access.
But when I set the fabric8.openshift.generateRoute to false (a sensible default in our case), to not generate the default route, no routes are added at all!!! This must be a bug.
Actual behavior: Your custom route is missing from ./target/classes/META-INF/fabric8
Expected behavior: An enriched version of your custom route in ./target/classes/META-INF/fabric8
I am pretty sure the cause of the this bug is the "catch all" solution implemented here:
@rohanKanojia : I think this is a quite embarrassing bug that should be prioritized for the upcoming release. What do you think? At least I do not expect all my routes to be filtered out even if I set the property fabric8.openshift.generateRoute to false....
Description
We have decided to take more control over the Openshift routes for applications deployed with f-m-p. The route name is included in the URL to access the application from outside Openshift, and we need more control over the URLs for external access.
But when I set the fabric8.openshift.generateRoute to false (a sensible default in our case), to not generate the default route, no routes are added at all!!! This must be a bug.
To reproduce:
mvn fabric8:resource
Actual behavior: Your custom route is missing from ./target/classes/META-INF/fabric8
Expected behavior: An enriched version of your custom route in ./target/classes/META-INF/fabric8
I am pretty sure the cause of the this bug is the "catch all" solution implemented here:
fabric8-maven-plugin/plugin/src/main/java/io/fabric8/maven/plugin/mojo/build/ResourceMojo.java
Line 317 in 7e0bd4d
Info
The text was updated successfully, but these errors were encountered: