forked from xvik/dropwizard-guicey
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge upstream #1
Open
github-actions
wants to merge
489
commits into
master
Choose a base branch
from
auto-upstream-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
ef949f9
to
95406e7
Compare
4bcb550
to
360c474
Compare
6b699c3
to
6250fa4
Compare
0d244ee
to
2bf83d5
Compare
bbc65ed
to
2cb50b1
Compare
…cey tests (start/stop methods on managed objects not called; might be useful for tests with mocks): * new GuiceyTestSupport().disableManagedLifecycle() * @TestGuiceyApp(.., managedLifecycle = false) * TestGuiceyAppExtension.forApp(..).disableManagedLifecycle() * TestSupport.build(App.class).runCoreWithoutManaged(..)
51ae6cc
to
a32b624
Compare
…ons started with jersey); improve disable predicate: fix predicate applied for extension too early (without installer set); add more predicates to Disables class
… item type to simplify further declarations; add Disables.installedBy
… test (because lifecycle events used for application startup detection in many reports)
… environment) objects: onGuiceyStartup, onApplicationStartup, onApplicationShutdown, listenJetty, listenServer (before, methods were present only in GuiceyBindle's environment object)
a32b624
to
6123d0f
Compare
…ort initialization order change)
6123d0f
to
23e8b39
Compare
…vices) under @TestGuiceyApp (without starting full container; same as dropwizard's ResourceExtension)
Bumps org.cyclonedx.bom from 2.1.0 to 2.2.0. --- updated-dependencies: - dependency-name: org.cyclonedx.bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
23e8b39
to
9022cbc
Compare
….bom-2.2.0 Bump org.cyclonedx.bom from 2.1.0 to 2.2.0
9022cbc
to
808301c
Compare
…, before any initialization performed)
…dation (only logback)
1bfbdb6
to
2117ac2
Compare
…ce loader (simplify plugging-in extensions)
f22d255
to
e847145
Compare
…n override: ability to modify configuration instance before application startup. Supported by all test extensions (junit5 annotations, setup object, generic builders, command runner); add configuration generic for junit 5 extensions, registered in field to re-use it for configuration override lambda
e847145
to
cf59d01
Compare
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.
No description provided.