-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: dropwizard/dropwizard
base: v2.1.0-beta.8
head repository: dropwizard/dropwizard
compare: v2.1.0-beta.9
- 18 commits
- 78 files changed
- 8 contributors
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e9110da - Browse repository at this point
Copy the full SHA e9110daView commit details
Commits on Apr 6, 2022
-
Implement Jetty LifeCycle in LogbackAccessRequestLog (#5115)
`LogbackAccessRequestLog` is registered as a bean, but doesn't implement `LifeCycle` (see qos-ch/logback#269). If we manually implement `LifeCycle`, which the `RequestLogImpl` actually does with its methods, the component is registered as a managed object rather than a POJO and therefore is started and stopped by the Jetty server. Closes #3226
Configuration menu - View commit details
-
Copy full SHA for c939a48 - Browse repository at this point
Copy the full SHA c939a48View commit details
Commits on Apr 7, 2022
-
Update dependency net.bytebuddy:byte-buddy to v1.12.9 (#5132)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8945e7f - Browse repository at this point
Copy the full SHA 8945e7fView commit details
Commits on Apr 10, 2022
-
Update dependency com.h2database:h2 to v2.1.212 (#5142)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56b084f - Browse repository at this point
Copy the full SHA 56b084fView commit details
Commits on Apr 12, 2022
-
Update actions/cache action to v3.0.2 (#5147)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7c7515 - Browse repository at this point
Copy the full SHA a7c7515View commit details -
Replace
@NotThreadSafewith jUnit 5Execution(SAME_THREAD)(#5149)This allows us to drop a dependency on jcip-annnotations
Configuration menu - View commit details
-
Copy full SHA for 5061ffd - Browse repository at this point
Copy the full SHA 5061ffdView commit details
Commits on Apr 13, 2022
-
Update dependency org.testcontainers:testcontainers-bom to v1.17.0 (#…
…5152) Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b02e699 - Browse repository at this point
Copy the full SHA b02e699View commit details -
Set permissions for GitHub actions (#5159)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveensrinivasan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72274c8 - Browse repository at this point
Copy the full SHA 72274c8View commit details
Commits on Apr 14, 2022
-
Update dependency org.testcontainers:testcontainers-bom to v1.17.1 (#…
…5163) Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 175725f - Browse repository at this point
Copy the full SHA 175725fView commit details -
Update dependency org.hibernate:hibernate-core to v5.6.8.Final (#5162)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d46d5e - Browse repository at this point
Copy the full SHA 0d46d5eView commit details
Commits on Apr 15, 2022
-
Update actions/checkout action to v3.0.1 (#5174)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95dce33 - Browse repository at this point
Copy the full SHA 95dce33View commit details
Commits on Apr 17, 2022
-
Deprecate
EnvironmentVariableLookup(#5188)`StringLookup` is a functional interface and so `EnvironmentVariableLookup` can be implemented as a direct method reference to `System#getenv()`.
Configuration menu - View commit details
-
Copy full SHA for b4f07fb - Browse repository at this point
Copy the full SHA b4f07fbView commit details
Commits on Apr 18, 2022
-
Replace
assumeThatwith jUnit 5DisabledIfet al (#5170)jUnit 5 introduces `DisabledIf` and `EnabledIf`, allowing tests or entire test classes to be disabled based on arbitrary conditions.
Configuration menu - View commit details
-
Copy full SHA for 73e983e - Browse repository at this point
Copy the full SHA 73e983eView commit details -
Migrations file handling (#5169)
###### Problem: Liquibase 4.x.x changed its file finding and handling. Therefore migration files in the `dropwizard-migrations` module were not found. ###### Solution: Add root paths to the `FileSystemResourceAccessor`. Liquibase suggests adding the path `'/'` as a fix when migrating to 4.x.x. This seems to work on Linux, but not on Windows. So this PR adds the operating system specific root path (`C:\` for Windows and `/` otherwise). Additionally, the location of the code source is added (acquired through the `CloseableLiquibase` class). This allows finding files with an absolute path and files located under `src/main/resources`, that are packaged into the jar as resources. Previously, it was possible to provide paths relative to the root folder of the project, which now isn't possible any more. However, the sources are unlikely to be deployed, so this should be enough in my opinion, when adding this behavior change to the migration guide. This also includes changes to be made to `.xml` files including other ones, as the include mechanism uses the same resolving strategy. ###### Result: Users can specify custom files to the `dropwizard-migrations` module instead of using the default `migrations.xml`. Resolves #5150
Configuration menu - View commit details
-
Copy full SHA for 266bf1e - Browse repository at this point
Copy the full SHA 266bf1eView commit details
Commits on Apr 20, 2022
-
Update mockito monorepo to v4.5.0 (#5199)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a3d072 - Browse repository at this point
Copy the full SHA 6a3d072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42db30e - Browse repository at this point
Copy the full SHA 42db30eView commit details -
Update link to Apache HttpClient docs (#5201)
Fix broken link to the HttpClient docs. The previous link linked to `httpcomponents-core` version 4.3 docs, which doesn't seem to exist anymore.
Configuration menu - View commit details
-
Copy full SHA for c3e58b1 - Browse repository at this point
Copy the full SHA c3e58b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd2787a - Browse repository at this point
Copy the full SHA fd2787aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.0-beta.8...v2.1.0-beta.9