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:
105105 <artifactId>${{ env.PRIMARY_MAVEN_MODULE }}</artifactId>
106106 <version>${{ steps.version.outputs.release }}</version>
107107 </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)
108111 ```
109112
110113 publish_central : # Publish the code to central
Original file line number Diff line number Diff line change 8686 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8787 run : |
8888 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 "$@")
9090 }
9191 gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
9292 --title "Update from template" \
Original file line number Diff line number Diff line change 2626 <mainClass >software.xdev.vaadin.Application</mainClass >
2727
2828 <!-- Dependency-Versions -->
29- <vaadin .version>24.2.0 </vaadin .version>
29+ <vaadin .version>24.2.2 </vaadin .version>
3030
3131 <org .springframework.boot.version>3.1.5</org .springframework.boot.version>
3232 </properties >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>24.2.0 </vaadin .version>
52+ <vaadin .version>24.2.2 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
178178 <plugin >
179179 <groupId >org.apache.maven.plugins</groupId >
180180 <artifactId >maven-javadoc-plugin</artifactId >
181- <version >3.6.0 </version >
181+ <version >3.6.2 </version >
182182 <executions >
183183 <execution >
184184 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments