|
Home > Archive > Apache Directory Project > September 2006 > updating spring 1.2.1 to 1.2.8?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
updating spring 1.2.1 to 1.2.8?
|
|
| Bastiaan Bakker 2006-09-05, 7:11 am |
| Hi,
We use ApacheDS to update a relational user database via LDAP. The
custom ApacheDS backend needs some methods that have been introduced
into Spring after 1.2.1.
Is there any reason why ApacheDS is still using Spring 1.2.1? This
version is over a year old. The current 1.2.8 release has numerous
bugfixes over the old one.
Could 1.0RC4 be build with 1.2.8? If not what's holding it back?
Best regards,
Bastiaan Bakker
E.Novation LifeLine Networks bv
| |
| Ersin Er 2006-09-05, 1:12 pm |
| Hello Bastiaan,
We have just tried to upgrade Spring to version 1.2.8 but because it's
not deployed to ibiblio mirrors yet we could not do a successfull
build.
We are going to try in the next release again.
Cheers,
On 9/5/06, Bastiaan Bakker <bastiaan.bakker-9vzO1S2IlBRUH/sDrRuVYw@public.gmane.org> wrote:
> Hi,
>
> We use ApacheDS to update a relational user database via LDAP. The
> custom ApacheDS backend needs some methods that have been introduced
> into Spring after 1.2.1.
> Is there any reason why ApacheDS is still using Spring 1.2.1? This
> version is over a year old. The current 1.2.8 release has numerous
> bugfixes over the old one.
> Could 1.0RC4 be build with 1.2.8? If not what's holding it back?
>
> Best regards,
>
> Bastiaan Bakker
> E.Novation LifeLine Networks bv
>
>
>
--
Ersin
| |
| Bastiaan Bakker 2006-09-05, 1:12 pm |
| On Tue, 2006-09-05 at 19:57 +0300, Ersin Er wrote:
> Hello Bastiaan,
>
> We have just tried to upgrade Spring to version 1.2.8 but because it's
> not deployed to ibiblio mirrors yet we could not do a successfull
> build.
Thanks for the explanation, but could you clarify it a bit more. I'm not
very familiar yet with the locations of the proper maven2 repos, so
forgive me for the newbie questions.
I see that apacheds uses groupid 'springframework' and that
http://www.ibiblio.org/maven2/springframework has only 1.2.6 as the
newest release (which is still better than 1.2.1)
But looking at http://www.ibiblio.org/maven2/org/springframework/ I do
see the 1.2.8 release.
Any reason why apacheds uses groupid 'springframework' rather than
'org.springframework'?
Regards,
Bastiaan
> We are going to try in the next release again.
>
> Cheers,
>
> On 9/5/06, Bastiaan Bakker <bastiaan.bakker-9vzO1S2IlBRUH/sDrRuVYw@public.gmane.org> wrote:
>
>
| |
| Ersin Er 2006-09-05, 1:12 pm |
| Hi,
On 9/5/06, Bastiaan Bakker <bastiaan.bakker-9vzO1S2IlBRUH/sDrRuVYw@public.gmane.org> wrote:
> On Tue, 2006-09-05 at 19:57 +0300, Ersin Er wrote:
>
> Thanks for the explanation, but could you clarify it a bit more. I'm not
> very familiar yet with the locations of the proper maven2 repos, so
> forgive me for the newbie questions.
> I see that apacheds uses groupid 'springframework' and that
> http://www.ibiblio.org/maven2/springframework has only 1.2.6 as the
> newest release (which is still better than 1.2.1)
> But looking at http://www.ibiblio.org/maven2/org/springframework/ I do
> see the 1.2.8 release.
> Any reason why apacheds uses groupid 'springframework' rather than
> 'org.springframework'?
There is no reason for using springframework groupid. It was the valid
one in the past and we were aware of that's changed. So thanks for the
right location. We are going to upgrade to Spring 1.2.8 ASAP but not
sooner than 1.0-RC4. We would really like to do that we cannot do a
last minute change now. ApacheDS 1.0-RC4 will be out in a few minutes
:-)
(But feel free to upgrade Spring in your local. As this is open source
software you have the full power.)
Cheers,
> Regards,
>
> Bastiaan
>
>
>
--
Ersin
| |
| Bastiaan Bakker 2006-09-07, 1:11 pm |
| On Tue, 2006-09-05 at 20:27 +0300, Ersin Er wrote:
> Hi,
>
> On 9/5/06, Bastiaan Bakker <bastiaan.bakker-9vzO1S2IlBRUH/sDrRuVYw@public.gmane.org> wrote:
>
> There is no reason for using springframework groupid. It was the valid
> one in the past and we were aware of that's changed. So thanks for the
> right location. We are going to upgrade to Spring 1.2.8 ASAP but not
> sooner than 1.0-RC4. We would really like to do that we cannot do a
RC5 I guess ? ;-)
> last minute change now. ApacheDS 1.0-RC4 will be out in a few minutes
> :-)
>
Yeah, I already expected an update to 1.2.8 would be a bit to late for
RC4.
Congrats to the ApacheDS team for releasing 1.0RC4 BTW.
> (But feel free to upgrade Spring in your local. As this is open source
> software you have the full power.)
>
Yes, I'll try a local rebuild with spring 1.2.8 and post the results.
Cheers,
Bastiaan
| |
| Bastiaan Bakker 2006-09-16, 1:12 pm |
| Hi,
I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch).
Other than updating the poms no changes where necessary at all.
Cheers,
Bastiaan
| |
| Alex Karasulu 2006-09-16, 1:12 pm |
| File a JIRA issue then submit a patch (svn diff) for this please.
Thanks,
Alex
Bastiaan Bakker wrote:
> Hi,
>
> I've rebuild apacheds-1.0-RC4 with spring 1.2.8 (see attached patch).
> Other than updating the poms no changes where necessary at all.
>
> Cheers,
>
> Bastiaan
>
>
>
> ------------------------------------------------------------------------
>
> Index: server-installers/pom.xml
> ========================================
===========================
> --- server-installers/pom.xml (revision 442227)
> +++ server-installers/pom.xml (working copy)
> @@ -50,14 +50,14 @@
> <version>1.0</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-core</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-beans</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> <groupId>commons-logging</groupId>
> @@ -65,9 +65,9 @@
> <version>1.0.4</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-context</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> </dependencies>
> <build>
> Index: server-main/pom.xml
> ========================================
===========================
> --- server-main/pom.xml (revision 442227)
> +++ server-main/pom.xml (working copy)
> @@ -26,14 +26,14 @@
> <version>1.2.25</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-core</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-beans</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> <groupId>commons-logging</groupId>
> @@ -41,9 +41,9 @@
> <version>1.0.4</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-context</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> </dependencies>
> <build>
> Index: server-sar/pom.xml
> ========================================
===========================
> --- server-sar/pom.xml (revision 442227)
> +++ server-sar/pom.xml (working copy)
> @@ -34,14 +34,14 @@
> <version>1.2.25</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-core</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-beans</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> <dependency>
> <groupId>commons-logging</groupId>
> @@ -49,9 +49,9 @@
> <version>1.0.4</version>
> </dependency>
> <dependency>
> - <groupId>springframework</groupId>
> + <groupId>org.springframework</groupId>
> <artifactId>spring-context</artifactId>
> - <version>1.2.1</version>
> + <version>1.2.8</version>
> </dependency>
> </dependencies>
> <repositories>
| |
| Bastiaan Bakker 2006-09-16, 1:12 pm |
| Done
On Fri, 2006-09-15 at 08:58 -0400, Alex Karasulu wrote:
> File a JIRA issue then submit a patch (svn diff) for this please.
>
> Thanks,
> Alex
>
> Bastiaan Bakker wrote:
>
|
|
|
|
|