Skip to content

Commit 60d974c

Browse files
authored
#1139: Upgrade to IDEA 2025.2 (#1143)
1 parent e950c08 commit 60d974c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
44-
version: [2025.1.4]
44+
version: [2025.2]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v4

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
for v in "2025.1.4"; do
3+
for v in "2025.2"; do
44
./build.sh $v
55
done

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ intellijPlatform {
8888
}
8989
pluginVerification {
9090
ides {
91-
ide "2025.1"
91+
ide "2025.2"
9292
}
9393
}
9494
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ camelVersion = 4.13.0
22
camelQuarkusVersion = 3.24.0
33
camelKameletVersion = 4.13.0
44
camelKarafVersion = 3.22.4
5-
ideaVersion=2025.1.4
5+
ideaVersion=2025.2
66
mavenResolverVersion=1.9.22
77

88
org.jetbrains.intellij.platform.downloadSources=true

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
v.1.4.1
1313
<ul>
1414
<li>Only IDEA 2025 onwards is supported</li>
15+
<li>Upgraded to IDEA 2025.2</li>
1516
<li>Support references from Camel property placeholders to properties</li>
1617
<li>Fix multiple problems with Camel gutter icons</li>
1718
<li>Fix multiple problems with Camel endpoint references in routes</li>

0 commit comments

Comments
 (0)