reta commented on PR #1201:
URL: https://github.com/apache/cxf/pull/1201#issuecomment-1786264930
> @reta I’m totally happy with whatever you need to do to make it easy. I’m
happy to rebase on top of HEAD if that’s useful. I fear it’s pretty small. I’m
unclear on what is required to continue… I’d be happy to help with a plan and
perhaps to execute on it if that seems useful and fun.
Thanks a lot @karlvr ! So what I've done:
- created a branch called `CXF-8671` where I just bumped the version to
4.1.0-SNAPSHOT (so all unrelated changes are gone from this pull request)
- retargeted pull request to `CXF-8671` instead of `main` so we could
actually merge it and continue to work iteratively
There are few leftovers on my side (related to JAX-RS) but there is only one
thing I wanted to change: the usage of Jakarta EE BOM simplifies a few things
but really complicates dependency updates, especially with respect to security
fixes. I think we should be better of continuing to manage individual component
versions instead (it happens all the time that we need to update components,
without need to wait for BOM release which usually takes much longer).
--
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]