Simple answer: They're probably fine. JDBC is the only item that usually causes trouble.
To be more sure, go to SVN and check out the source code for each. Then build it under JDK 6. Upgrading to the latest versions of these would also be useful. Although we may release a component by using a specific JDK, chances are most of the development was done on a more modern version. For example while Lang 3.0 is officially built under JDK 1.5, I used JDK 6 for all my development until that final release build. Hen On Wed, Aug 10, 2011 at 5:29 AM, b_demchig <[email protected]> wrote: > Hello, > > I am trying to setup web application on java 6, which is now running in jdk > 1.4 environment. > In 1.4 environment, application is using Apache Commons libraries as below: > commons-collections-3.1.jar > commons-el-1.0.jar > commons-fileupload-1.2.jar > commons-io-1.3.2.jar > commons-logging-1.1.jar > My question is: > 1) How I know if the libraries are compatible with java 6. > 2) Should I upgrade this libraries to new version. > > I would appreciate if anyone could give me some advice. > > -- > Kind regards, > Batchuluun Demchig > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
