danielcweeks commented on code in PR #15703:
URL: https://github.com/apache/iceberg/pull/15703#discussion_r3693262313
##########
build.gradle:
##########
@@ -403,6 +403,14 @@ project(':iceberg-core') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
+ // OAuth2
+ // TODO switch from compileOnly to implementation when oauth2 v2 is
complete
Review Comment:
Strong preference to not in include `TODO`s in the codebase. Even if this
is a work-in-progress, it's best to not use the codebase as a tracker.
--
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]