Archiv der Kategorie: Build, config and deploy

Build, config & release management

How to build a working Hibernate OSGi bundle for JPA 2.0

One outcome of the missing standardized modularization concept in the java platform is the need to deal with incompatible release distributions for infrastructure libraries, used in our everyday project life. An infamous and illustrative example for the resulting mess is … Weiterlesen

Veröffentlicht unter Build, config and deploy, Java EE, Java modularization, Java Persistence, Java Web Frameworks, Spring Universe | Verschlagwortet mit , , , | Hinterlasse einen Kommentar

Grails is getting Maven support

According to a recent blog post of Grails project lead Graeme Rocher, Grails is getting Maven support in the form of a plugin. Currently, Grails uses Maven repositories for dependency resolution, but the build system of a Grails application uses … Weiterlesen

Veröffentlicht unter Build, config and deploy, Groovy and Grails | Verschlagwortet mit , , , , , | Hinterlasse einen Kommentar

Spring Framework moves to GitHub

The spring framework moved to GitHub: Today we’re happy to announce that the Spring Framework has moved to GitHub! As you’ve probably noticed, nearly every other Spring project has already made the move, and those that haven’t will soon. In … Weiterlesen

Veröffentlicht unter Build, config and deploy, Spring Universe | Verschlagwortet mit , | Hinterlasse einen Kommentar

Project Jigsaw – jdk8? – big picture?!?

Mark Reinhold (Chief Architect of the Java Platform Group at Oracle) just published a “document” titled “Project Jigsaw: The Big Picture — DRAFT 1“, his words: This document is an overview of the current state of Project Jigsaw, an exploratory … Weiterlesen

Veröffentlicht unter Build, config and deploy, Java Basics, Java modularization | Verschlagwortet mit , , | Hinterlasse einen Kommentar

Enforcing an encoding for Eclipse in a maven project

In Maven it’s easy to set the encoding for your source code to a defined encoding (e.g. UTF-8) by inserting this part into your pom file: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> But how to apply this to your Eclipse project?

Veröffentlicht unter Build, config and deploy, Eclipse Universe | Verschlagwortet mit , , , | Hinterlasse einen Kommentar

Bamboo 3.4 released!

Atlassian just released Bamboo version 3.4. Continuous Integration and Release Management Any build server can mindlessly run your builds over and over. Go further with automated building, testing, deploying, and releasing of your software. Instantly scale with automatically managed agents … Weiterlesen

Veröffentlicht unter Atlassian Tools, Build, config and deploy | Verschlagwortet mit , | Hinterlasse einen Kommentar