Update dependency io.dropwizard:dropwizard-testing to v2 - abandoned#635
Open
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.0->2.0.22By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
dropwizard/dropwizard
v2.0.22Upgrade notes for
dropwizard-jdbi3usersStarting with Jdbi 3.19.0, the Jdbi project started pulling in Caffeine 3.x as a transitive dependency which only works with Java 11 or later:
Source: http://jdbi.org/#\_java_compatibility
If you're still on Java 8, you'll have to exclude the
com.github.ben-manes.caffeine:caffeinedependency or force the version to a Caffeine release which still works with Java 8.See also https://github.com/jdbi/jdbi/issues/1853.
Improvements
AbstractDAOto getNamedQueryin a type-safe manner (#3978)expandChildren()inContextRoutingHandler(#3997)Dependency updates
Documentation
Assorted
HttpsConnectorFactoryTest(#3894)ResourceExtensionRandomPortsTestless flaky (#3897)v2.0.21Bug fixes
TreeTraversingParserinitialization inBaseConfigurationFactory(#3800)Http2ConnectorFactory(#3786)Dependency updates
Assorted
start()andstop()methods (#3689)publicmodifiers from tests (#3691)v2.0.20Dependency updates
Assorted
v2.0.19Upgrade notes
org.glassfish.jersey.media:jersey-media-jaxbby default (see https://github.com/eclipse-ee4j/jersey/pull/4634). If you're using XML-based payloads, you'll have to explicitly include the dependency toorg.glassfish.jersey.media:jersey-media-jaxbin your projects. (Thanks to @maffe for pointing this out)Improvements
Dependency updates
Documentation
Assorted
v2.0.18Improvements
Dependency updates
Documentation
jdbi3todbpackages in example docs (#3623)Assorted
v2.0.17Dependency updates
Documentation
v2.0.16Improvements
ConfigOverridefor random application ports during tests (#3561)Bug fixes
ConfigurationMetadata(#3577)Dependency updates
Assorted
v2.0.15Improvements
Bug fixes
ConfigurationMetadata(#3536)Security
excludedProtocolsinHttpsConnectorFactory(#3533)excludedProtocolsconfiguration setting, make sure change these to specific protocols, for example["TLSv1", "TLSv1.1", "TLSv1.2"]instead of["TLSv1(\.[12])?"].Dependency updates
Assorted
v2.0.14Bug fixes
Dependency updates
Assorted
v2.0.13Bug fixes
Dependency updates
Assorted
mvn --no-transfer-progress(#3400)v2.0.12Improvements
EofExceptionwhen response was incomplete (#3372)dependencyManagementof BOM (#3373)Dependency updates
Assorted
App1Test#earlyEofTest()less flaky (#3378)v2.0.11Improvements
CachingAuthorizerandCachingAuthenticator(#3360)Dependency updates
Assorted
Documentation
includeStackTracesetting of syslog appenderv2.0.10Improvements
Assorted
Documentation
Dependency updates
v2.0.9Improvements
AssetServletandAssetBundle(#3269)Resource(dropwizard-testing) (#3270)