Geomajas 1.7.1 in staging

A vote has been started on majas-dev about the upcoming 1.7.1 release. The artifacts have all been uploaded to the staging repository.

 

Please help us by verifying that the release has not caused any backwards compatibility issues.

 

The following parts have been released:

1.7.1

backend
GWT face
Geotools layer
WMS layer
OpenStreetMap layer
Google layer
Hibernate layer
staticsecurity plugin (formerly named springsecurity)
documentation
gwt-simple
gwt-example
dojo-simple 1.7.1
dojo-example 1.7.1

dojo face 1.5.7

geomajas-dep 1.10.30

 

Major improvements for this release are the plug-in system which has been refined and compliance with OSGeo provinance report. Various other bugfixes and improvements have been included (see http://jira.geomajas.org).

 

To test, include the repository with URL:
https://oss.sonatype.org/content/groups/staging

One possible way is by including the following in your ~/.m2/settings.xml:

 <profiles>
   <profile>
     <id>mine</id>
     <!-- add staging repository -->
     <repositories>
       <repository>
         <id>oss-staging</id>
         <url>https://oss.sonatype.org/content/groups/staging</url>
       </repository>
     </repositories>
   </profile>
 </profiles>  
<activeProfiles>
     <activeProfile>mine</activeProfile>
 </activeProfiles>

Note that you will need to include the staging repository in your settings.xml to be able to build trunk until the release is either approved or dropped.

 

Thanks for your feedback.

Joachim