You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/01/31 16:31:27 UTC

[4/6] syncope git commit: Upgrading Swagger UI

Upgrading Swagger UI


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/07b12385
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/07b12385
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/07b12385

Branch: refs/heads/master
Commit: 07b12385b9f6875f5d29c962a6088baf2c9a6f4f
Parents: b812f8d
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Jan 31 17:00:43 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Jan 31 17:29:05 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/META-INF/resources/swagger/index.html     | 4 +++-
 pom.xml                                                          | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/07b12385/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
----------------------------------------------------------------------
diff --git a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
index 3a033c9..6df05db 100644
--- a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
+++ b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
@@ -20,6 +20,7 @@ under the License.
 <html>
 <head>
   <meta charset="UTF-8">
+  <meta http-equiv="x-ua-compatible" content="IE=edge">
   <!-- <ApacheSyncope -->
   <!--<title>Swagger UI</title>-->
   <title>Swagger UI - Apache Syncope ${syncope.version}</title>
@@ -102,7 +103,8 @@ under the License.
         docExpansion: "none",
         jsonEditor: false,
         defaultModelRendering: 'schema',
-        showRequestHeaders: false
+        showRequestHeaders: false,
+        showOperationIds: false
       });
 
       // <ApacheSyncope>

http://git-wip-us.apache.org/repos/asf/syncope/blob/07b12385/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 96c9cd6..ede31d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@ under the License.
     <activiti-modeler.directory>${project.build.directory}/activiti-modeler</activiti-modeler.directory>
 
     <swagger-core.version>1.5.12</swagger-core.version>    
-    <swagger-ui.version>2.2.8</swagger-ui.version>
+    <swagger-ui.version>2.2.10</swagger-ui.version>
 
     <jquery.version>2.2.4</jquery.version>
     <jquery-ui.version>1.11.4</jquery-ui.version>