Skip to content

Conversation

@dependabot-preview
Copy link

Bumps seed.version from 3.8.5 to 3.9.0.

Updates seed-core from 3.8.5 to 3.9.0

Release notes

Sourced from seed-core's releases.

v3.9.0

  • [new] Introduce the diag tool to manually write a diagnostic report to standard output or in a file.
  • [new] Enable configuration of Undertow error pages for specific HTTP codes or exceptions as well as a default error page (web.server.errorPages config).
  • [new] SSL truststore can be configured separately from the master keystore (if no configuration it will default to the Java default truststore).
  • [new] A custom X509KeyManager can now be configured to allow control of the chosen key material during SSL handshake.
  • [brk] Plain file X509 certificates (outside a keystore) can no longer be configured as it is less secure and not so useful.
  • [fix] Remove NullPointerException a Undertow shutdown if the it had not started properly before.
Changelog

Sourced from seed-core's changelog.

Version 3.9.0 (2019-08-12)

  • [new] Introduce the diag tool to manually write a diagnostic report to standard output or in a file.
  • [new] Enable configuration of Undertow error pages for specific HTTP codes or exceptions as well as a default error page (web.server.errorPages config).
  • [new] SSL truststore can be configured separately from the master keystore (if no configuration it will default to the Java default truststore).
  • [new] A custom X509KeyManager can now be configured to allow control of the chosen key material during SSL handshake.
  • [brk] Plain file X509 certificates (outside a keystore) can no longer be configured as it is less secure and not so useful.
  • [fix] Remove NullPointerException a Undertow shutdown if the it had not started properly before.
Commits
  • 31ec077 Update .travis.yml
  • d0d4217 Update .travis.yml
  • c43ad59 Fix NPE at undertow shutdown if not started properly
  • ca1acfd Merge pull request #268 from adrienlauer/truststore
  • bb93f74 Allow to configure truststore separately
  • 214e13c Automatically fix missing slash in front of error page locations.
  • 428d7eb Merge pull request #267 from adrienlauer/undertow-error-pages
  • eae8ff1 Add support for Undertow error pages
  • d75af53 Merge pull request #266 from adrienlauer/diag-tool
  • bbb214b Add diagnotic tool
  • See full diff in compare view

Updates seed-rest-specs from 3.8.5 to 3.9.0

Updates seed-testing-junit4 from 3.8.5 to 3.9.0

Updates seed-web-undertow from 3.8.5 to 3.9.0

Updates seed-rest-jersey2 from 3.8.5 to 3.9.0

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)
  • 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 `seed.version` from 3.8.5 to 3.9.0.

Updates `seed-core` from 3.8.5 to 3.9.0
- [Release notes](https://github.com/seedstack/seed/releases)
- [Changelog](https://github.com/seedstack/seed/blob/master/CHANGELOG.md)
- [Commits](seedstack/seed@v3.8.5...v3.9.0)

Updates `seed-rest-specs` from 3.8.5 to 3.9.0

Updates `seed-testing-junit4` from 3.8.5 to 3.9.0

Updates `seed-web-undertow` from 3.8.5 to 3.9.0

Updates `seed-rest-jersey2` from 3.8.5 to 3.9.0

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 Aug 15, 2019
Use OpenJDK11
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.

2 participants