Skip to content

Commit 2d5267d

Browse files
vaadin-botArtur-ZheSun88
authored
update copilot to 24.8.0.rc3 (#7734)
* update copilot to 24.8.0.rc3 * update copilot to 24.8.0.rc2 (#7730) * update copilot to 24.8.0.rc2 * fix test * Copy to other test --------- Co-authored-by: Artur Signell <artur@vaadin.com> Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> * Update versions.json --------- Co-authored-by: Artur Signell <artur@vaadin.com> Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
1 parent a942f04 commit 2d5267d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vaadin-dev-bundle/src/test/java/com/vaadin/devbundle/BundleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void usageStatsIncluded() throws IOException {
3030
public void copilotIncluded() throws IOException {
3131
String needle = "copilot-main";
3232
int foundInFiles = findInBundleBuildFolder(line -> line.contains(needle)
33-
&& !line.contains("document.querySelector"));
33+
&& !line.contains("document.querySelector")&& !line.contains("copilot-main-resized"));
3434
Assertions.assertEquals(1, foundInFiles,
3535
"The key '" + needle + "' should be found in one file");
3636
}

vaadin-hybrid-dev-bundle/src/test/java/com/vaadin/devbundle/BundleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void usageStatsIncluded() throws IOException {
3131
public void copilotIncluded() throws IOException {
3232
String needle = "copilot-main";
3333
int foundInFiles = findInBundleBuildFolder(line -> line.contains(needle)
34-
&& !line.contains("document.querySelector"));
34+
&& !line.contains("document.querySelector")&& !line.contains("copilot-main-resized"));
3535
Assertions.assertEquals(1, foundInFiles,
3636
"The key '" + needle + "' should be found in one file");
3737
}

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"javaVersion": "1.3.0.rc2"
410410
},
411411
"copilot": {
412-
"javaVersion": "24.8.0.rc1"
412+
"javaVersion": "24.8.0.rc3"
413413
},
414414
"kubernetes-kit-starter": {
415415
"javaVersion": "2.4.2"

0 commit comments

Comments
 (0)