Skip to content

Commit

Permalink
verify health response, back to 1.x on the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 31, 2022
1 parent 82692d6 commit de467d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/micronaut-grails-example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# limitations under the License.
#

grailsVersion=5.1.1
gorm.version=7.1.2
grailsVersion=4.0.4
gorm.version=7.0.6.RELEASE
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ class IntegrationSpec extends Specification {
@Autowired MicronautJpaGenerator generator

void 'application started'() {
when:
new URL("http://localhost:$serverPort/test/health").text
then:
noExceptionThrown()
expect:
new URL("http://localhost:$serverPort/test/health").text == 'OK'
}

}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ slug=agorapulse/micronaut-grails
group=com.agorapulse
version = 3.0.0-SNAPSHOT

micronautVersion = 2.5.13
grailsVersion=5.1.1
micronautVersion = 1.3.7
grailsVersion=4.0.4
gruVersion = 0.9.4
druVersion = 0.8.1
groovyVersion = 3.0.9
spockVersion = 2.0-groovy-3.0
groovyVersion = 2.5.8
spockVersion = 2.0-groovy-2.5
junitVersion = 5.7.2
awsSdkVersion = 1.11.656
awsSdk2Version = 2.9.24
Expand Down

0 comments on commit de467d0

Please sign in to comment.