ok2c commented on code in PR #678:
URL:
https://github.com/apache/httpcomponents-core/pull/678#discussion_r3601798367
##########
.github/workflows/maven.yml:
##########
@@ -57,6 +57,17 @@ jobs:
echo 'HC_BUILD_TOOLCHAIN_VERSION=${{ matrix.java }}' >>
"$GITHUB_ENV"
;;
esac
+ # The httpcore5-jackson3 module is compiled for Java 17 (Jackson 3
Review Comment:
@arturobernalg Got it. I would prefer it to be consistent across all our
projects especially given that `jakarta-rest-client ` will require Java 17 as
well once upgraded to `httpcore5-jackson3`. The exact approach is up to you to
choose.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]