Return-Path: X-Original-To: apmail-cocoon-dev-archive@www.apache.org Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38A5F18FFA for ; Mon, 26 Oct 2015 14:36:56 +0000 (UTC) Received: (qmail 93183 invoked by uid 500); 26 Oct 2015 14:30:16 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 93111 invoked by uid 500); 26 Oct 2015 14:30:16 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 93101 invoked by uid 99); 26 Oct 2015 14:30:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 14:30:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D2693C296B for ; Mon, 26 Oct 2015 14:30:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.192 X-Spam-Level: *** X-Spam-Status: No, score=3.192 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.213, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hDHsVyJCtwr6 for ; Mon, 26 Oct 2015 14:30:09 +0000 (UTC) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B772E439BC for ; Mon, 26 Oct 2015 14:30:08 +0000 (UTC) Received: by lffv3 with SMTP id v3so150444569lff.0 for ; Mon, 26 Oct 2015 07:30:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=UUckPmC1zu4ZTTsBz0R9oGogGrmmJzv7Ct1VASmzH/Q=; b=VtKYt60rxsLHlmHgHyjjS5rj6O24qw74FhLOPBBoxEy3jBD+Utx3kFTXDNMXbqFPFw elpRg4SDeeI0qK4y9BQVwVOn70GbQKa8J+kF2uYUiHlp69VmWxH8YBszA46m4jKchKnZ M5f9malTF6H37kdfjgUTg+x1R6GaMkd6iGwXbkEAwkGAU+1fHAJxX0RoF8ZHXTL7WHTq Nxu7OHC24ihxOF0zNkx2bWHe/E4FCnXlpRn+C6xUI18GNlzJXX6W3M/PqXViY9YIbob2 xerpmImJh0f+gzp05UlyUjxg/JJwp70h4fgzCfglpeT0aXPa9VLF+vER5VE4JWz8yqcy Uwug== X-Received: by 10.112.161.138 with SMTP id xs10mr16667920lbb.47.1445869807625; Mon, 26 Oct 2015 07:30:07 -0700 (PDT) MIME-Version: 1.0 References: <562DD788.8070806@apache.org> In-Reply-To: <562DD788.8070806@apache.org> From: Leszek Gawron Date: Mon, 26 Oct 2015 14:29:57 +0000 Message-ID: Subject: Re: Cocoon 2.2 with Java 8 and Spring Framework 4.2? To: dev@cocoon.apache.org Content-Type: multipart/alternative; boundary=001a11c31bd0466cd7052302cc01 --001a11c31bd0466cd7052302cc01 Content-Type: text/plain; charset=UTF-8 > > > Hi Gabriel, > I do run actually few Cocoon instances in production, but that's > 3.0.0(-beta-1-SNAPSHOT...). I used to run Cocoon 2.1.X as well. > > Unfortunately, I am not very confident with 2.2, but if you would like to > provide some patches against Spring Configurator [1] or any other component > to bring them to latest Spring version, I would be happy to review and > handle your contribution(s). > > Please be sure to review our contribution docs[2]. > > I am successfully running spring 4.0.6 with cocoon 2.2 in production. I had to patch: - cocoon-pipeline-impl - cocoon-servlet-service-impl - cocoon-sitemap-impl anything higher in spring version fails. I do not recall the actual problems but they were deep in cocoon internals and I was unable to debug it properly. I have not been commiting those to cocoon repo as I have too little knowledge how these changes might affect cocoon overall. I could create a branch and commit my changes for someone more experienced than me. WDYT? --001a11c31bd0466cd7052302cc01 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=

Hi Gabriel,
I do run actually few Cocoon instances in production, but that's 3.0.0(-beta-1-SNAPSHOT...). I used to run Cocoon 2.1.X as well.

Unfortunately, I am not very confident with 2.2, but if you would like to provide some patches against Spring Configurator [1] or any other component to bring them to latest Spring version, I would be happy to review and handle your contribution(s).

Please be sure to review our contribution docs[2].


I am = successfully running spring 4.0.6 with cocoon 2.2 in production.=C2=A0

I had to patch:
- cocoon-pipeline-impl
=
- cocoon-servlet-service-impl
- cocoon-sitemap-impl

anything higher in spring version fails. I do not recall t= he actual problems but they were deep in cocoon internals and I was unable = to debug it properly.

I have not been commiting th= ose to cocoon repo as I have too little knowledge how these changes might a= ffect cocoon overall. I could create a branch and commit my changes for som= eone more experienced than me.

WDYT?
=C2= =A0
--001a11c31bd0466cd7052302cc01--