This is an automated email from the ASF dual-hosted git repository.

philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 3108abe2 Remove fruitless rewrite rule (#497)
3108abe2 is described below

commit 3108abe23e2c0661bc569dd32780df0a808076ba
Author: Philippus Baalman <[email protected]>
AuthorDate: Mon Apr 6 09:44:20 2026 +0200

    Remove fruitless rewrite rule (#497)
    
    and remove comments about an already fixed issue
---
 build.sbt           | 5 +----
 project/plugins.sbt | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/build.sbt b/build.sbt
index 9fa0f85b..85314642 100644
--- a/build.sbt
+++ b/build.sbt
@@ -146,10 +146,7 @@ lazy val docs = project
       ("\\.java\\.scala".r, _ => ".java"), ("https://javadoc\\.io/page/".r, _ 
=> "https://javadoc\\.io/static/";),
       // bug in Scaladoc
       
("https://docs\\.oracle\\.com/en/java/javase/11/docs/api/java.base/java/time/Duration\\$.html".r,
-        _ => 
"https://docs\\.oracle\\.com/en/java/javase/11/docs/api/java.base/java/time/Duration.html";),
-      // Add Java module name 
https://github.com/ThoughtWorksInc/sbt-api-mappings/issues/58
-      ("https://docs\\.oracle\\.com/en/java/javase/11/docs/api/".r,
-        _ => "https://docs\\.oracle\\.com/en/java/javase/11/docs/api/";)),
+        _ => 
"https://docs\\.oracle\\.com/en/java/javase/11/docs/api/java.base/java/time/Duration.html";)),
     Paradox / siteSubdirName := 
s"docs/pekko-connectors-kafka/${projectInfoVersion.value}",
     ParadoxSettings.settings)
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4808ae05..68b545b2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,7 +20,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")
 addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.10.0")
 // docs
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.1")
-// Java 11 module names are not added 
https://github.com/ThoughtWorksInc/sbt-api-mappings/issues/58
 addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % 
"3.0.2")
 
 addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to