Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ea1c241
Bump IntelliJ version to 2026.1; drop support for <251
AB-xdev Apr 23, 2026
6b6770d
Update renovate.json5
AB-xdev Apr 23, 2026
fbea570
Update plugin org.jetbrains.intellij.platform to v2.14.0
xdev-renovate Apr 23, 2026
4b2301d
Merge pull request #238 from xdev-software/renovate/org.jetbrains.int…
AB-xdev Apr 23, 2026
bb9f397
Update IDEA to latest version
AB-xdev Apr 24, 2026
0d9bcd8
Update plugin org.jetbrains.intellij.platform to v2.15.0
xdev-renovate Apr 25, 2026
009af0a
Update pmdVersion to v7.24.0
xdev-renovate Apr 25, 2026
c5508f4
Update checkstyleVersion to v13.4.1
xdev-renovate Apr 28, 2026
0ffc579
Merge pull request #242 from xdev-software/renovate/checkstyleversion
AB-xdev Apr 28, 2026
760c76a
Merge pull request #241 from xdev-software/renovate/pmdversion
AB-xdev Apr 28, 2026
7d1a6f5
Merge pull request #240 from xdev-software/renovate/org.jetbrains.int…
AB-xdev Apr 28, 2026
b72ea95
Drop support <253
AB-xdev Apr 28, 2026
f0ca9a9
Update dependency gradle to v9.5.0
xdev-renovate Apr 29, 2026
84f1bcd
Update checkstyleVersion to v13.4.2
xdev-renovate May 2, 2026
7c5ed59
Update plugin org.jetbrains.intellij.platform to v2.16.0
xdev-renovate May 2, 2026
e643978
Merge pull request #244 from xdev-software/renovate/checkstyleversion
AB-xdev May 6, 2026
96a3df7
Merge pull request #243 from xdev-software/renovate/gradle-9.x
AB-xdev May 6, 2026
bdef3d9
Merge pull request #245 from xdev-software/renovate/org.jetbrains.int…
AB-xdev May 6, 2026
83cf6d2
PMD: Fix AvoidListAsEntityRelation detection
AB-xdev May 6, 2026
57274b3
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot May 6, 2026
8cea72b
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot May 6, 2026
5ae43ce
Update dependency gradle to v9.5.1
xdev-renovate May 13, 2026
c278861
Update pmdVersion to v7.25.0
xdev-renovate May 30, 2026
95319e3
Update checkstyleVersion to v13.5.0
xdev-renovate May 31, 2026
bda19be
Merge pull request #250 from xdev-software/renovate/checkstyleversion
AB-xdev Jun 1, 2026
9d0241e
Merge pull request #247 from xdev-software/renovate/gradle-9.x
AB-xdev Jun 1, 2026
28e7a18
Merge pull request #249 from xdev-software/renovate/pmdversion
AB-xdev Jun 1, 2026
dea521b
Update dependency org.junit:junit-bom to v6.1.0
xdev-renovate Jun 1, 2026
38356a8
Merge pull request #248 from xdev-software/renovate/org.junit-junit-b…
AB-xdev Jun 1, 2026
52d7ca8
Add new PMD 7.25 rules
AB-xdev Jun 1, 2026
1793ffa
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot Jun 1, 2026
927c3d5
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot Jun 1, 2026
04dec59
Detect another occurrence of PMD VaadinNativeHTMLIsUnsafe
AB-xdev Jun 2, 2026
062a76a
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot Jun 2, 2026
e9b4324
Merge branch 'master' into update-from-template-github_com_xdev-softw…
xdev-gh-bot Jun 2, 2026
30d02d2
Merge branch 'develop' into update-from-template-github_com_xdev-soft…
xdev-gh-bot Jun 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .config/pmd/java/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<!-- About: Formatting -->
<!-- Some lines (e.g. description, examples and CDATA) have to start without any indents or this will result in incorrect formatting -->

<rule ref="category/java/bestpractices.xml/AssertStatementInTest"/>
<rule ref="category/java/bestpractices.xml/AvoidPrintStackTrace"/>
<rule ref="category/java/bestpractices.xml/AvoidUsingHardCodedIP"/>
<rule ref="category/java/bestpractices.xml/ConstantsInInterface"/>
Expand Down Expand Up @@ -45,8 +46,10 @@
<rule ref="category/java/codestyle.xml/LambdaCanBeMethodReference"/>
<rule ref="category/java/codestyle.xml/NoPackage"/>
<rule ref="category/java/codestyle.xml/PrematureDeclaration"/>
<rule ref="category/java/codestyle.xml/UnnecessaryBlock"/>
<rule ref="category/java/codestyle.xml/UnnecessarySemicolon"/>
<rule ref="category/java/codestyle.xml/VariableCanBeInlined"/>
<rule ref="category/java/codestyle.xml/VariableDeclarationUsageDistance"/>

