-
It seems that Groovy closures cannot be cast to Java8 functions, at least in my old Groovy 1.8.6.
{code}
No signature of method: java.util.concurrent.ConcurrentHashMap.computeIfAbsent() is applicable …
-
Hi guys,
we (JFrog) would like to contribute a resolver that allows download packages from Artifactory.
What do you say? Will you be interested in such a contribution?
-
Pretty much what it sounds like. It would be good to automatically do this so that folks can quickly try out the newest and shiniest parts of Cats.
I have historically been against publishing `-SNAPS…
-
Im trying to configure a rewrite handler for Jetty (to facilitate redirecting when requesting AngularJs route provider locations without hash tags).
I have the equivalent configuration for jetty-mav…
-
bintray does not support SNAPSHOTS, might be cleaner to have a reasonable message if the version already exists instead of an http failure. I apologize if you are already doing something like this. …
-
I usually need to replace the value of context-param when start web app with gretty, such as below.
< context-param>
< param-name>spring.profiles.default< /param-name>
< param-val…
-
I tried adding the Shadow Gradle plugin to example-ratpack-gradle-java-app's build file like so:
```
buildscript {
repositories {
maven { url "http://oss.jfrog.org/artifactory/repo" }
…
-
I use an artifact repository (Artifactory) as an on-site caching proxy for all Gradle dependencies. This means that the Gradle build only has a single repository listed and Artifactory fetches the dep…