Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps spring-boot.version from 1.5.18.RELEASE to 2.1.8.RELEASE.

Updates spring-boot-starter-data-jpa from 1.5.18.RELEASE to 2.1.8.RELEASE

Release notes

Sourced from spring-boot-starter-data-jpa's releases.

v2.1.8.RELEASE

⭐ New Features

  • Added Additional Resource Server Configuration of Issuer Validation #17952
  • Expose dependency management plugin version in dependency management #17842

🪲 Bug Fixes

  • NoSuchBeanDefinitionException with a custom FlywayMigrationInitializer bean that is not named flywayInitializer #18105
  • NoSuchBeanDefinitionException with a custom Flyway bean that is not named flyway #18102
  • When using Netty, an invalid content-type header value causes request to get stuck when compression is enabled #18018
  • ApplicationContextRequestMatcher can use the wrong ApplicationContext #18012
  • Spring Boot CLI is unable to always capture ctrl-c #17976
  • TypeUtils.process(TypeDescriptor, TypeMirror) swallows exception message and stack trace #17974
  • Non MVC web applications always return 404 for errors #17938
  • DataSourceSchemaCreatedPublisher.getPersistenceProviderRootPackage fails with a NullPointerException when using a custom LocalContainerEntityManagerFactoryBean that has no JpaVendorAdapter #17935
  • OutOfMemoryError on TomcatEmbeddedContext when trying to precompile JSP files #17927
  • Use alwaysApplyingWhenNonNull PropertyMapper to set the values in the LdapContextSource #17861
  • throws IllegalArgumentException when downloading file when filename includes '%' for undertow server #17853
  • spring.config.additional-location as environment variable does not work correctly #17843
  • Mocking session scoped spy bean calls real method #17817
  • Cannot override jackson.version using Gradle Dependency Management Plugin #17808
  • Wrong annotation lookup with proxied endpoints #17807
  • Liquibase bean with name other than 'liquibase' breaks context #17805
  • UndertowServletWebServerFactory does not configure a temporary directory #17778
  • WebClientExchangeTags does not handle non-standard status codes #17695
  • "spring" shell script error on AIX Bash 4.3.0 #17579
  • Duplicate metadata entry for property that is @​Deprecated when Lombok runs before spring-boot-configuration-processor #17550
  • SSL handshake fails when client authentication is enabled and starter-jetty is used #17541
  • Quartz may attempt to use the DataSource before migrations have been run #17539
  • SolrHealthIndicator reports down when baseUrl references a core instead of the root context #16477

📔 Documentation

  • Document @​SpringBootApplication scanBasePackages restrictions #18109
  • Fix typo in deprecation reason for liquibase.check-change-log-location property #18100
  • Remove reference to non-existent --edit option in CLI docs #18015
  • Update "Web Application Conditions" documentation to mention reactive #18005
  • Remove spring-boot-starter-data-gemfire from documentation #18002
  • Project API links should used versioned links #18000
  • Remove warning about MBean shutdown since it's disabled by default in 2.0 #17988
  • Document need to exactly match Hibernate's property format when configuring spring.jpa.properties.hibernate.* properties #17975
  • Fix Undertow access log dir property name in doc #17968
  • Document logger environment variable restrictions #17958
  • Clarify "YAML Shortcomings" documentation #17933
  • Provide a How-To for customizing WebClient's TcpClient #17856
  • Fix syntax errors in docs #17835
  • Document that Filter beans are eagerly initialized #17814
  • Expand documentation on remote devtools #17780
  • Improve devtools trigger-file documentation #17775
... (truncated)
Commits
  • 6a956d3 Release v2.1.8.RELEASE
  • 9cd93ac Upgrade to Httpcore 4.4.12
  • 5fe4f3b Upgrade to Activemq 5.15.10
  • fd77fd4 Upgrade to Undertow 2.0.26.Final
  • e978f9a Upgrade to Reactor Bom Californium-SR11
  • 85a44df Upgrade to Micrometer 1.1.6
  • a3cde7f Fix typo
  • a0a204a Clarify devtools trigger file documentation
  • 7c7ad03 Remove stop_docker from CI script
  • f1bbb2a Fix documentation typos
  • Additional commits viewable in compare view

Updates spring-boot-maven-plugin from 1.5.18.RELEASE to 2.1.8.RELEASE

Release notes

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

v2.1.8.RELEASE

