If we build the Geronimo 2.2 on JDK 1.6, it will not run successfully on JDK 1.5. The reason is that, some security APIs are changed in JDK 1.6, while our GBean builder will add those public methods as its own operations, and car-maven-plugin will serialize some gbean related data in the config.ser files. So ...
2009/8/28 chi runhua <[email protected]> > Hi, one short question here. > > According to Geronimo-4089, G2.2 can be built on Java 6 and it's a new > feature for G2.2. > > why are we still using Java 5 for 2.2 branch build? > > https://issues.apache.org/jira/browse/GERONIMO-4089 > > Jeff C > > > On Thu, Aug 27, 2009 at 1:28 AM, Jarek Gawor <[email protected]> wrote: > >> I updated the build schedule a bit more, here's the new schedule: >> >> branches/2.0: not build anymore (let me know if somebody really wants it) >> >> branches/2.1: 2am with Sun Java 5 >> >> branches/2.2: 8am and 2pm with Sun Java 5 >> 8pm with IBM Java 5 >> >> trunk: 3am and 3pm with Sun Java 6 >> 9am and 9pm with IBM Java 6 >> >> In short, 2.1 is now build only once per day, 2.2 is build 3 times per >> day with Java 5, and trunk is build 4 times per day with Java 6. >> >> Jarek >> >> On Fri, Aug 21, 2009 at 11:39 AM, Donald Woods<[email protected]> wrote: >> > How about we build 2.2 four times daily until we release it and only >> build >> > the unstable trunk once or twice a day for now? >> > >> > >> > -Donald >> > >> > >> > Jarek Gawor wrote: >> >> >> >> Hi, >> >> >> >> I changed the schedule of automated Geronimo builds a bit since we >> >> created a branch for 2.2. Here's the new schedule (times are all in >> >> EDT): >> >> >> >> branches/2.0: not build anymore (let me know if somebody really wants >> it) >> >> >> >> branches/2.1: 2am and 8pm - both with Sun Java 5 >> >> >> >> branches/2.2: 8am and 2pm - both with Sun Java 5 >> >> >> >> trunk: 9am, 3pm with Sun Java 5 >> >> 3am with IBM Java 5 >> >> 9pm with Sun Java 6 >> >> >> >> Jarek >> >> >> > >> > > -- Ivan
