This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b3b6e567e77 NIFI-16348 Added static Maven JVM config for AspectJ
(#11688)
b3b6e567e77 is described below
commit b3b6e567e7728d2eac058b5c31118ec80988ccf5
Author: David Handermann <[email protected]>
AuthorDate: Wed Sep 16 16:46:51 2026 -0500
NIFI-16348 Added static Maven JVM config for AspectJ (#11688)
- Static user.country and user.language work around AspectJ Weaving adding
timestamp to class binaries that is different based on the build location
Signed-off-by: David Handermann <[email protected]>
---
.mvn/jvm.config | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 00000000000..8550d9d67d6
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1,2 @@
+-Duser.country=US
+-Duser.language=en