⭐ New Features

  • Added Additional Resource Server Configuration of Issuer Validation #17952
  • Expose dependency management plugin version in dependency management #17842

🪲 Bug Fixes

  • NoSuchBeanDefinitionException with a custom FlywayMigrationInitializer bean that is not named flywayInitializer #18105
  • NoSuchBeanDefinitionException with a custom Flyway bean that is not named flyway #18102
  • When using Netty, an invalid content-type header value causes request to get stuck when compression is enabled #18018
  • ApplicationContextRequestMatcher can use the wrong ApplicationContext #18012
  • Spring Boot CLI is unable to always capture ctrl-c #17976
  • TypeUtils.process(TypeDescriptor, TypeMirror) swallows exception message and stack trace #17974
  • Non MVC web applications always return 404 for errors #17938
  • DataSourceSchemaCreatedPublisher.getPersistenceProviderRootPackage fails with a NullPointerException when using a custom LocalContainerEntityManagerFactoryBean that has no JpaVendorAdapter #17935
  • OutOfMemoryError on TomcatEmbeddedContext when trying to precompile JSP files #17927
  • Use alwaysApplyingWhenNonNull PropertyMapper to set the values in the LdapContextSource #17861
  • throws IllegalArgumentException when downloading file when filename includes '%' for undertow server #17853
  • spring.config.additional-location as environment variable does not work correctly #17843
  • Mocking session scoped spy bean calls real method #17817
  • Cannot override jackson.version using Gradle Dependency Management Plugin #17808
  • Wrong annotation lookup with proxied endpoints #17807
  • Liquibase bean with name other than 'liquibase' breaks context #17805
  • UndertowServletWebServerFactory does not configure a temporary directory #17778
  • WebClientExchangeTags does not handle non-standard status codes #17695
  • "spring" shell script error on AIX Bash 4.3.0 #17579
  • Duplicate metadata entry for property that is @​Deprecated when Lombok runs before spring-boot-configuration-processor #17550
  • SSL handshake fails when client authentication is enabled and starter-jetty is used #17541
  • Quartz may attempt to use the DataSource before migrations have been run #17539
  • SolrHealthIndicator reports down when baseUrl references a core instead of the root context #16477

📔 Documentation

  • Document @​SpringBootApplication scanBasePackages restrictions #18109
  • Fix typo in deprecation reason for liquibase.check-change-log-location property #18100
  • Remove reference to non-existent --edit option in CLI docs #18015
  • Update "Web Application Conditions" documentation to mention reactive #18005
  • Remove spring-boot-starter-data-gemfire from documentation #18002
  • Project API links should used versioned links #18000
  • Remove warning about MBean shutdown since it's disabled by default in 2.0 #17988
  • Document need to exactly match Hibernate's property format when configuring spring.jpa.properties.hibernate.* properties #17975
  • Fix Undertow access log dir property name in doc #17968
  • Document logger environment variable restrictions #17958
  • Clarify "YAML Shortcomings" documentation #17933
  • Provide a How-To for customizing WebClient's TcpClient #17856
  • Fix syntax errors in docs #17835
  • Document that Filter beans are eagerly initialized #17814
  • Expand documentation on remote devtools #17780
  • Improve devtools trigger-file documentation #17775
... (truncated)
Commits
  • 6a956d3 Release v2.1.8.RELEASE
  • 9cd93ac Upgrade to Httpcore 4.4.12
  • 5fe4f3b Upgrade to Activemq 5.15.10
  • fd77fd4 Upgrade to Undertow 2.0.26.Final
  • e978f9a Upgrade to Reactor Bom Californium-SR11
  • 85a44df Upgrade to Micrometer 1.1.6
  • a3cde7f Fix typo
  • a0a204a Clarify devtools trigger file documentation
  • 7c7ad03 Remove stop_docker from CI script
  • f1bbb2a Fix documentation typos
  • 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
  • @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:

  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps `spring-boot.version` from 1.5.18.RELEASE to 2.1.8.RELEASE.

Updates `spring-boot-starter-data-jpa` from 1.5.18.RELEASE to 2.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v1.5.18.RELEASE...v2.1.8.RELEASE)

Updates `spring-boot-maven-plugin` from 1.5.18.RELEASE to 2.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v1.5.18.RELEASE...v2.1.8.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 30, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #174.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/spring-boot.version-2.1.8.RELEASE branch December 2, 2019 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant