RADAR-base / RADAR-Rest-Source-Auth

A simple application to support authorization of wearable devices using OAuth using a webservice with REST Endpoints.
https://radar-base.org/
Apache License 2.0
1 stars 0 forks source link

Bump spring-boot-gradle-plugin from 2.2.4.RELEASE to 2.3.0.RELEASE #48

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps spring-boot-gradle-plugin from 2.2.4.RELEASE to 2.3.0.RELEASE.

Release notes

Sourced from spring-boot-gradle-plugin's releases.

v2.3.0.RC1

:star: New Features

  • Add InputStreamSourceToByteArrayConverter #21285
  • Restrict wildcard pattern support for configuration files #21217
  • Provide a property to disable configuration of the default servlet #21214
  • Allow project dependencies to be assigned to layers by their coordinates #21207
  • Throw exception if spring.config.location uses classpath*: #21175
  • Best effort support for Hazelcast 4 #21169
  • Create ReactorNettyHttpClientMapper for configuring HttpClient #21135
  • Avoid recompiling pattern in Handler#canonicalize #21103
  • Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler #21081
  • Harmonize Service Level Agreement to Service Level Objectives #21076
  • Fail operations when JarFile is closed #21072
  • Improve property name in thrown Micrometer ValidationException #21069
  • Improve compatibility of launch script by replacing use of seq with a bash native loop #21068
  • Change default builder image from cloudfoundry/cnb to Paketo #21066
  • Add dependency management for the Wavefront SDK #21065
  • Support square bracket notation profiles properties #21006
  • Improve Elasticsearch RestClient customization capabilities #20994
  • Remove deprecated configuration properties #20991
  • Default management endpoint error path should honor server.error.include-* properties #20989
  • Add support for customizing Spring Session's cookie serializer #20961
  • Add support for NewRelicClientProvider #20908
  • Remove plugin management for exec-maven-plugin #20883
  • Use YAML compatible classpath.idx format #20861
  • Use a more compact layers.idx format #20860
  • Ensure empty layers are written to the index file #20858
  • Harmonize naming of Elasticsearch auto-configuration classes #20857
  • Expose Prometheus#histogramFlavor property #20853
  • Expose Elastic's pipeline and indexDateSeparator properties #20852
  • Expose AppOptics#floorTime property #20850
  • Deprecate PushRegistryConfig#numThreads #20845
  • Migrate ServiceLevelAgreementBoundary from Long to Double #20837
  • Expose Graphite's graphiteTagsEnabled property #20834
  • Tolerate breaking change to IsolationLevel in kafka-clients 2.5 #20811
  • Use WavefrontSender to export metrics to Wavefront #20810
  • Allow easy activation of ISO-by-default date and time binding for Spring MVC #20579
  • Disable error message on default error page unless explicitly enabled #20505
  • Enable transaction auto-configuration when using @DataMongoTest and there is a MongoTransactionManager bean #20182
  • Rework ErrorController now that getErrorPath() is unused and server.error.path must be used to configure the error path #19844
  • Allow to configure Cassandra's request throttling #19674
  • Provide a condition for detecting war deployments #19421
  • Allow @AutoConfigurationPackage to specify the base packages that should be registered #19023
  • Help users to register filters that require error or async dispatch with the correct dispatcher types #18953
  • Enable users to provide custom time and datetime formats for MVC and WebFlux type conversion #18772
  • Improve handling of cancelled requests when publishing WebClient metrics #18444
  • Autoconfigure ReactiveGridFsTemplate with MongoProperties.getGridFsDatabase() #18284
  • Automatically create a developmentOnly configuration for use with DevTools #16599
... (truncated)
Commits
  • 7b2a203 Release v2.3.0.RELEASE
  • eb3b0f8 Use http liquibase XSDs
  • 42d07a7 Fix published Maven POMs
  • 859fc6c Switch back to 2.3.0.BUILD-SNAPSHOT
  • 9c63132 Next development version (v2.3.1.BUILD-SNAPSHOT)
  • cea3781 Fix file permissions in the CLI's zip and tar distributions
  • d0f16d6 Merge branch '2.2.x'
  • c35ed91 Only enforce spring-boot-parent's constraints internally
  • b78e4da Work around file handle leak when Undertow is stopped
  • e6376fc Fix web services tests on JDK 11+
  • 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) - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #57.