Skip to content

Commit 8c26fcd

Browse files
chore: bump JAL implementation to 1.2.8 for better stability and performance
1 parent e031b66 commit 8c26fcd

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### [1.4.1] - 2026/5/16
4+
5+
JAL Implementation: 1.2.8
6+
7+
- **chore*:: Bump JAL implementation to 1.2.8 for better stability and performance.
8+
39
### [1.4.0] - 2026/5/14
410

511
JAL Implementation: 1.2.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Javasm supercharges your JAL development inside IntelliJ IDEA:
173173

174174
<a href="https://plugins.jetbrains.com/plugin/27944-javasm/"><img src=".github/readme/marketplace.svg" alt="Javasm on JetBrains Marketplace" width="200"></a>
175175

176-
This plugin contains JAL implementation V1.2.7!
176+
This plugin contains JAL implementation V1.2.8!
177177

178178
No manual build needed — just plug and play.
179179

javasm-intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("org.ow2.asm:asm-util:9.9.1")
4040

4141
implementation(project(":javasm-jps-plugin"))
42-
implementation("tokyo.peya:langjal:1.2.7")
42+
implementation("tokyo.peya:langjal:1.2.8")
4343
implementation("org.antlr:antlr4-intellij-adaptor:0.1")
4444
}
4545

javasm-intellij-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<compiler.buildTargetScopeProvider
3232
implementation="tokyo.peya.javasm.intellij.execution.JALBuildTargetScopeProvider"/>
3333
<compileServer.plugin
34-
classpath="javasm-jps-plugin-1.4.0.jar;langjal-1.2.7.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
34+
classpath="javasm-jps-plugin-1.4.0.jar;langjal-1.2.8.jar;antlr4-runtime-4.13.2.jar;icu4j-72.1.jar;org.abego.treelayout.core-1.0.3.jar;ST4-4.3.4.jar;asm-9.9.1.jar;asm-commons-9.9.1.jar;asm-util-9.9.1.jar;asm-tree-9.9.1.jar;asm-analysis-9.9.1.jar;guava-33.4.8-jre.jar"/>
3535
<lang.ast.factory language="JAL" implementationClass="tokyo.peya.javasm.intellij.langjal.parser.JALASTFactory"/>
3636
<lang.psiStructureViewFactory language="JAL"
3737
implementationClass="tokyo.peya.javasm.intellij.editor.structureview.JALStructureViewFactory"/>

javasm-jps-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("org.ow2.asm:asm-util:9.9.1")
3131

3232
implementation("com.google.guava:guava:33.4.8-jre")
33-
implementation("tokyo.peya:langjal:1.2.7")
33+
implementation("tokyo.peya:langjal:1.2.8")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)