SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
40 stars 3 forks source link

Bump spring-boot.version from 1.5.8.RELEASE to 2.3.3.RELEASE #11

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps spring-boot.version from 1.5.8.RELEASE to 2.3.3.RELEASE. Updates spring-boot from 1.5.8.RELEASE to 2.3.3.RELEASE

Release notes

Sourced from spring-boot's releases.

v2.3.3.RELEASE

:warning: Upgrading from 2.3.2.RELEASE

  • If you've applied a configuration workaround for an issue about missing liveness/readiness probes #22562, you should ensure that this workaround is removed when upgrading to 2.3.3.RELEASE.

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-autoconfigure from 1.5.8.RELEASE to 2.3.3.RELEASE

Release notes

Sourced from spring-boot-autoconfigure's releases.

v2.3.3.RELEASE

:warning: Upgrading from 2.3.2.RELEASE

  • If you've applied a configuration workaround for an issue about missing liveness/readiness probes #22562, you should ensure that this workaround is removed when upgrading to 2.3.3.RELEASE.

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


Updates spring-boot-loader from 1.5.8.RELEASE to 2.3.3.RELEASE

Release notes

Sourced from spring-boot-loader's releases.

v2.3.3.RELEASE

:warning: Upgrading from 2.3.2.RELEASE

  • If you've applied a configuration workaround for an issue about missing liveness/readiness probes #22562, you should ensure that this workaround is removed when upgrading to 2.3.3.RELEASE.

:star: New Features

  • Jetty with Conscrypt no longer a requirement for easy HTTP/2 #22188

:beetle: Bug Fixes

  • Externalized Configuration ignores null values in SPRING_APPLICATION_JSON #22895
  • Legacy endpoint ids with '-' do not migrate cleanly #22849
  • When Reactor's debug agent fails to initialize, the cause of the failure is discarded #22847
  • OCI image build fails if environment has any empty properties #22703
  • LiquibaseEndpoint does not report change sets from ancestor contexts #22686
  • Requests that should be handled by an additional DispatcherServlet result in a 404 response #22682
  • Async exceptions not handled by error pages in war deployments #22672
  • XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property #22641
  • TaskExecutorBuilder only uses second-precision when configuring the await termination period #22611
  • Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well #22585
  • Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used #22583
  • Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped #22580
  • UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22578
  • WebMvcTest and WebFluxTest do not include Jackson Module beans #22576
  • CouchbaseCacheManager can no longer be customized using CacheManagerCustomizer #22573
  • Kubernetes readiness probe endpoint returning 404 #22562
  • CouchbaseCacheConfiguration is not ordered properly #22542
  • MustacheEnvironmentCollector with nullValue compiler option no longer works in version 2.3.1 #22039

:notebook_with_decorative_cover: Documentation

  • PushGateway documentation does not document enabled flag properly #22930
  • Default value of server.jetty.accesslog.format is wrongly associated to server.forward-headers-strategy #22921
  • Use wildcard in BP_JVM_VERSION with image building #22916
  • Kotlin examples for configuring bootBuildImage's environment use wrong map configuration syntax #22913
  • Mention configuration customizers for WebTestClient and RestAssured in AutoConfigureRestDocs' javadoc #22910
  • Document how to discover the HTTP Port at Runtime for both Servlet and Reactive web apps #22899
  • Document that spring-boot-configuration-processor cannot detect default value defined externally #22890
  • Docs say Health's inner details section may contain components #22774
  • Fix wrong reference in ReadinessStateHealthIndicator javadoc #22760
  • Recommend the use of AopTestUtils.getTargetObject() when setting expectations on a spied bean that Spring has proxied #22758
  • Document that schema.sql and data.sql will still be run when using Flyway or Liquibase but discourage their use #22748
  • Fix broken links to Micrometer registry docs #22706
  • Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient #22669
  • Document that constructor binding does not support @DurationUnit and @DataSizeUnit #22665
  • Document properties to enable probe health indicators #22631
  • Update metrics documentation to note the benefits of using a MeterBinder when registering a metric that relies on other beans #22629
  • Include a hint where to find documentation for DevTools in docs overview #22622
  • Fix link to Elasticsearch health indicator #22617
Commits
  • 602e629 Release v2.3.3.RELEASE
  • 8c4e6f7 Revert "Merge pull request #21060 from dsyer"
  • 2f5145b Upgrade to Micrometer 1.5.4
  • df78105 Merge branch '2.2.x' into 2.3.x
  • 70f1216 Merge pull request #22919 from smlc
  • f61a632 Polish "Fix conditions that lead to auto-configure PushGateway"
  • c355b95 Fix conditions that lead to auto-configure PushGateway
  • d0662e8 Fix default value of server.jetty.accesslog.format
  • 4c6a722 Fix test for Java version in image building docs
  • 005ed8b Use Java version wildcard in image building docs
  • Additional commits viewable in compare view


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/SmartDataAnalytics/RdfProcessingToolkit/network/alerts).
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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

Aklakan commented 4 years ago

I did a manual upgrade to the same version before I noted the PR - but then it turned out that spring-boot is not needed at all for the time being