Skip to content

Commit c4da12a

Browse files
committed
aspectran 9.4.1 released
1 parent b33c692 commit c4da12a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

_data/aspectran.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Aspectran's latest release metadata
2-
stable_version: 9.4.0
2+
stable_version: 9.4.1
33
api_site:
4-
title: Aspectran API Reference 9.4.0
4+
title: Aspectran API Reference 9.4.1
55
url: https://javadoc.io/doc/com.aspectran/aspectran-all

_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.4.0
48+
Aspectran : 9.4.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.4.0
61+
:: Built with Aspectran :: 9.4.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/docs/guides/aspectran-view-technologies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JSP is a classic view technology that is executed directly by the servlet contai
2626
<dependency>
2727
<groupId>com.aspectran</groupId>
2828
<artifactId>aspectran-web</artifactId>
29-
<version>9.4.0</version>
29+
<version>9.4.1</version>
3030
</dependency>
3131
```
3232

@@ -51,7 +51,7 @@ Thymeleaf is a modern server-side Java template engine for both web and standalo
5151
<dependency>
5252
<groupId>com.aspectran</groupId>
5353
<artifactId>aspectran-with-thymeleaf</artifactId>
54-
<version>9.4.0</version>
54+
<version>9.4.1</version>
5555
</dependency>
5656
```
5757

@@ -77,7 +77,7 @@ FreeMarker is a powerful and widely used template engine for generating any kind
7777
<dependency>
7878
<groupId>com.aspectran</groupId>
7979
<artifactId>aspectran-with-freemarker</artifactId>
80-
<version>9.4.0</version>
80+
<version>9.4.1</version>
8181
</dependency>
8282
```
8383

@@ -103,7 +103,7 @@ Pebble is a lightweight yet powerful template engine inspired by Twig, known for
103103
<dependency>
104104
<groupId>com.aspectran</groupId>
105105
<artifactId>aspectran-with-pebble</artifactId>
106-
<version>9.4.0</version>
106+
<version>9.4.1</version>
107107
</dependency>
108108
```
109109

_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.4.0
48+
Aspectran : 9.4.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.4.0
61+
:: Built with Aspectran :: 9.4.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/docs/guides/aspectran-view-technologies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JSP는 서블릿 컨테이너에 의해 직접 실행되는 고전적인 뷰 기
2626
<dependency>
2727
<groupId>com.aspectran</groupId>
2828
<artifactId>aspectran-web</artifactId>
29-
<version>9.4.0</version>
29+
<version>9.4.1</version>
3030
</dependency>
3131
```
3232

@@ -51,7 +51,7 @@ Thymeleaf는 웹 및 독립 실행형 환경 모두를 위한 최신 서버 사
5151
<dependency>
5252
<groupId>com.aspectran</groupId>
5353
<artifactId>aspectran-with-thymeleaf</artifactId>
54-
<version>9.4.0</version>
54+
<version>9.4.1</version>
5555
</dependency>
5656
```
5757

@@ -77,7 +77,7 @@ FreeMarker는 HTML부터 이메일까지 모든 종류의 텍스트 출력을
7777
<dependency>
7878
<groupId>com.aspectran</groupId>
7979
<artifactId>aspectran-with-freemarker</artifactId>
80-
<version>9.4.0</version>
80+
<version>9.4.1</version>
8181
</dependency>
8282
```
8383

@@ -103,7 +103,7 @@ Pebble은 Twig에서 영감을 받은 가볍지만 강력한 템플릿 엔진으
103103
<dependency>
104104
<groupId>com.aspectran</groupId>
105105
<artifactId>aspectran-with-pebble</artifactId>
106-
<version>9.4.0</version>
106+
<version>9.4.1</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)