Include java.lang.SecurityException (#1753)
* Include java.lang.SecurityException java.net.http.HttpClient, included in Babashak, can throw java.lang.SecurityException https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html * Update Changelog for https://github.com/babashka/babashka/issues/1752
This commit is contained in:
parent
aabd35eeaa
commit
5acf04dcf1
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [#1752](https://github.com/babashka/babashka/issues/1752): include java.lang.SecurityException for java.net.http.HttpClient support
|
||||||
|
|
||||||
- [#1748](https://github.com/babashka/babashka/issues/1748): add `clojure.core/ensure`
|
- [#1748](https://github.com/babashka/babashka/issues/1748): add `clojure.core/ensure`
|
||||||
|
|
||||||
## 1.12.194 (2024-10-12)
|
## 1.12.194 (2024-10-12)
|
||||||
|
|
|
||||||
|
|
@ -328,6 +328,7 @@
|
||||||
java.lang.ProcessBuilder$Redirect
|
java.lang.ProcessBuilder$Redirect
|
||||||
java.lang.Runtime
|
java.lang.Runtime
|
||||||
java.lang.RuntimeException
|
java.lang.RuntimeException
|
||||||
|
java.lang.SecurityException
|
||||||
java.lang.Short
|
java.lang.Short
|
||||||
java.lang.StackTraceElement
|
java.lang.StackTraceElement
|
||||||
java.lang.String
|
java.lang.String
|
||||||
|
|
@ -831,6 +832,7 @@
|
||||||
RuntimeException java.lang.RuntimeException
|
RuntimeException java.lang.RuntimeException
|
||||||
Process java.lang.Process
|
Process java.lang.Process
|
||||||
ProcessBuilder java.lang.ProcessBuilder
|
ProcessBuilder java.lang.ProcessBuilder
|
||||||
|
SecurityException java.lang.SecurityException
|
||||||
Short java.lang.Short
|
Short java.lang.Short
|
||||||
StackTraceElement java.lang.StackTraceElement
|
StackTraceElement java.lang.StackTraceElement
|
||||||
String java.lang.String
|
String java.lang.String
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue