Skip to content

Commit e2ddd5d

Browse files
authored
Update to IDEA 2025.2.4 (#1203)
1 parent 8eddb64 commit e2ddd5d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.2.3]
44+
version: [2025.2.4]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: actions/checkout@v4

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ camelVersion = 4.14.2
22
camelQuarkusVersion = 3.27.0
33
camelKameletVersion = 4.14.1
44
camelKarafVersion = 3.22.4
5-
ideaVersion=2025.2.3
5+
ideaVersion=2025.2.4
66
mavenResolverVersion=1.9.22
77

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Importing the project into IntelliJ as plug-in only require you choose ìmport f
9999
100100
#### <a name="runningwithpreviousversion"></a>Running the plug-in with a previous versions of IDEA
101101

102-
The plugin is tested with `IDEA 2024.3` or newer, but if you want to try with an older version you can follow this guide
102+
The plugin is tested with `IDEA 2025.2` or newer, but if you want to try with an older version you can follow this guide
103103

104104
> - Follow the guide [build from source](#buildingfromsource)
105105
> - Change the attribute `<idea-version since-build="232"/>` in `camel-idea-plugin/src/main/resources/META-INF/plugin.xml` to match the version. please see [document](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html) for build number description

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<ul>
1414
<li>Only IDEA 2025 onwards is supported</li>
1515
<li>Added real-time validation of XPath expressions<li>
16+
<li>Updated to IDEA 2025.2.4</li>
1617
<li>Updated to Camel 4.14.2</li>
1718
</ul>
1819
]]>

0 commit comments

Comments
 (0)