File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ jobs:
105
105
<artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106
106
<version>${{ steps.version.outputs.release }}</version>
107
107
</dependency>
108
+
109
+ ### Additional notes
110
+ * [Spring-Boot] You may have to include ``software/xdev`` inside [``vaadin.whitelisted-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
108
111
```
109
112
110
113
publish_central : # Publish the code to central
Original file line number Diff line number Diff line change 86
86
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
87
87
run : |
88
88
gh_pr_up() {
89
- gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@"
89
+ gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || ( git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@")
90
90
}
91
91
gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
92
92
--title "Update from template" \
Original file line number Diff line number Diff line change 26
26
<mainClass >software.xdev.vaadin.Application</mainClass >
27
27
28
28
<!-- Dependency-Versions -->
29
- <vaadin .version>24.2.0 </vaadin .version>
29
+ <vaadin .version>24.2.2 </vaadin .version>
30
30
31
31
<org .springframework.boot.version>3.1.5</org .springframework.boot.version>
32
32
</properties >
Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<!-- Dependency-Versions -->
52
- <vaadin .version>24.2.0 </vaadin .version>
52
+ <vaadin .version>24.2.2 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
178
178
<plugin >
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-javadoc-plugin</artifactId >
181
- <version >3.6.0 </version >
181
+ <version >3.6.2 </version >
182
182
<executions >
183
183
<execution >
184
184
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments