Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-boot-maven-plugin from 2.1.3.RELEASE to 2.1.4.RELEASE #360

Closed
uweschaefer opened this issue Jun 21, 2019 · 1 comment
Closed

Comments

@uweschaefer
Copy link
Member

From @dependabot-preview[bot] on 2019-04-08 04:26:18 +0000 UTC

Bumps spring-boot-maven-plugin from 2.1.3.RELEASE to 2.1.4.RELEASE.

Release notes

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

v2.1.4.RELEASE

⭐ New Features

  • Check for Reactor Netty disconnected client errors #16406
  • Add jaxb-runtime to TldSkipPatterns #16027
  • Include details of the caller in the failure analysis for NoSuchMethodError #15995
  • EndpointRequest shouldn't match request on main application port when management port is different #15702

🪲 Bug Fixes

  • ThymeleafAutoConfiguration fails if thymeleaf-spring5 is not present #16341
  • Null serialisation is not disabled when spring.gson.serialize-nulls is set to false #16332
  • Kafka Streams auto-configuration should only configure default streams builder #16329
  • Logfile endpoint cannot be disabled using the standard property #16298
  • Binding to collection fails with unbound elements error if collection overridden in another property source #16290
  • Missing jaxb-api dependency in spring-boot-starter-jersey #16268
  • Import ErrorWebFluxAutoConfiguration with @​WebFluxTest #16266
  • When using Log4j2 log4j2.properties files are not detected #16262
  • Including finalName in plugin configuration results in StackOverflowError #16202
  • Clients with incompatible default encoding may corrupt output from log file endpoint as it does not specify the charset that it produces #16189
  • logfile endpoint returns HTTP 406 on Accept: text/plain #16188
  • JsonTest isn't annotated with @​ExtendWith(SpringExtension.class) #16183
  • Dependency management for micrometer-registry-stackdriver is missing #16178
  • WebFlux or MVC app with the Validation API and no implementation fails to start #16177
  • @​WebFluxTest does not enable auto-configuration for any reactive template engines #16170
  • When using WebFlux /actuator/health/{component} returns a 200 response when the component is down #16109
  • Random management.server.port should not set to the same value as local.server.port #16108
  • When MongoReactiveAutoConfiguration creates a MongoClient that uses Netty, EventLoopGroup threads prevent the JVM from exiting #16087
  • Rename Maven version property for PooledJMS #16086
  • Database migrations may not have run before NamedParameterJdbcTemplate is used #16047
  • Fix NullPointerException with empty X-Forwarded-For header #16046
  • AprLifecycleListener is configured even though Tomcat's native library is not available #16040
  • Debug mode is not logging web and sql related loggers #16018
  • Fat jar built with Maven does not repackage META-INF/.kotlin_module files into BOOT-INF/classes #16004
  • Gradle POM-only dependencies cause jar application loader to fail #16001
  • Order TaskExecutionAutoConfiguration before TaskSchedulingAutoConfiguration #15984
  • Do not replace a request factory when creating a new TestRestTemplate with withBasicAuth #15982
  • Wrong entry may be loaded from multi-release jar files resulting in a NoClassDefFoundError #15981
  • TestRestTemplateContextCustomizer and WebTestClientContextCustomizer can cause early FactoryBean instantiation #15898
  • Configuration processor does not handle generics #15850

📔 Documentation

  • Document alternative to finalName attribute of repackage goal #16334
  • Document that @​MockBean cannot be used to mock behaviour that's called during context refresh #16333
  • Document slice test behavior with @​Configuration classes #16274
  • Document using AssertJ's satisfies together with extractingJsonPathNumberValue #16229
  • Fix typo in logging.group property description #16224
  • Add missing .class to @​RunWith(SpringExtension) in references docs #16213
  • Update ambiguous documentation about ConfigurationProperties #16166
... (truncated)
Commits
  • 4840503 Release v2.1.4.RELEASE
  • 617f97f Fix checkstyle violation
  • ec094cd Increase timeout for promote script
  • f12ab1f Update copyright header of changed files
  • 34fee1a Polish
  • 8ad9bfe Merge branch '2.0.x' into 2.1.x
  • 8e3cbd9 Next development version (v2.0.10.BUILD-SNAPSHOT)
  • ca01199 Align with new fail-fast behaviour in Micrometer 1.1.4
  • 3c05858 Upgrade to Micrometer 1.1.4
  • 6a4e89d Merge branch '2.0.x' into 2.1.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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • 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.

Copied from original issue: Mercateo/factcast#360

@uweschaefer
Copy link
Member Author

From @codecov[bot] on 2019-04-08 04:29:13 +0000 UTC

Codecov Report

Merging #360 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #360   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files          68       68           
  Lines        1665     1665           
  Branches      149      149           
=======================================
  Hits         1529     1529           
  Misses         64       64           
  Partials       72       72

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df951e6...6d33c50. Read the comment docs.

uweschaefer added a commit that referenced this issue Jun 21, 2019
…ework.boot-spring-boot-maven-plugin-2.1.4.RELEASE

Bump spring-boot-maven-plugin from 2.1.3.RELEASE to 2.1.4.RELEASE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant