You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/12/23 23:41:19 UTC

[I] DirectoryChangesSource.java does not compile with Java 21 [incubator-pekko-connectors]

pjfanning opened a new issue, #296:
URL: https://github.com/apache/incubator-pekko-connectors/issues/296

   The CI build applies -Werror when CI build happens (see project/Common.scala)
   
   DirectoryChangesSource.java uses a com.sun class that has been deprecated.
   
   I tried adding `@SuppressWarnings("deprecation")` in various places but the Werror check still fails. 


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org