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 D92A4200C60 for ; Mon, 24 Apr 2017 10:14:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7BAC160B99; Mon, 24 Apr 2017 08:14:09 +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 2F6F8160BA5 for ; Mon, 24 Apr 2017 10:14:09 +0200 (CEST) Received: (qmail 46464 invoked by uid 500); 24 Apr 2017 08:14:08 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 46450 invoked by uid 99); 24 Apr 2017 08:14:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2017 08:14:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F3399180BA9 for ; Mon, 24 Apr 2017 08:14:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9jsW5mulFLsV for ; Mon, 24 Apr 2017 08:14:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9D5E15FC57 for ; Mon, 24 Apr 2017 08:14:05 +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 C1478E0A6C for ; Mon, 24 Apr 2017 08:14:04 +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 2E7A021B59 for ; Mon, 24 Apr 2017 08:14:04 +0000 (UTC) Date: Mon, 24 Apr 2017 08:14:04 +0000 (UTC) From: "Peter van den Broek (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-7347) Support Swagger UI 3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Apr 2017 08:14:10 -0000 Peter van den Broek created CXF-7347: ---------------------------------------- Summary: Support Swagger UI 3 Key: CXF-7347 URL: https://issues.apache.org/jira/browse/CXF-7347 Project: CXF Issue Type: New Feature Reporter: Peter van den Broek Swagger UI 3.0.0 was released on 18 March 2017 and brings a full rewrite of the UI from the ground up. In this version, they've changed the directory structure to being flat with only a couple of files left. This means the CSS and JS files are now located in the root of the folder and most files have been merged or removed. Swagger2Feature contains an internal SwaggerUIResourceFilter that checks for files in these (no longer existing) subfolders, but does not find the new location of (for example) css files. The pattern it uses is: {code} .*[.]js|/css/.*|/images/.*|/lib/.*|.*ico|/fonts/.* {code} This no longer works, since it doesn't allow for files (other than JS and ICO) to be in the root folder. -- This message was sent by Atlassian JIRA (v6.3.15#6346)