Skip to content

Commit d451a5f

Browse files
committed
Update
1 parent 2b03848 commit d451a5f

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

_pages/en/aspectow/configuration-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ The following properties are essential in the `<properties>` section of `pom.xml
5656

5757
```xml
5858
<properties>
59-
<!-- [Critical] Must be 'true' to preserve method parameter names, which Aspectran requires for runtime argument mapping. -->
60-
<maven.compiler.parameters>true</maven.compiler.parameters>
59+
<!-- Sets the Java compiler to version 21 and preserves parameter names,
60+
which is critical for Aspectran's runtime argument mapping. -->
6161
<maven.compiler.release>21</maven.compiler.release>
62+
<maven.compiler.parameters>true</maven.compiler.parameters>
6263
</properties>
6364
```
6465

_pages/en/aspectow/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Once the application starts successfully, you will see a greeting message and th
4545
4646
```
4747
---------------------------------------------------------------------------------
48-
Aspectran : 9.1.2
48+
Aspectran : 9.2.1
4949
JVM : OpenJDK 64-Bit Server VM (build 23.0.2+7, mixed mode, sharing)
5050
OS : Mac OS X 26.0 aarch64
5151
---------------------------------------------------------------------------------
@@ -58,7 +58,7 @@ DEBUG 2025-09-25 20:02:28.080 [demo] Initialized DefaultSessionManager@1e0a864d(
5858
/ ___ |(__ ) /_/ / __/ /__/ /_/ /_/ / |/ |/ /
5959
/_/ |_/____/ .___/\___/\___/\__/\____/|__/|__/ Enterprise Edition
6060
=========== /_/ ==========================================================
61-
:: Built with Aspectran :: 9.1.2
61+
:: Built with Aspectran :: 9.2.1
6262
6363
To see a list of all built-in commands, type help.
6464
To get help for a specific command, type command_name -h.

_pages/en/aspectran/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ Create a `pom.xml` file in the project root and copy and paste the content below
3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141

42+
<!-- Sets the Java compiler to version 21 and preserves parameter names,
43+
which is critical for Aspectran's runtime argument mapping. -->
4244
<maven.compiler.release>21</maven.compiler.release>
43-
<!-- [Critical] Must be 'true' to preserve method parameter names, which Aspectran requires for runtime argument mapping. -->
4445
<maven.compiler.parameters>true</maven.compiler.parameters>
4546

46-
<aspectran.version>9.1.2</aspectran.version>
47+
<aspectran.version>9.2.1</aspectran.version>
4748
</properties>
4849

4950
<repositories>

_pages/ko/aspectow/configuration-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ Aspectow 프로젝트를 올바르게 빌드하기 위해 `pom.xml`의 `<propert
5656

5757
```xml
5858
<properties>
59-
<!-- [Critical] Must be 'true' to preserve method parameter names, which Aspectran requires for runtime argument mapping. -->
60-
<maven.compiler.parameters>true</maven.compiler.parameters>
59+
<!-- Sets the Java compiler to version 21 and preserves parameter names,
60+
which is critical for Aspectran's runtime argument mapping. -->
6161
<maven.compiler.release>21</maven.compiler.release>
62+
<maven.compiler.parameters>true</maven.compiler.parameters>
6263
</properties>
6364
```
6465

_pages/ko/aspectow/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bin\shell.bat
4545
4646
```
4747
---------------------------------------------------------------------------------
48-
Aspectran : 9.1.2
48+
Aspectran : 9.2.1
4949
JVM : OpenJDK 64-Bit Server VM (build 23.0.2+7, mixed mode, sharing)
5050
OS : Mac OS X 26.0 aarch64
5151
---------------------------------------------------------------------------------
@@ -58,7 +58,7 @@ DEBUG 2025-09-25 20:02:28.080 [demo] Initialized DefaultSessionManager@1e0a864d(
5858
/ ___ |(__ ) /_/ / __/ /__/ /_/ /_/ / |/ |/ /
5959
/_/ |_/____/ .___/\___/\___/\__/\____/|__/|__/ Enterprise Edition
6060
=========== /_/ ==========================================================
61-
:: Built with Aspectran :: 9.1.2
61+
:: Built with Aspectran :: 9.2.1
6262
6363
To see a list of all built-in commands, type help.
6464
To get help for a specific command, type command_name -h.

_pages/ko/aspectran/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ cd hello-aspectran
3939
<properties>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141

42+
<!-- Sets the Java compiler to version 21 and preserves parameter names,
43+
which is critical for Aspectran's runtime argument mapping. -->
4244
<maven.compiler.release>21</maven.compiler.release>
43-
<!-- [Critical] Must be 'true' to preserve method parameter names, which Aspectran requires for runtime argument mapping. -->
4445
<maven.compiler.parameters>true</maven.compiler.parameters>
4546

46-
<aspectran.version>9.1.2</aspectran.version>
47+
<aspectran.version>9.2.1</aspectran.version>
4748
</properties>
4849

4950
<repositories>

0 commit comments

Comments
 (0)