<rule ref="category/java/design.xml">
<!-- Sometimes abstract classes have just fields -->
Expand Down Expand Up @@ -154,6 +157,7 @@
<rule ref="category/java/errorprone.xml/InstantiationToGetClass"/>
<rule ref="category/java/errorprone.xml/InvalidLogMessageFormat"/>
<rule ref="category/java/errorprone.xml/JumbledIncrementer"/>
<rule ref="category/java/errorprone.xml/JUnitJupiterTestNoPrivateModifier"/>
<rule ref="category/java/errorprone.xml/MisplacedNullCheck"/>
<rule ref="category/java/errorprone.xml/MoreThanOneLogger"/>
<rule ref="category/java/errorprone.xml/NonStaticInitializer"/>
Expand Down Expand Up @@ -417,7 +421,8 @@ If you are 100% sure that you escaped the value properly and you have no better
<value>
<![CDATA[
//ConstructorCall[pmd-java:typeIs('com.vaadin.flow.component.Html')] |
//MethodCall[@MethodName='setAttribute' and //ImportDeclaration[starts-with(@PackageName,'com.vaadin')]]/ArgumentList/StringLiteral[1][contains(lower-case(@Image),'html')]
//MethodCall[@MethodName='setAttribute' and //ImportDeclaration[starts-with(@PackageName,'com.vaadin')]]/ArgumentList/StringLiteral[1][contains(lower-case(@Image),'html')] |
//MethodCall[pmd-java:matchesSig('com.vaadin.flow.dom.Element#setProperty(java.lang.String,java.lang.String)')]/ArgumentList/StringLiteral[1][contains(lower-case(@Image),'html')]
]]>
</value>
</property>
Expand All @@ -440,7 +445,7 @@ A `Set` also prevents duplicates when the ORM reads multiple identical rows from
<value>
<![CDATA[
//ClassDeclaration[pmd-java:hasAnnotation('jakarta.persistence.Entity')]
//FieldDeclaration[pmd-java:hasAnnotation('jakarta.persistence.ManyToMany') or pmd-java:hasAnnotation('jakarta.persistence.OneToMany')]
//FieldDeclaration[pmd-java:hasAnnotation('jakarta.persistence.ManyToMany') or pmd-java:hasAnnotation('jakarta.persistence.OneToMany') or pmd-java:hasAnnotation('jakarta.persistence.ElementCollection')]
/ClassType[pmd-java:typeIs('java.util.List')]
]]>
</value>
Expand Down
15 changes: 5 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
id 'idea'
id 'checkstyle'
id 'pmd'
id 'org.jetbrains.intellij.platform' version '2.13.1'
id 'org.jetbrains.intellij.platform' version '2.16.0'
}

ext {
checkstyleVersion = '13.4.0'
checkstyleVersion = '13.5.0'

pmdVersion = '7.23.0'
pmdVersion = '7.25.0'
}

def properties(String key) {
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
testImplementation platform('org.junit:junit-bom:6.0.3'),
testImplementation platform('org.junit:junit-bom:6.1.0'),
'org.junit.jupiter:junit-jupiter',
'org.junit.jupiter:junit-jupiter-engine',
'org.assertj:assertj-core:3.27.7'
Expand Down Expand Up @@ -90,14 +90,9 @@ intellijPlatform {
}
pluginVerification {
ides {
select {
it.types = [IntelliJPlatformType.IntellijIdeaCommunity]
it.sinceBuild = properties("platformSinceBuild")
it.untilBuild = '252.*'
}
select {
it.types = [IntelliJPlatformType.IntellijIdea]
it.sinceBuild = '253'
it.sinceBuild = properties("platformSinceBuild")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginName=OpenRewriter X
pluginVersion=1.0.4-SNAPSHOT
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType=IU
platformVersion=2025.3.1.1
platformSinceBuild=243
platformVersion=2026.1.1
platformSinceBuild=253
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformBundledPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformBundledPlugins=org.jetbrains.idea.maven,org.jetbrains.plugins.gradle
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
],
"matchCurrentVersion": "0",
"enabled": false
},
{
"description": "org.jetbrains.intellij.platform - Changelog",
"packagePattern": "^org.jetbrains.intellij.platform",
"matchDatasources": [
"maven"
],
"changelogUrl": "https://github.com/JetBrains/intellij-platform-gradle-plugin/releases"
}
]
}
Loading