File tree Expand file tree Collapse file tree 11 files changed +18
-25
lines changed
vaadin-date-range-picker-demo Expand file tree Collapse file tree 11 files changed +18
-25
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,12 +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.yaml:snakeyaml"
25- # Version 2+ requires Spring Boot 3
26- versions : " >=2.0.0"
27- - dependency-name : " org.springframework.boot:*"
28- # Version 3+ requires Vaadin 24
29- versions : " >=3.0.0"
30- - dependency-name : " com.vaadin:*"
31- versions : " >=24.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 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,6 +81,7 @@ 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
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 22[ ![ Latest version] ( https://img.shields.io/maven-central/v/com.xdev-software/vaadin-date-range-picker )] ( https://mvnrepository.com/artifact/com.xdev-software/vaadin-date-range-picker )
33[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/vaadin-date-range-picker/checkBuild.yml?branch=develop )] ( https://github.com/xdev-software/vaadin-date-range-picker/actions/workflows/checkBuild.yml?query=branch%3Adevelop )
44[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xdev-software_vaadin-date-range-picker&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xdev-software_vaadin-date-range-picker )
5- ![ Vaadin 23 +] ( https://img.shields.io/badge/Vaadin%20Platform/Flow-23 +-00b4f0.svg )
5+ ![ Vaadin 24 +] ( https://img.shields.io/badge/Vaadin%20Platform/Flow-24 +-00b4f0.svg )
66
77# vaadin-date-range-picker
88A Vaadin Flow DateRangePicker implementation
Original file line number Diff line number Diff line change 2626 <properties >
2727 <license .licenseName>apache_v2</license .licenseName>
2828
29- <javaVersion >11 </javaVersion >
29+ <javaVersion >17 </javaVersion >
3030 <maven .compiler.release>${javaVersion} </maven .compiler.release>
3131
3232 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3535 <mainClass >software.xdev.vaadin.Application</mainClass >
3636
3737 <!-- Dependency-Versions -->
38- <vaadin .version>23.3.7 </vaadin .version>
38+ <vaadin .version>24.0.3 </vaadin .version>
3939
40- <org .springframework.boot.version>2.7.9 </org .springframework.boot.version>
40+ <org .springframework.boot.version>3.0.5 </org .springframework.boot.version>
4141 </properties >
4242
4343 <dependencyManagement >
8383 <dependency >
8484 <groupId >org.yaml</groupId >
8585 <artifactId >snakeyaml</artifactId >
86- <version >1.33</version >
8786 </dependency >
8887 <dependency >
8988 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments