Skip to content

doc: Java configuration block in "Extending Akka"#32867

Merged
johanandren merged 5 commits intomainfrom
leviramsey-patch-1
Jan 7, 2026
Merged

doc: Java configuration block in "Extending Akka"#32867
johanandren merged 5 commits intomainfrom
leviramsey-patch-1

Conversation

@leviramsey
Copy link
Copy Markdown
Contributor

Kind of weird that this renders as

ruby akka.actor.typed { extensions = ["jdocs.akka.extensions.ExtensionDocTest$DatabaseConnectionPool$Id"] }

I assume it's some breaking change in paradox that crept in, but in lieu of actually tracking that down, giving up syntax coloring in exchange for having something copy-pasteable seems like the next best thing for now.

@leviramsey
Copy link
Copy Markdown
Contributor Author

(submitted this from the web editor, so haven't run paradox to verify)

@johanandren
Copy link
Copy Markdown
Contributor

Still broken with this change, needs a trick like this:

Java
:   @@@ vars
```ruby
akka.actor.typed {
  extensions = ["jdocs.akka.extensions.ExtensionDocTest$DatabaseConnectionPool$Id"]
}
```
@@@

@leviramsey leviramsey changed the title doc: Remove ruby from Java configuration block in "Extending Akka" doc: Java configuration block in "Extending Akka" Dec 18, 2025
@johanandren johanandren merged commit cc32723 into main Jan 7, 2026
10 checks passed
@johanandren johanandren deleted the leviramsey-patch-1 branch January 7, 2026 08:30
@sebastian-alfers sebastian-alfers added this to the 2.10.15 milestone Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants