Add java.net.URISyntaxException

This commit is contained in:
Michiel Borkent 2023-10-12 16:07:58 +02:00
parent f1084c1f36
commit 9da7af58b3
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ A preview of the next release can be installed from
## Unreleased
- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`
- Add `java.security.KeyFactory`, `java.security.spec.PKCS8EncodedKeySpec`, `java.net.URISyntaxException`
- Fix babashka.process/exec wrt `babashka.process/*defaults*`
- #1632: Partial fix for `(.readPassword (System/console))`
- Enable producing self-contained binaries using [uberjars](https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar)

View file

@ -353,6 +353,7 @@
'[java.net.UnixDomainSocketAddress])
java.net.UnknownHostException
java.net.URI
java.net.URISyntaxException
;; java.net.URL, see custom map
java.net.URLConnection
java.net.URLEncoder