-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set useStandardizedProjectNames to true, update project and tests dep…
…endencies (#2311) * Change builds to use declared dependencies from catalog * More changes and cleanup * Further cleanup * Reset accepted api changes, set useStandardizedProjectNames to true * Use latest micronaut-sql and update ongres scram client dependency * Fix build * Checkstyle suppressions. Remove mustRunAfter configs
- Loading branch information
1 parent
f177c5f
commit 2189f83
Showing
72 changed files
with
349 additions
and
501 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
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
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
4 changes: 0 additions & 4 deletions
4
buildSrc/src/main/groovy/io.micronaut.build.internal.data-dependencies.gradle
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
//configurations.configureEach { | ||
// resolutionStrategy.cacheChangingModulesFor 0, 'seconds' | ||
//} |
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 |
---|---|---|
@@ -1,52 +1,3 @@ | ||
[ | ||
{ | ||
"type": "io.micronaut.transaction.impl.AbstractInternalTransaction", | ||
"member": "Implemented interface io.micronaut.transaction.SavepointManager", | ||
"reason": "No longer implements io.micronaut.transaction.SavepointManager" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.impl.AbstractInternalTransaction", | ||
"member": "Implemented interface java.io.Flushable", | ||
"reason": "No longer implements java.io.Flushable" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.impl.InternalTransaction", | ||
"member": "Implemented interface io.micronaut.transaction.SavepointManager", | ||
"reason": "No longer implements io.micronaut.transaction.SavepointManager" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.impl.InternalTransaction", | ||
"member": "Implemented interface java.io.Flushable", | ||
"reason": "No longer implements java.io.Flushable" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.support.TransactionSynchronization", | ||
"member": "Implemented interface java.io.Flushable", | ||
"reason": "No longer implements java.io.Flushable" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.TransactionStatus", | ||
"member": "Implemented interface io.micronaut.transaction.SavepointManager", | ||
"reason": "No longer implements io.micronaut.transaction.SavepointManager" | ||
}, | ||
{ | ||
"type": "io.micronaut.transaction.TransactionStatus", | ||
"member": "Implemented interface java.io.Flushable", | ||
"reason": "No longer implements java.io.Flushable" | ||
}, | ||
{ | ||
"type": "io.micronaut.data.mongodb.transaction.MongoSynchronousTransactionManager", | ||
"member": "Implemented interface io.micronaut.transaction.TransactionOperations", | ||
"reason": "Interface has been removed" | ||
}, | ||
{ | ||
"type": "io.micronaut.data.mongodb.transaction.MongoSynchronousTransactionManager", | ||
"member": "Implemented interface io.micronaut.transaction.SynchronousTransactionManager", | ||
"reason": "Interface has been removed" | ||
}, | ||
{ | ||
"type": "io.micronaut.data.mongodb.transaction.MongoSynchronousTransactionManager", | ||
"member": "Implemented interface io.micronaut.transaction.TransactionManager", | ||
"reason": "Interface has been removed" | ||
} | ||
|
||
] |
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
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.