You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade to Spring Boot `3.5.9`
* Upgrade all the possible dependencies to the latest supported by the mentioned Spring Boot
* Upgrade to Gradle `9.2.1`
* Add `junit-platform-launcher` dependency as it looks like it is not supplied by the `spring-boot-starter-test` anymore
* Add `org.eclipse.paho.client.mqttv3` dependency into `spring-mqtt-common` as it is optional in Spring Integration now
* Fix `spring-computer-vision-function` for `djl-0.36.0` compatibility
Copy file name to clipboardExpand all lines: function/spring-computer-vision-function/src/main/java/org/springframework/cloud/fn/computer/vision/JsonHelper.java
Copy file name to clipboardExpand all lines: function/spring-computer-vision-function/src/test/java/org/springframework/cloud/fn/computer/vision/ComputerVisionFunctionConfigurationTests.java
Copy file name to clipboardExpand all lines: function/spring-computer-vision-function/src/test/java/org/springframework/cloud/fn/computer/vision/JsonHelperTests.java
0 commit comments