You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/06/30 17:24:45 UTC

[GitHub] [cassandra] frankgh opened a new pull request, #1712: CASSANDRA-17724: Remove commons-lang dependency during build runtime

frankgh opened a new pull request, #1712:
URL: https://github.com/apache/cassandra/pull/1712

   `commons-lang` is not a runtime dependency and a `java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils`
   exception is encountered during startup when hitting the codepath in `StartupClusterConnectivityChecker`.
   
   This error is encountered very infrequently, but it has the potential of preventing the `CassandraDaemon` from starting up.
   
   This commit will fail the build process when the `org.apache.commons.lang.*` namespace is used in the code. This will prevent anyone from adding the `commons-lang` build runtime dependency that is not available during runtime.
   


-- 
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: pr-unsubscribe@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] smiklosovic closed pull request #1712: CASSANDRA-17724: Remove commons-lang dependency during build runtime

Posted by GitBox <gi...@apache.org>.
smiklosovic closed pull request #1712: CASSANDRA-17724: Remove commons-lang dependency during build runtime
URL: https://github.com/apache/cassandra/pull/1712


-- 
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: pr-unsubscribe@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org