We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f6809 commit e3cc411Copy full SHA for e3cc411
2 files changed
CHANGELOG.md
@@ -2,17 +2,10 @@
2
3
## Added
4
5
-## Fixed
6
-
7
-## Changed
+- Added the `-XX:+EnableDynamicAgentLoading` flag, so nREPL can correctly load its agent
8
9
# 0.45.201-alpha (2025-09-25 / 6b69e05)
10
11
-## Added
12
13
14
15
16
17
# 0.44.193-alpha (2025-08-18 / a7b3cf6)
18
src/lambdaisland/launchpad.clj
@@ -320,7 +320,8 @@
320
[ctx]
321
(update ctx
322
:java-args conj
323
- "-Djdk.attach.allowAttachSelf"))
+ "-Djdk.attach.allowAttachSelf"
324
+ "-XX:+EnableDynamicAgentLoading"))
325
326
(defn inject-aliases-as-property [{:keys [aliases] :as ctx}]
327
0 commit comments