August 2012
5 posts
2 tags
clojure-maven-plugin 1.3.12
A small patch release of the clojure-maven-plugin has been pushed out to Maven Central:
Support for Colin James REPL-y project. Simply add a project dependency on REPL-y and it will be used for the clojure:repl goal.
A new configuration flag (spawnInteractiveConsoleOnWindows) to disable process spawning on the Windows platform.
<plugin>
...
3 tags
Cartesian Data Providers
The other day I was updating a rather complex data provider driven TestNG tests and I needed to introduce another element to data being provided but this would entail repeating, or reworking how the initial provider was being generated.
After thinking about the problem for a while, it hit me that I what I wanted was a way of combining multiple dataproviders into a single larger one - a cartesian...
4 tags
frege-maven-plugin
For the last few weeks I’ve been reading about Frege, a Haskell based language for the JVM but only in the last few days have I actually started to experiment with actually using it.
My initial experiments were made using the maven-exec-plugin but I knew this wouldn’t last too long so last night I whipped up a quick small maven plugin and pushed it out to maven central.
Amusingly, it was...
4 tags
HALBuilder 2.0 changes...
Work has begun slowly on an API breaking 2.0 release of my HalBuilder library for the REST Hypertext Application Language mediatype. Along with API breaking changes, updates to support for the new IETF proposed specification is also being tracked:
Everything is now a “Representation”, one thing I regret not changing prior to the 1.0 release was using Resource as the basis for...