You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ben Hutchison <be...@yahoo.com> on 2004/09/25 11:12:49 UTC

Please make a RC2 release of Commons Configuration soon

Its has been a long while since the RC1 release of commons configuration 
and there have been some pretty significant bug fixes that Ive reported 
made since then.

Furthermore, the site is displaying docs saying they're based on the 
"Sept 24 RC2 release", but the same site says that the current release 
is RC1.

Ive got application code distributed over several machines that depends 
on fixes made since RC1. Currently Im having to build from CVS and 
manually distribute a JAR version.

Please get another release out and into Ibiblio ASAP.

Cheers
Ben Hutchison


PS One of my previous issue reports was a ClassCastException caused by 
casting an object to String, which should have been String.valueOf().

I noticed the fix was made in 3 places, but is still missing on line 412 
of XMLConfiguration.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Please make a RC2 release of Commons Configuration soon

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Ben Hutchison <be...@yahoo.com> writes:

>Its has been a long while since the RC1 release of commons configuration 
>and there have been some pretty significant bug fixes that Ive reported 
>made since then.

rc2 _is_ available from ibiblio. It just took a few hours to propagate
from the apache site to ibiblio.

>Furthermore, the site is displaying docs saying they're based on the 
>"Sept 24 RC2 release", but the same site says that the current release 
>is RC1.

Typo. I'll fix this. We all are just humans.

>Ive got application code distributed over several machines that depends 
>on fixes made since RC1. Currently Im having to build from CVS and 
>manually distribute a JAR version.

Well, who of us does not have code that depends on other code?

>Please get another release out and into Ibiblio ASAP.

If you are so dependent on non-released code, you should build your
own copies and keep them in a local repository. It is pretty simple to
do this and I think that you are able to do so.

>PS One of my previous issue reports was a ClassCastException caused by 
>casting an object to String, which should have been String.valueOf().

>I noticed the fix was made in 3 places, but is still missing on line 412 
>of XMLConfiguration.

I've put a change in.

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honorable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Please make a RC2 release of Commons Configuration soon

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
On 25 Sep 2004, at 10:12, Ben Hutchison wrote:

<snip>

> Please get another release out and into Ibiblio ASAP.

(with taking anything away from your request)

are you aware that maven allows local repositories to be used in 
addition to the centralized ones?

this would (at least) allow you to distribution your SNAPSHOT version 
more efficiently.

- robert


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Please make a RC2 release of Commons Configuration soon

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
"Eric Pugh" <ep...@upstate.com> writes:

>As far as the bug in XMLCOnfiguraiton, can you submit a bug so we can track
>it?

Don't worry, I already commited a fix for the bug (exchanging a
(String) foo with a String.valueOf(foo)).

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honorable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: Please make a RC2 release of Commons Configuration soon

Posted by Eric Pugh <ep...@upstate.com>.
Ben,

I think you must have seen the site in between the update of the web and the
rc2 jar making it to ibiblio, it is there now.  Also, I spotted the error on
the homepage after I uploaded it..  The next version has it fixed..

As far as the bug in XMLCOnfiguraiton, can you submit a bug so we can track
it?

Eric

> -----Original Message-----
> From: Ben Hutchison [mailto:ben_hutchison@yahoo.com]
> Sent: Saturday, September 25, 2004 11:13 AM
> To: commons-dev@jakarta.apache.org
> Subject: Please make a RC2 release of Commons Configuration soon
>
>
> Its has been a long while since the RC1 release of commons configuration
> and there have been some pretty significant bug fixes that Ive reported
> made since then.
>
> Furthermore, the site is displaying docs saying they're based on the
> "Sept 24 RC2 release", but the same site says that the current release
> is RC1.
>
> Ive got application code distributed over several machines that depends
> on fixes made since RC1. Currently Im having to build from CVS and
> manually distribute a JAR version.
>
> Please get another release out and into Ibiblio ASAP.
>
> Cheers
> Ben Hutchison
>
>
> PS One of my previous issue reports was a ClassCastException caused by
> casting an object to String, which should have been String.valueOf().
>
> I noticed the fix was made in 3 places, but is still missing on line 412
> of XMLConfiguration.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org