Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Gemini » Gemini Blueprint 2.0.0 released
Gemini Blueprint 2.0.0 released [message #1730805] Thu, 28 April 2016 15:04 Go to next message
Olaf Otto is currently offline Olaf OttoFriend
Messages: 22
Registered: July 2009
Junior Member
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 14:58 Go to previous messageGo to next message
Charles Gould is currently offline Charles GouldFriend
Messages: 8
Registered: March 2016
Junior Member
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 23:47 Go to previous messageGo to next message
Russell Hanneken is currently offline Russell HannekenFriend
Messages: 5
Registered: September 2010
Junior Member
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 19:42 Go to previous messageGo to next message
Olaf Otto is currently offline Olaf OttoFriend
Messages: 22
Registered: July 2009
Junior Member
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 19:49 Go to previous message
Olaf Otto is currently offline Olaf OttoFriend
Messages: 22
Registered: July 2009
Junior Member
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: Thu Apr 25 16:06:35 GMT 2024

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

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

Back to the top