Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A06A200D65 for ; Mon, 11 Dec 2017 07:20:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8867F160C21; Mon, 11 Dec 2017 06:20:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CE4BE160C09 for ; Mon, 11 Dec 2017 07:20:41 +0100 (CET) Received: (qmail 28832 invoked by uid 500); 11 Dec 2017 06:20:40 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 28821 invoked by uid 99); 11 Dec 2017 06:20:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2017 06:20:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F0F741A048D for ; Mon, 11 Dec 2017 06:20:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.08 X-Spam-Level: * X-Spam-Status: No, score=1.08 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id F9_saMdWKQ8f for ; Mon, 11 Dec 2017 06:20:37 +0000 (UTC) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2D4155F3B8 for ; Mon, 11 Dec 2017 06:20:37 +0000 (UTC) X-Originating-IP: 82.238.224.4 Received: from [192.168.134.109] (bre91-1-82-238-224-4.fbx.proxad.net [82.238.224.4]) (Authenticated sender: jb@nanthrax.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id E4C30C5A44 for ; Mon, 11 Dec 2017 07:20:30 +0100 (CET) Subject: Re: 4.1.4 release in December To: dev@karaf.apache.org References: <9cc137ad-710a-0e5b-133e-1273d7d24051@nanthrax.net> <978eb844-a6ae-fa78-428c-706b5b4b78b9@nanthrax.net> From: =?UTF-8?Q?Jean-Baptiste_Onofr=c3=a9?= Message-ID: <3a748419-e9d9-3456-5f4c-dfd1ff3e0221@nanthrax.net> Date: Mon, 11 Dec 2017 07:20:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit archived-at: Mon, 11 Dec 2017 06:20:42 -0000 No problem ! It happens sometime when cherry-pick ;) Regards JB On 12/10/2017 10:59 PM, luke@code-house.org wrote: > Hey Jean, > Yeah, I was committing this changes and obviously I missed a file which I had to bring back from 4.2.x test infra to 4.1.x. I was aware that this change is risky, however I didn’t get any Jenkins notification about build failure which made me think that everything went fine. It is my fault that I didn’t check CI build. > > Thank you very much for taking care about that, and once more - sorry for breaking it. > > Kind regards, > Lukasz > > >> On 10 Dec 2017, at 07:09, Jean-Baptiste Onofré wrote: >> >> Just fixed it. >> >> Regards >> JB >> >> On 12/10/2017 06:48 AM, Jean-Baptiste Onofré wrote: >>> By the way, >>> I saw that you merged/cherry-picked the addition of LDAPPubkeyLoginModule. >>> However, I guess you didn't test on Karaf 4.1.x branch and you broke the build: >>> https://builds.apache.org/view/K/view/Karaf/job/karaf-4.1.x/361/ >>> [INFO] ------------------------------------------------------------- >>> [ERROR] COMPILATION ERROR : >>> [INFO] ------------------------------------------------------------- >>> [ERROR] /home/jenkins/jenkins-slave/workspace/karaf-4.1.x/jaas/modules/src/test/java/org/apache/karaf/jaas/modules/ldap/LDAPPubkeyLoginModuleTest.java:[26,44] cannot find symbol >>> symbol: class PrincipalHelper >>> location: package org.apache.karaf.jaas.modules >>> I'm fixing it now. >>> Please, at least run a full build before pushing. >>> Thanks, >>> Regards >>> JB >>> On 12/10/2017 12:03 AM, Łukasz Dywicki wrote: >>>> Hey folks, >>>> I wanted to check with you if there is any work planned to be done with 4.1.x branch this month, as I would like to push some fixes & flush them out. >>>> These are needed for OpenHab community, which might not be as big as ODL but, it does run into troubles from time to time. >>>> >>>> As I never handled release, despite of having such possibility, I could try to do it and offload „standard” team members handling this task. >>>> >>>> Cheers, >>>> Łukasz Dywicki >>>> >> >> -- >> Jean-Baptiste Onofré >> jbonofre@apache.org >> http://blog.nanthrax.net >> Talend - http://www.talend.com > -- Jean-Baptiste Onofré jbonofre@apache.org http://blog.nanthrax.net Talend - http://www.talend.com