-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from grails-plugins/Upgrade_to_Grails_4
Upgrade to grails 4
- Loading branch information
Showing
9 changed files
with
72 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
grailsVersion=3.2.9 | ||
gradleWrapperVersion=3.4.1 | ||
grailsVersion=4.0.2 |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
The Dropwizard Metrics Graphite plugin provides capabilities for metrics reporting through Graphite | ||
for Grails 3 applications. | ||
for Grails 4 applications. | ||
|
||
It depends on the core Dropwizard Metrics plugin, http://grails-plugins.github.io/grails-dropwizard-metrics[`grails-dropwizard-metrics`] | ||
Dropwizard dependencies used in this plugin: | ||
``` | ||
io.dropwizard.metrics:metrics-core:4.1.5 | ||
io.dropwizard.metrics:metrics-graphite:4.1.5 | ||
``` | ||
|
||
Also, the Dropwizard GraphiteReporter requires JDK 8. | ||
Note: You may find you need to declare the Dropwizard dependencies as primary dependencies in | ||
your build file because of the way Gradle 5 is handling Grails plugin dependencies. |
2 changes: 1 addition & 1 deletion
2
.../grails/plugin/dropwizard/reporters/DropwizardGraphiteReporterConfigurationIntSpec.groovy
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