This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new b34d529f34 fix link in reference.conf (#1320)
b34d529f34 is described below
commit b34d529f344f50801b4dd9f4df966b03d3464c2f
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 7 19:04:03 2024 +0100
fix link in reference.conf (#1320)
---
serialization-jackson/src/main/resources/reference.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/serialization-jackson/src/main/resources/reference.conf
b/serialization-jackson/src/main/resources/reference.conf
index b24266d578..1570411e47 100644
--- a/serialization-jackson/src/main/resources/reference.conf
+++ b/serialization-jackson/src/main/resources/reference.conf
@@ -62,7 +62,7 @@ pekko.serialization.jackson {
}
write {
- # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core//com/fasterxml/jackson/core/StreamWriteConstraints.html
+ # see
https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.17.1/com/fasterxml/jackson/core/StreamWriteConstraints.html
# these defaults are the same as the defaults in `StreamWriteConstraints`
max-nesting-depth = 1000
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]