Skip to main content



      Home
Home » Eclipse Projects » Gemini » Gemini Blueprint 2.0.0 released
Gemini Blueprint 2.0.0 released [message #1730805] Thu, 28 April 2016 11:04 Go to next message
Eclipse UserFriend
Dear all,

I'm happy to inform you that Gemini Blueprint 2.0.0 has been released to maven central.

This release features many major updates, such as the transition to Spring 4.2, Java 1.7+ and OSGi R5+.

Please refer to the project website for further information:
https://www.eclipse.org/gemini/blueprint/

Kind regards,
Olaf
Re: Gemini Blueprint 2.0.0 released [message #1730891 is a reply to message #1730805] Fri, 29 April 2016 10:58 Go to previous messageGo to next message
Eclipse UserFriend
Thanks Olaf!

Quick question...

Do you (or anybody else) know why the aopalliance dependency has always had the "provided" scope? What is supposed to provide it?
Re: Gemini Blueprint 2.0.0 released [message #1731478 is a reply to message #1730805] Thu, 05 May 2016 19:47 Go to previous messageGo to next message
Eclipse UserFriend
That's fantastic news. To everyone who contributed: thank you for all your hard work.

One question: which Maven profile was used to build the artifacts in Maven Central?
Re: Gemini Blueprint 2.0.0 released [message #1731607 is a reply to message #1730891] Sat, 07 May 2016 15:42 Go to previous messageGo to next message
Eclipse UserFriend
Hi Charles,

aopalliance is an optional dependency to be used with Spring's AOP support. The Apache ServiceMix team provides an OSGi bundle version, e.g.:

<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
<version>1.0_6</version>
</dependency>

Regards,
Olaf
Re: Gemini Blueprint 2.0.0 released [message #1731608 is a reply to message #1731478] Sat, 07 May 2016 15:49 Go to previous message
Eclipse UserFriend
Hi Russell,

The deployment to maven central is done via a Hudson Per-Project (HIPP) instance running at eclipse.org. Therein, the basic configuration for deploying to maven central (credentials to the sonatype OSS repo) have been kindly set up by the Gemini staff (https://bugs.eclipse.org/bugs/show_bug.cgi?id=490133).

The release itself is thus no longer performed manually but by the following build job: https://hudson.eclipse.org/gemini/view/blueprint/job/gemini-blueprint-stage-release/

You will find all maven configurations therein, the profile used is called "release".

Regards,
Olaf
Previous Topic:Problem with getting gemini.jpa to work
Next Topic:Gemini Blueprint Spring 4 support
Goto Forum:
  


Current Time: Sun Apr 20 23:00:05 EDT 2025

Powered by FUDForum. Page generated in 0.04647 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top