Spring 3.1 – What’s Up and Coming
Spring 3.1.0 M1 is expected to be released on Feb 11, 2011. There are many exciting new features expected for the final release which is scheduled for June 2011. Environment Profiles Many times we want...
View ArticleSpringSource Tool Suite – Eclipse for Spring Developers
Spring developers using Eclipse should take a close look at SpringSource Tool Suite (STS). STS is a FREE IDE, based on Eclipse with many of the essential tool to assist Spring developers....
View ArticleLogback Config – Showing Debug Level
Showing Debug Logback Configuration Logback provides the functionality to enable debug level output of its own status. <?xml version="1.0" encoding="UTF-8"?> <configuration debug="true">...
View ArticleGradle Deprecations
Gradle Deprecations – Common Mistakes Maven Repository OLD mavenCentral() NEW repositories { maven { url “http://repo1.maven.org/maven2/” } } Intellij Idea Plugin OLD apply plugin:’idea’ NEW Do...
View Article