Monday, July 25, 2011

Episode 46

Unsupported Operation 46

Java

Jetbrains

Clojure

Apache

  • Commons Lang 3.0 released - JDK 1.5+, not backwards compatible (package name change, generics)
  • Tomcat 7.0.19 - security fixes and bug fixes
  • CouchDB 1.0.3 (even if it is Erlang)
  • HttpComponents HttpCore 4.1.2 - fixes bugs found in 4.1.1 - good to see  they release minor versions of sub-components!

DVCS

  • SourceGear’s Veracity is starting to try and push again, it uses a distributed database for its repository, allowing it to version records and fields (as well as files, directories). Allows you to store your version control repo in an enterprise database for example.
  • code.google.com now supports Git, InfoQ says that SVN’s days are numbered.

Other

  • Android 3.2 rolling out to Xoom next week

 

Thursday, July 14, 2011

Episode 45

Episode 45

Java

Apache

  • Apache Karaf 2.2.2
    • 2.1.x branch has been END OF LIFED, a 2.1.6 release will be forthcoming and final.
  • Apache Karaf Cellar 2.2.1
    • Karaf Cellar is a clustering solution for Apache Karaf powered by Hazelcast.
  • Apache Maven Dependency Plugin 2.3
  • Apache Maven Wagon 1.0 - Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code.  No real diff. to 1.0-beta7, but was time to remove the beta monikor.
  • maven-bundle-plugin 2.3.5 and Bundle Repository 1.6.6
  • build-helper-maven-plugin 1.7
    • Set a property based on the current time/date
    • Set a property by applying a regex replacement rule to a value
  • Nexus 1.9.2

Android

Eclipse

Clojure

  • clojure-maven-plugin 1.3.8 out *finally*

Jetbrains

 

Tuesday, July 5, 2011

Episode 44

Episode 44

Java


Apache Maven

  • maven-release-plugin 2.2 released
    • Big thing for me - new postPrepareGoals setting - will be very handy.


Groovy

  • Grails 2.0

Clojure

  • emacs-clojure-vagrant - vagrant box setup for emacs/clojure development from Justin Lily, a work in progress
  • Midge’s Leiningen plugin is now standalone

Other

  • Gitslave - how have I not found this before.  Looks to be an awesome solution/alternative to submodules.