I hereby claim:
- I am anthonydahanne on github.
- I am anthonydahanne (https://keybase.io/anthonydahanne) on keybase.
- I have a public key ASBD72b9PpLKD2S6Nwt5mt8TT0rhCxeu_oSEkEjrgxNBugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package org.ehcache.agent; | |
import org.springframework.context.annotation.Configuration; | |
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; | |
import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping; | |
/** | |
* Created by Anthony Dahanne on 2015-06-01. | |
*/ | |
@Configuration |
package net.dahanne.eclipse.m2e.localizer; | |
import java.io.File; | |
import java.util.Set; | |
import org.apache.maven.plugin.MojoExecution; | |
import org.apache.maven.project.MavenProject; | |
import org.eclipse.core.resources.IProject; | |
import org.eclipse.core.runtime.IProgressMonitor; | |
import org.eclipse.m2e.core.MavenPlugin; |
$ gradle --version | |
------------------------------------------------------------ | |
Gradle 1.7 | |
------------------------------------------------------------ | |
Build time: 2013-08-06 11:19:56 UTC | |
Build number: none | |
Revision: 9a7199efaf72c620b33f9767874f0ebced135d83 |
given() | |
.log().all() | |
.contentType(ContentType.JSON) | |
.expect() | |
.log().all() | |
.statusCode(200) | |
.when() | |
.get("/agents/probeUrl/" + agentUrl); | |