-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
199 changed files
with
11,762 additions
and
1,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Resources/JavaVersionIncompatibility/01609f962f32cc2ba04fa574c79429e86b372c6b.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CI detected that the dependency upgrade from version **spring-core-5.3.24** to **spring-core-6.0.7** has failed. | ||
The new version of the dependency require a different version of Java. | ||
|
||
CI uses **Java 11** (class version **55.0**). The new version of the dependency requires **Java 17** (class version **61.0**). | ||
|
||
To resolve this issue, you need to update the Java version to **Java 17** in the following files: | ||
- `development-maven-build.yml` | ||
- `maven-build-push.yml` | ||
- `maven-build.yml` | ||
|
||
<details> | ||
<summary>Here you can find a list of failures identified from the logs generated in the build process</summary> | ||
|
||
* > [ERROR] /IDS-Messaging-Services/core/src/main/java/ids/messaging/core/config/ssl/keystore/KeyStoreManager.java:[61,35] cannot access org.springframework.core.io.ClassPathResource<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.7/spring-core-6.0.7.jar(/org/springframework/core/io/ClassPathResource.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
</details> |
16 changes: 16 additions & 0 deletions
16
Resources/JavaVersionIncompatibility/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
CI detected that the dependency upgrade from version **spring-core-5.3.24** to **spring-core-6.0.8** has failed. | ||
The new version of the dependency require a different version of Java. | ||
|
||
CI uses **Java 11** (class version **55.0**). The new version of the dependency requires **Java 17** (class version **61.0**). | ||
|
||
To resolve this issue, you need to update the Java version to **Java 17** in the following files: | ||
- `development-maven-build.yml` | ||
- `maven-build-push.yml` | ||
- `maven-build.yml` | ||
|
||
<details> | ||
<summary>Here you can find a list of failures identified from the logs generated in the build process</summary> | ||
|
||
* > [ERROR] /IDS-Messaging-Services/core/src/main/java/ids/messaging/core/config/ssl/keystore/KeyStoreManager.java:[61,35] cannot access org.springframework.core.io.ClassPathResource<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.8/spring-core-6.0.8.jar(/org/springframework/core/io/ClassPathResource.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
</details> |
51 changes: 51 additions & 0 deletions
51
Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<<<<<<<< HEAD:Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md | ||
CI detected that the dependency upgrade from version **spring-context-5.3.23** to **spring-context-6.0.1** has failed. | ||
======== | ||
CI detected that the dependency upgrade from version **spring-core-6.0.9** to **spring-core-5.3.27** has failed. | ||
>>>>>>>> main:Resources/JavaVersionIncompatibility/JavaVersionIncompatibility.md | ||
The new version of the dependency require a different version of Java. | ||
|
||
CI uses **Java 11** (class version **55.0**). The new version of the dependency requires **Java 17** (class version **61.0**). | ||
|
||
To resolve this issue, you need to update the Java version to **Java 17** in the following files: | ||
<<<<<<<< HEAD:Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md | ||
======== | ||
- `test-suite.yml` | ||
>>>>>>>> main:Resources/JavaVersionIncompatibility/JavaVersionIncompatibility.md | ||
- `build.yml` | ||
- `findbugs.yml` | ||
|
||
<details> | ||
<summary>Here you can find a list of failures identified from the logs generated in the build process</summary> | ||
|
||
* > [ERROR] /LPVS/src/main/java/com/lpvs/LicensePreValidationSystem.java:[15,37] cannot access org.springframework.core.task.TaskExecutor<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/core/task/TaskExecutor.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
<<<<<<<< HEAD:Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md | ||
* > [ERROR] /camunda-platform-7-mockito/src/main/java/org/camunda/community/mockito/process/CallActivityMockForSpringContext.java:[5,35] cannot access org.springframework.context.ApplicationContext<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-context/6.0.1/spring-context-6.0.1.jar(/org/springframework/context/ApplicationContext.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
======== | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/controller/GitHubWebhooksController.java:[27,32] cannot access org.springframework.util.StringUtils<br> bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/util/StringUtils.class)<br> class file has wrong version 61.0, should be 55.0<br> Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
>>>>>>>> main:Resources/JavaVersionIncompatibility/JavaVersionIncompatibility.md | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/util/LPVSFileUtil.java:[15,32] cannot access org.springframework.util.FileSystemUtils<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/util/FileSystemUtils.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
<<<<<<<< HEAD:Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md | ||
* > [ERROR] /camunda-platform-7-mockito/src/main/java/org/camunda/community/mockito/process/CallActivityMockForSpringContext.java:[52,65] cannot find symbol<br>[ERROR] symbol: class ApplicationContext<br>[ERROR] location: class org.camunda.community.mockito.process.CallActivityMockForSpringContext | ||
======== | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/LicensePreValidationSystem.java:[37,12] cannot find symbol<br>[ERROR] symbol: class TaskExecutor<br>[ERROR] location: class com.lpvs.LicensePreValidationSystem | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/controller/GitHubWebhooksController.java:[27,32] cannot access org.springframework.util.StringUtils<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/util/StringUtils.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
>>>>>>>> main:Resources/JavaVersionIncompatibility/JavaVersionIncompatibility.md | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/util/LPVSFileUtil.java:[15,32] cannot access org.springframework.util.FileSystemUtils<br> bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/util/FileSystemUtils.class)<br> class file has wrong version 61.0, should be 55.0<br> Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
<<<<<<<< HEAD:Resources/JavaVersionIncompatibility/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.md | ||
* > [ERROR] /camunda-platform-7-mockito/src/main/java/org/camunda/community/mockito/process/CallActivityMockForSpringContext.java:[6,35] cannot access org.springframework.context.ConfigurableApplicationContext<br>[ERROR] bad class file: /root/.m2/repository/org/springframework/spring-context/6.0.1/spring-context-6.0.1.jar(/org/springframework/context/ConfigurableApplicationContext.class)<br>[ERROR] class file has wrong version 61.0, should be 55.0<br>[ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
* > [ERROR] /camunda-platform-7-mockito/src/main/java/org/camunda/community/mockito/process/CallActivityMockForSpringContext.java:[48,73] cannot find symbol<br>[ERROR] symbol: class ApplicationContext<br>[ERROR] location: class org.camunda.community.mockito.process.CallActivityMockForSpringContext | ||
======== | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/LicensePreValidationSystem.java:[15,37] cannot access org.springframework.core.task.TaskExecutor<br> bad class file: /root/.m2/repository/org/springframework/spring-core/6.0.9/spring-core-6.0.9.jar(/org/springframework/core/task/TaskExecutor.class)<br> class file has wrong version 61.0, should be 55.0<br> Please remove or make sure it appears in the correct subdirectory of the classpath. | ||
>>>>>>>> main:Resources/JavaVersionIncompatibility/JavaVersionIncompatibility.md | ||
* > [ERROR] /LPVS/src/main/java/com/lpvs/LicensePreValidationSystem.java:[37,12] cannot find symbol<br> symbol: class TaskExecutor<br> location: class com.lpvs.LicensePreValidationSystem | ||
</details> |
Oops, something went wrong.