Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3c448e0
Update org.springframework.boot.version to v3.5.4
xdev-renovate Jul 30, 2025
dc0f0a7
Update vaadin.version to v24.8.5
xdev-renovate Aug 1, 2025
4b5d423
Merge pull request #369 from xdev-software/renovate/org.springframewo…
AB-xdev Aug 4, 2025
cdf1d44
Merge pull request #368 from xdev-software/renovate/vaadin.version
AB-xdev Aug 4, 2025
12b61ed
Remove unused variable from workflow
AB-xdev Aug 4, 2025
d1ba181
Ignore nested Vaadin generated folders (not just on level 1)
AB-xdev Aug 4, 2025
93918cf
Merge branch 'master' into update-from-template-merged
xdev-gh-bot Aug 4, 2025
0318df3
Cache Vaadin prod bundles
AB-xdev Aug 6, 2025
d75370f
[IDEA] Bump checkstyle version
AB-xdev Aug 7, 2025
9a63a7e
Vaadin Maven project does nothing that is needed in addons itself
AB-xdev Aug 7, 2025
631ff7d
Merge branch 'master' into update-from-template-merged
xdev-gh-bot Aug 7, 2025
2663150
Merge branch 'master' into update-from-template-merged
xdev-gh-bot Aug 7, 2025
f368480
Update lycheeverse/lychee-action digest to 5c4ee84
xdev-renovate Aug 8, 2025
3849ad7
Update dependency com.puppycrawl.tools:checkstyle to v11
xdev-renovate Aug 8, 2025
0c0b6d7
Merge pull request #179 from xdev-software/renovate/lycheeverse-lyche…
AB-xdev Aug 8, 2025
ee00029
Merge pull request #180 from xdev-software/renovate/com.puppycrawl.to…
AB-xdev Aug 8, 2025
2547c05
Merge branch 'master' into update-from-template-merged
xdev-gh-bot Aug 8, 2025
c8344fe
Merge branch 'develop' into update-from-template-merged
xdev-gh-bot Aug 11, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2
with:
fail: false # Don't fail on broken links, create an issue instead

Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- 'assets/**'

env:
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
DEMO_MAVEN_MODULE: ${{ github.event.repository.name }}-demo

jobs:
Expand All @@ -42,6 +41,15 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
cache: 'maven'

- name: Cache Vaadin prod bundles
uses: actions/cache@v4
with:
path: |
**/bundles/prod.bundle
key: ${{ runner.os }}-vaadin-prod-bundles-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-vaadin-prod-bundles-

- name: Build with Maven
run: ./mvnw -B clean package -Pproduction
Expand Down
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ tsconfig.json
types.d.ts
vite.config.ts
vite.generated.ts
/*/src/main/frontend/generated/
/*/src/main/frontend/index.html
/*/src/main/dev-bundle/
/*/src/main/bundles/
**/src/main/frontend/generated/
**/src/main/frontend/index.html
**/src/main/bundles/
*.lock


Expand Down
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.26.1</version>
<version>11.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-simple-grid-filter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<mainClass>software.xdev.vaadin.Application</mainClass>

<!-- Dependency-Versions -->
<vaadin.version>24.8.3</vaadin.version>
<vaadin.version>24.8.5</vaadin.version>

<org.springframework.boot.version>3.5.3</org.springframework.boot.version>
<org.springframework.boot.version>3.5.4</org.springframework.boot.version>
</properties>

<dependencyManagement>
Expand Down
19 changes: 2 additions & 17 deletions vaadin-simple-grid-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Dependency-Versions -->
<vaadin.version>24.8.3</vaadin.version>
<vaadin.version>24.8.5</vaadin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -121,21 +121,6 @@
</executions>
</plugin>

<!-- Take care of synchronizing java dependencies and imports in package.json
and main.js files. It also creates webpack.config.js if not exists yet. -->
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.version}</version>
<executions>
<execution>
<goals>
<goal>prepare-frontend</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -281,7 +266,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.26.1</version>
<version>11.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down