absurdfarce commented on code in PR #1979: URL: https://github.com/apache/cassandra-java-driver/pull/1979#discussion_r1819710430
########## driver-tests/osgi/README.md: ########## @@ -28,7 +28,7 @@ It is _not_ meant as an example application. If you are looking for examples demonstrating usage of the driver in an OSGi environment, please refer to our [OSGi examples repository]. -[OSGi examples repository]:https://github.com/datastax/java-driver-examples-osgi +[OSGi examples repository]:https://github.com/apache/cassandra-java-driver-examples-osgi Review Comment: Another apparent search and replace overreach ########## driver-core/src/main/java/com/datastax/driver/core/Host.java: ########## @@ -343,9 +343,9 @@ public VersionNumber getCassandraVersion() { * {@code null}, and the caller should always be aware of this possibility. * * @return the DSE version the host is running. - * @deprecated Please use the <a href="https://github.com/datastax/java-driver-dse">Java Driver - * for DSE</a> if you are connecting to a DataStax Enterprise (DSE) cluster. This method might - * not function properly with future versions of DSE. + * @deprecated Please use the <a href="https://github.com/apache/cassandra-java-driver-dse">Java + * Driver for DSE</a> if you are connecting to a DataStax Enterprise (DSE) cluster. This + * method might not function properly with future versions of DSE. Review Comment: This looks like an automated search and replace that went a bit haywire. There is no apache/cassandra-java-driver-dse repo so I'm assuming this is just an outright mistake. Looks like there are several cases in this file which follow this pattern. ########## manual/osgi/README.md: ########## @@ -31,7 +31,7 @@ the following Maven artifacts are actually valid OSGi bundles: We have complete examples demonstrating usage of the driver in an OSGi environment; please refer to our [OSGi examples repository]. -[OSGi examples repository]:https://github.com/datastax/java-driver-examples-osgi +[OSGi examples repository]:https://github.com/apache/cassandra-java-driver-examples-osgi Review Comment: And another case here -- 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]

