RE: Version numbers in library filenames - Bad
by Dimitris Andreadis
So will we have versioned filenames for maven builds and unversioned
ones for the rest?
> -----Original Message-----
> From: Scott M Stark
> Sent: Wednesday, September 20, 2006 5:54 PM
> To: Dimitris Andreadis
> Cc: JBoss.org development list; The Core
> Subject: Re: Version numbers in library filenames - Bad
>
> I agree, but this is the maven convention and as far as I
> know cannot be undone short of hacking the jar plugin.
>
> Dimitris Andreadis wrote:
> > I've seen a few cases where in repository.jboss.com the
> version number
> > for a library is included in the library filename,
> >
> > E.g.
> > antlr-2.7.6.jar
> > addressing-1.0.jar
> > odmg-3.0.jar
> > quartz-all-1.5.2.jar
> > dtdparser121.jar
> > commons-lang-2.1.jar
> > myfaces-impl-1.1.3.jar
> >
> > Even worse:
> > Cglib/2.1.0/lib/cglib.jar, cglib-2.1.1.jar
> >
> > This is wrong, because
> > - whenever a library is updated we have to correct all explicit
> > references to it
> > - If you don't wipe your thirdparty on every update you may end up
> > with
> > 3 different versions of the same library and wonder for
> hours what's
> > wrong.
> >
> > The version is encoded in the path and the library's
> > META-INF/MANIFEST.MF, not the filename, e.g:
> >
> > apache-logging/1.0.3/lib/commons-logging.jar
> >
> > For existing libs the harm is already done, but for new library
> > additions to repository.jboss.com, please have that in mind
> and remove
> > any version number from the filenames.
> >
> > Thanks
> > /Dimitris
> >
>
>
19 years, 6 months
JMS tasks from jboss-4.0.5
by Dimitris Andreadis
We have some 11 JMS related tasks for jboss-4.0.5 that need to be dealt
with or deferred. (I believe only Weston is doing jbas-3183?)
Since Adrian is buzy with JB5, can someone else (jboss-messaging maybe)
help?
Thanks
JBAS-3183 Integration with WebSphere MQ 5.x
JBAS-3597 JBAS-3437 Test error
org.jboss.test.jbossmq.test.JBossMQUnitTest::testTopicSelectorChange
JBAS-3620 JBossMQ's PersistenceManager RecoveryRetries doesn't work if
failure is creating the schema
JBAS-3627 Write test to test rollback of a NACK in 2PC Adrian Brock
Luc Texier
JBAS-3634 Acknowledgement of transacted message in MessageListener
should be inside delivery lock
JBAS-3631 Missing branch in StdServerSession commit logic
JBAS-1346 JDBC StateManager
JBAS-1908 listMessageCounter issue with JMS subscriptions containing
certain message selector characters
JBAS-3468 JMS Connection starts ping thread before ClientID is set
resulting in the ClientMonitorInterceptor to close the connection after
client timeout
JBAS-3483 The javadoc relating to StdServerSessionPool pooling
parameters is wrong
JBAS-1485 JMS ResourceAdapter makes unnecessary temporary delete
requests
19 years, 6 months