File tree Expand file tree Collapse file tree 15 files changed +56
-41
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 15 files changed +56
-41
lines changed Original file line number Diff line number Diff line change 1+ # Auto detect text files and perform LF normalization
2+ * text =auto
Original file line number Diff line number Diff line change @@ -20,7 +20,3 @@ updates:
2020 # Run it at a specific time so that we don't get emails all day long
2121 time : " 00:00"
2222 open-pull-requests-limit : 10
23- ignore :
24- - dependency-name : " org.springframework.boot:*"
25- # Version 3+ requires Vaadin 24
26- versions : " >=3.0.0"
Original file line number Diff line number Diff line change 2121
2222 strategy :
2323 matrix :
24- java : [11, 17]
24+ java : [17]
2525 distribution : [temurin]
2626
2727 steps :
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ permissions:
1313 pull-requests : write
1414
1515jobs :
16- check_code : # Validates the code (see develop.yml)
16+ check_code : # Validates the code
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v3
2020
2121 - name : Set up JDK
2222 uses : actions/setup-java@v3
2323 with :
24- java-version : ' 11 '
24+ java-version : ' 17 '
2525 distribution : ' temurin'
2626 cache : ' maven'
2727
@@ -122,7 +122,7 @@ jobs:
122122 - name : Set up JDK Apache Maven Central
123123 uses : actions/setup-java@v3
124124 with : # running setup-java again overwrites the settings.xml
125- java-version : ' 11 '
125+ java-version : ' 17 '
126126 distribution : ' temurin'
127127 server-id : ossrh
128128 server-username : MAVEN_CENTRAL_USERNAME
@@ -154,7 +154,7 @@ jobs:
154154 - name : Setup - Java
155155 uses : actions/setup-java@v3
156156 with :
157- java-version : ' 11 '
157+ java-version : ' 17 '
158158 distribution : ' temurin'
159159 cache : ' maven'
160160
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 with :
3131 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3232
33- - name : Set up JDK 11
33+ - name : Set up JDK
3434 uses : actions/setup-java@v3
3535 with :
3636 distribution : ' temurin'
37- java-version : 11
37+ java-version : 17
3838
3939 - name : Cache SonarCloud packages
4040 uses : actions/cache@v3
Original file line number Diff line number Diff line change 1616 uses : actions/setup-java@v3
1717 with : # running setup-java again overwrites the settings.xml
1818 distribution : ' temurin'
19- java-version : ' 11 '
19+ java-version : ' 17 '
2020 server-id : ossrh
2121 server-username : MAVEN_CENTRAL_USERNAME
2222 server-password : MAVEN_CENTRAL_TOKEN
Original file line number Diff line number Diff line change @@ -81,15 +81,12 @@ vite.config.ts
8181vite.generated.ts
8282/* /frontend /generated /
8383/* /frontend /index.html
84+ /* /src /main /dev-bundle /
8485
8586# custom
8687.flattened-pom.xml
8788.tern-project
8889
89- # Ignore Testcontainer generic folders
90- PutObjectStoreDirHere /
91- ObjectStore /
92-
9390# == IntelliJ ==
9491* .iml
9592* .ipr
Original file line number Diff line number Diff line change 1+ ## 3.0.0
2+ * Adds support for Vaadin 24+, drops support for Vaadin 23<br />
3+ <i >If you are still using Vaadin 23, use the `` 2.x `` versions.</i >
4+ * Requires Java 17+
5+
16## 2.0.4
27* Added method `` centerAndZoom `` in `` LMap ``
38* Fixed a problem where an invalid `` iconSize `` was transferred to leaflet which caused a client side exception (#199 )
1217* Updated dependencies
1318
1419## 2.0.1
15-
1620* Updated dependencies
1721 * Vaadin 23.2
1822
1923## 2.0.0
20-
2124* Update to Vaadin 23
2225 * Removed deprecated polymer-connector - replaced by `` executeJs ``
2326* Fixed a problem where the map was not rendered/aligned correctly
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We encourage you to read the [contribution instructions by GitHub](https://guide
2020### Software Requirements
2121You should have the following things installed:
2222* Git
23- * Java 11 or 17 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
23+ * Java 17 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
2424* Maven
2525
2626### Recommended setup
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2020 XDEV Software
189+ Copyright 2023 XDEV Software
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments