Croway opened a new pull request, #16874:
URL: https://github.com/apache/camel/pull/16874
Use openrewrite recipes via Camel JBang to update Camel, Camel Spring Boot
and Camel Quarkus applications:
- `update list` shows versions that can be used for upgrades
```
$ camel update list
VERSION RUNTIME DESCRIPTION
3.15 Camel Quarkus Migrates `camel 4.4` quarkus
application to `camel 4.8`.
3.8 Camel Quarkus Migrates `camel 4.0` quarkus
application to `camel 4.4`.
4.8.0 Camel Migrates Apache Camel 4
application to Apache Camel 4.8.0
```
- `update run $VERSION` execute the update
```
$ camel update run 3.15 --runtime=quarkus
...
[Logs from io.quarkus.platform:quarkus-maven-plugin]
...
```
```
$ camel update run 4.8.0
...
[Logs from openrewrite]
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]