bcgov / ols-geocoder

Physical Address Geocoder
Apache License 2.0
10 stars 6 forks source link

Bump spring-web from 5.2.22.RELEASE to 6.0.0 in /ols-geocoder-core #361

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-web from 5.2.22.RELEASE to 6.0.0.

Release notes

Sourced from spring-web's releases.

v6.0.0

See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and details of new features.

:star: New Features

  • Avoid direct URL construction and URL equality checks #29486
  • Simplify creating RFC 7807 responses from functional endpoints #29462
  • Allow test classes to provide runtime hints via declarative mechanisms #29455

:notebook_with_decorative_cover: Documentation

  • Align javadoc of DefaultParameterNameDiscoverer with its behavior #29494
  • Document AOT support in the TestContext framework #29482
  • Document Ahead of Time processing in the reference guide #29350

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2022.0.0 #29465

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​ophiuhus and @​wilkinsona

v6.0.0-RC4

:star: New Features

  • Introduce DataFieldMaxValueIncrementer for SQL Server sequences #29447
  • Introduce findAllAnnotationsOnBean variant on ListableBeanFactory #29446
  • Introduce support for Jakarta WebSocket 2.1 #29436
  • Allow @ControllerAdvice in WebFlux to handle exceptions before a handler is selected #22991

:lady_beetle: Bug Fixes

  • Bean with unresolved generics do not use fallback algorithms with AOT #29454
  • TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1 #29434
  • Autowiring of a generic type produced by a factory bean fails after AOT processing #29385

:notebook_with_decorative_cover: Documentation

  • Reference PDF containing full docs not available #28451

:hammer: Dependency Upgrades

  • Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime #29435
  • Upgrade to Context Propagation 1.0.0 #29442
  • Upgrade to Jackson 2.14.0 #29351
  • Upgrade to Micrometer 1.10.0 #29441

... (truncated)

Commits
  • 5a30a43 Release v6.0.0
  • 42856ba Add milestone repo for optional Netty 5 support
  • 9be6cea Polishing deprecated methods
  • 37b4391 Align javadoc of DefaultParameterNameDiscoverer with its behavior
  • 09a58a5 Polish
  • 10f4ad1 Assert fixed in DefaultErrorResponseBuilder
  • 9457ed3 Document AOT support in the TestContext framework
  • 074ec97 Fix section formatting in the testing chapter
  • 9ede4af Revert "Ignore HttpComponents Javadoc"
  • bfc1251 Merge branch '5.3.x'
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bcgov/ols-geocoder/network/alerts).
geocoder-bot commented 1 year ago

[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] OLS Geocoder [pom] [INFO] OLS Geocoder Core [jar] [INFO] OLS Geocoder Web [war] [INFO] OLS Geocoder Admin [war] [INFO] OLS Geocoder Process [jar] [INFO] [INFO] ---------------------< ca.bc.gov.ols:ols-geocoder >--------------------- [INFO] Building OLS Geocoder 7310ee85ed279158f70a3fce6afcb4afa47cf8a1 [1/5] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ ols-geocoder --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ols-geocoder --- [INFO] Installing /workspace/source/pom.xml to /workspace/.m2/repository/ca/bc/gov/ols/ols-geocoder/7310ee85ed279158f70a3fce6afcb4afa47cf8a1/ols-geocoder-7310ee85ed279158f70a3fce6afcb4afa47cf8a1.pom [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (javadoc-html) @ ols-geocoder --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] ------------------< ca.bc.gov.ols:ols-geocoder-core >------------------- [INFO] Building OLS Geocoder Core 7310ee85ed279158f70a3fce6afcb4afa47cf8a1 [2/5] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ols-geocoder-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ols-geocoder-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 139 source files to /workspace/source/ols-geocoder-core/target/classes [INFO] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/data/LocationBase.java: /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/data/LocationBase.java uses or overrides a deprecated API. [INFO] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/data/LocationBase.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/config/FileExportGeocoderConfigurationStore.java:[26,41] cannot access org.springframework.web.multipart.MultipartFile bad class file: /workspace/.m2/repository/org/springframework/spring-web/6.0.0/spring-web-6.0.0.jar(/org/springframework/web/multipart/MultipartFile.class) class file has wrong version 61.0, should be 55.0 Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/config/FileExportGeocoderConfigurationStore.java:[42,53] cannot find symbol symbol: class MultipartFile location: class ca.bc.gov.ols.geocoder.config.FileExportGeocoderConfigurationStore [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for OLS Geocoder 7310ee85ed279158f70a3fce6afcb4afa47cf8a1: [INFO] [INFO] OLS Geocoder ....................................... SUCCESS [ 6.000 s] [INFO] OLS Geocoder Core .................................. FAILURE [ 9.950 s] [INFO] OLS Geocoder Web ................................... SKIPPED [INFO] OLS Geocoder Admin ................................. SKIPPED [INFO] OLS Geocoder Process ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.303 s [INFO] Finished at: 2023-06-22T18:41:02Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project ols-geocoder-core: Compilation failure: Compilation failure: [ERROR] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/config/FileExportGeocoderConfigurationStore.java:[26,41] cannot access org.springframework.web.multipart.MultipartFile [ERROR] bad class file: /workspace/.m2/repository/org/springframework/spring-web/6.0.0/spring-web-6.0.0.jar(/org/springframework/web/multipart/MultipartFile.class) [ERROR] class file has wrong version 61.0, should be 55.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] /workspace/source/ols-geocoder-core/src/main/java/ca/bc/gov/ols/geocoder/config/FileExportGeocoderConfigurationStore.java:[42,53] cannot find symbol [ERROR] symbol: class MultipartFile [ERROR] location: class ca.bc.gov.ols.geocoder.config.FileExportGeocoderConfigurationStore [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :ols-geocoder-core

cmhodgson commented 1 year ago

This is done in another PR with many other associated changes.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.