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 BB76C200C10 for ; Fri, 3 Feb 2017 23:26:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BA15C160B55; Fri, 3 Feb 2017 22:26:59 +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 109F5160B43 for ; Fri, 3 Feb 2017 23:26:58 +0100 (CET) Received: (qmail 42720 invoked by uid 500); 3 Feb 2017 22:26:58 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 42683 invoked by uid 99); 3 Feb 2017 22:26:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2017 22:26:57 +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 6EE4CC180E for ; Fri, 3 Feb 2017 22:26:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.28 X-Spam-Level: X-Spam-Status: No, score=-1.28 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qY1bYoEZWEl3 for ; Fri, 3 Feb 2017 22:26:56 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6BD815F4E7 for ; Fri, 3 Feb 2017 22:26:56 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AA241E0591 for ; Fri, 3 Feb 2017 22:26:52 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DBEA12528E for ; Fri, 3 Feb 2017 22:26:51 +0000 (UTC) Date: Fri, 3 Feb 2017 22:26:51 +0000 (UTC) From: "Hudson (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TOBAGO-1674) Allow programmatic configuration in addition to tobago-config.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Feb 2017 22:26:59 -0000 [ https://issues.apache.org/jira/browse/TOBAGO-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852217#comment-15852217 ] Hudson commented on TOBAGO-1674: -------------------------------- SUCCESS: Integrated in Jenkins build Tobago Trunk Sonar #10 (See [https://builds.apache.org/job/Tobago%20Trunk%20Sonar/10/]) TOBAGO-1674: Allow programmatic configuration in addition to tobago-config.xml (deki: [http://svn.apache.org/viewvc/?view=rev&rev=1781554]) * (edit) tobago-trunk-sonar/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigBuilder.java * (edit) tobago-trunk-sonar/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoServletContextListener.java TOBAGO-1674: avoid NPE (deki: [http://svn.apache.org/viewvc/?view=rev&rev=1781546]) * (edit) tobago-trunk-sonar/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigImpl.java > Allow programmatic configuration in addition to tobago-config.xml > ----------------------------------------------------------------- > > Key: TOBAGO-1674 > URL: https://issues.apache.org/jira/browse/TOBAGO-1674 > Project: MyFaces Tobago > Issue Type: Improvement > Components: Core > Affects Versions: 3.0.0 > Reporter: Dennis Kieselhorst > Assignee: Dennis Kieselhorst > Fix For: 3.1.0 > > > Currently Tobago is configured using a tobago-config.xml file. TobagoConfigBuilder doesn't allow to specify parameters programmatically and TobagoConfigImpl cannot be instantiated from outside the package. > We need to improve it to allow Spring auto configuration. See draft for org.joinfaces.tobago.TobagoServletContextConfigurer in: https://github.com/deki/joinfaces/tree/tobago -- This message was sent by Atlassian JIRA (v6.3.15#6346)