Jib plugin version upgrade #997
-
How to update Jib plugin, current on uses [3.3.2], I want to update 3.4.0. |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 9 replies
-
This will be possible from Camel 4.2 onwards See the TIP at The next version of Karavan is planned to upgrade to Camel 4.2 |
Beta Was this translation helpful? Give feedback.
-
@davsclaus I have the following values in my application properties, am still not seeing a change in my generated pom.xml. |
Beta Was this translation helpful? Give feedback.
-
Ah yeah if you upgraded to jbang camel 4.2.0 as its the "thing" that does the export and creates the pom.xml so then you can control it now |
Beta Was this translation helpful? Give feedback.
-
Got it working now by adding CAMEL_VERSION=4.2.0 in build.sh . |
Beta Was this translation helpful? Give feedback.
-
@davsclaus : am looking for a way to add this section in jib plugin configuration. application properties is adding them into to config section.
|
Beta Was this translation helpful? Give feedback.
-
I am blocked by this issue. Pleases share Any workaround suggestions to get pass this issue. |
Beta Was this translation helpful? Give feedback.
-
Any way to pass the template as a configuration or something? |
Beta Was this translation helpful? Give feedback.
-
Its not possible currently. As the build is just a script file (sh) you can edit this to manipulate the files after the export. To add support for more flexibile exports then this needs to be added as a ticket and implemented in camel-jbang |
Beta Was this translation helpful? Give feedback.
-
Can you paste below the full XML output what you want it to be liked that can help us to ensure we implement something that can support this use-case |
Beta Was this translation helpful? Give feedback.
-
`
|
Beta Was this translation helpful? Give feedback.
-
This is the part needed in addition to generated one.
|
Beta Was this translation helpful? Give feedback.
-
I have created a ticket |
Beta Was this translation helpful? Give feedback.
Thank you. That would work for me.