|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Jetty 6.1.20 releasedFolks,
Wanted to announce the release of jetty-6.1.20 has been put up and will be available shortly from the maven central repo. It is currently available for download from the usual suspects: # http://dist.codehaus.org/jetty/jetty-6.1.20 # http://ftp.mortbay.org/pub/jetty-6.1.20 This will be likely the last jetty6 release for a while, it has been in maintenance mode for quite a while already and we would like to encourage folks to start migrating to jetty7 if they would like to get access to more recent advances. Jetty7 will be releasing its first stable release shortly. cheers! jesse Issues resolved in this release are: jetty-6.1.20 27 August 2009 + JETTY-838 Don't log and throw + JETTY-874 Better error on full header. + JETTY-960 Support ldaps + JETTY-1046 maven-jetty-jspc-plugin keepSources takes affect only in packageRoot + JETTY-1057 XSS error page + JETTY-1065 Add RedirectRegexRule to provide match/replace/group redirect support + JETTY-1066 Send 400 error for request URI parse exceptions + JETTY-1068 Avoid busy flush of async SSL + JETTY-1069 Adjust Bayeux Java client backoff algorithm + JETTY-1070 Java Bayeux Client not sending /meta/disconnect on stop + JETTY-1074 JMX thread manipulation + JETTY-1077 HashSSORealm shares Principals between UserRealms + JETTY-1078 Automatic JSON Pojo Conversion + JETTY-1079 ResourceCollection.toString() can throw IllegalStateException + JETTY-1080 Ignore files that would be extracted outside the destination directory when unpacking WARs + JETTY-1081 Handle null content type in GzipFilter + JETTY-1084 Disable GzipFilter for HEAD requests + JETTY-1085 Allow url sessionID if cookie invalid + JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs + JETTY-1087 Chunked SSL non blocking input + JETTY-1098 Upgrade JSP to SJSAS-9_1_1-B60F-07_Jan_2009 + 283513 Check endp.isOpen when blocking read + 283818 fixed merge of forward parameters + 285006 Fixed NPE in AbstractConnector during shutdown + 286535 ContentExchange status code + 286911 Clean out cache when recycling HTTP fields + COMETD-7 max latency config for lazy messages + Added getSubscriptions to cometd client + Made unSubscribeAll public on cometd client + Removed clearing of queue in unSubscribeAll for cometd client + Update test-jndi and test-annotation examples for atomikos 3.5.5 + Clarified cometd interval timeout and allow per client intervals + Update Main.main method to call setWar + Added DebugHandler -- jesse mcconnell jesse.mcconnell@... --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Jetty 6.1.20 releasedJesse McConnell wrote, sometime around 27/08/09 18:29:
> Folks, > > Wanted to announce the release of jetty-6.1.20 has been put up and > will be available shortly from the maven central repo. I tried to build the Debian packages for this, but it didn't work so well - I installed fakeroot, debhelper and cdbs as guided by the README.TXT. Platform is Debian unstable amd64. Is this just because bits haven't made it through to the central maven repository yet? jetty-6.1.20/contrib/debian $ mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Jetty Deb Packages [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [enforcer:enforce {execution: enforce-java}] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [enforcer:enforce {execution: enforce-java}] [INFO] [source:jar {execution: attach-sources}] [INFO] [install:install {execution: default-install}] [INFO] Installing /tmp/jetty-6.1.20/contrib/debian/pom.xml to /home/russell_howe/.m2/repository/org/mortbay/jetty/jetty-deb/6.1.20/jetty-deb-6.1.20.pom [INFO] [antrun:run {execution: build debian}] [INFO] Executing tasks build-deb: [copy] Copying 52 files to /tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20 [copy] Copying 28 files to /tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20 [copy] Copying 1 file to /tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20/debian [exec] dpkg-buildpackage: set CFLAGS to default value: -g -O2 [exec] dpkg-buildpackage: set CPPFLAGS to default value: [exec] dpkg-buildpackage: set LDFLAGS to default value: [exec] dpkg-buildpackage: set FFLAGS to default value: -g -O2 [exec] dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 [exec] dpkg-buildpackage: source package jetty6 [exec] dpkg-buildpackage: source version 6.1-SNAPSHOT-1 [exec] dpkg-buildpackage: source changed by Greg Wilkins <gregw@...> [exec] dpkg-buildpackage: host architecture amd64 [exec] fakeroot debian/rules clean [exec] test -x debian/rules [exec] dh_testroot [exec] /usr/bin/make -f debian/rules reverse-config [exec] make[1]: Entering directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] make[1]: Nothing to be done for `reverse-config'. [exec] make[1]: Leaving directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi [exec] patches: [exec] if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi [exec] if [ "reverse-patches" != "reverse-patches" ] ; then \ [exec] /usr/bin/make -f debian/rules update-config ; \ [exec] fi [exec] for dir in debian/patches ; do \ [exec] rm -f $dir/*.log ; \ [exec] done [exec] dh_clean [exec] dpkg-source -b jetty6-6.1.20 [exec] dpkg-source: warning: source directory 'jetty6-6.1.20' is not <sourcepackage>-<upstreamversion> 'jetty6-6.1-SNAPSHOT' [exec] dpkg-source: info: using source format `1.0' [exec] dpkg-source: info: building jetty6 in jetty6_6.1-SNAPSHOT-1.tar.gz [exec] dpkg-source: info: building jetty6 in jetty6_6.1-SNAPSHOT-1.dsc [exec] debian/rules build [exec] test -x debian/rules [exec] mkdir -p "." [exec] /usr/bin/make -f debian/rules reverse-config [exec] make[1]: Entering directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] make[1]: Nothing to be done for `reverse-config'. [exec] make[1]: Leaving directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi [exec] patches: [exec] if [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi [exec] if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ [exec] /usr/bin/make -f debian/rules update-config ; \ [exec] fi [exec] fakeroot debian/rules binary [exec] make[1]: Entering directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] make[1]: Nothing to be done for `update-config'. [exec] make[1]: Leaving directory `/tmp/jetty-6.1.20/contrib/debian/target/jetty6-6.1.20' [exec] test -x debian/rules [exec] dh_testroot [exec] dh_clean -k [exec] dh_installdirs -A [exec] mkdir -p "." [exec] dh_installdirs -plibjetty6-java [exec] dh_installdirs -plibjetty6-extra-java [exec] dh_installdirs -plibjetty6-jsp-java [exec] dh_installdirs -pjetty6 [exec] dh_installdirs -pjetty6-examples [exec] dh_installdocs -plibjetty6-java [exec] dh_installexamples -plibjetty6-java [exec] dh_installman -plibjetty6-java [exec] dh_installinfo -plibjetty6-java [exec] dh_installmenu -plibjetty6-java [exec] dh_installcron -plibjetty6-java [exec] dh_installinit -plibjetty6-java [exec] dh_installdebconf -plibjetty6-java [exec] dh_installemacsen -plibjetty6-java [exec] dh_installcatalogs -plibjetty6-java [exec] dh_installpam -plibjetty6-java [exec] dh_installlogrotate -plibjetty6-java [exec] dh_installlogcheck -plibjetty6-java [exec] dh_installchangelogs -plibjetty6-java [exec] dh_installudev -plibjetty6-java [exec] dh_lintian -plibjetty6-java [exec] dh_install -plibjetty6-java [exec] cp: cannot stat `./lib/jetty-util-6.1.20.jar': No such file or directory [exec] dh_install: cp returned exit code 1 [exec] make: *** [binary-install/libjetty6-java] Error 1 [exec] dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 [exec] Result: 2 [exec] dpkg-deb: failed to open package info file `jetty6-6.1.20/debian/libjetty6-java/DEBIAN/control' for reading: No such file or directory [exec] Result: 2 [exec] dpkg-deb: failed to open package info file `jetty6-6.1.20/debian/libjetty6-extra-java/DEBIAN/control' for reading: No such file or directory [exec] Result: 2 [exec] dpkg-deb: failed to open package info file `jetty6-6.1.20/debian/jetty6/DEBIAN/control' for reading: No such file or directory [exec] Result: 2 [exec] dpkg-deb: failed to open package info file `jetty6-6.1.20/debian/jetty6-examples/DEBIAN/control' for reading: No such file or directory [exec] Result: 2 [exec] dpkg-deb: failed to open package info file `jetty6-6.1.20/debian/libjetty6-jsp-java/DEBIAN/control' for reading: No such file or directory [exec] Result: 2 [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19 seconds [INFO] Finished at: Fri Aug 28 11:03:22 BST 2009 [INFO] Final Memory: 24M/59M [INFO] ------------------------------------------------------------------------ -- Russell Howe, IT Manager. <rhowe@...> BMT Marine & Offshore Surveys Ltd. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |