-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excavator: Upgrades Baseline to the latest version (#201)
* Excavator: Upgrades Baseline to the latest version * Ensure root project name is set * More progress * Fix immutables * Remove dropwizard 0.x stuff * errorProneApply * spotless * errorprone for tests too * Add generated changelog entries * Create baseline-class-uniqueness.lock * Remove unnecessary baseline applications * Update baseline config * checkstyle * Check unused constraints Co-authored-by: Callum Rogers <[email protected]>
- Loading branch information
1 parent
c7b97ad
commit 59955f8
Showing
37 changed files
with
297 additions
and
1,140 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(c) Copyright ${today.year} Palantir Technologies Inc. All rights reserved. |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: break | ||
break: | ||
description: The `encrypted-config-value-bundle` supporting the ancient Dropwizard 0.x is removed. | ||
links: | ||
- https://github.com/palantir/encrypted-config-value/pull/201 |
11 changes: 11 additions & 0 deletions
11
encrypted-config-value-bundle-dropwizard1/baseline-class-uniqueness.lock
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Danger! Multiple jars contain identically named classes. This may cause different behaviour depending on classpath ordering. | ||
# Run ./gradlew checkClassUniqueness --write-locks to update this file | ||
|
||
## runtimeClasspath | ||
[javax.inject:javax.inject, org.glassfish.hk2.external:javax.inject] | ||
- javax.inject.Inject | ||
- javax.inject.Named | ||
- javax.inject.Provider | ||
- javax.inject.Qualifier | ||
- javax.inject.Scope | ||
- javax.inject.Singleton |
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
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
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
Oops, something went wrong.