You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/12/22 13:22:54 UTC

[isis] branch master updated (749f8a7 -> fa9fb3f)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 749f8a7  ISIS-1789: metamodel validator for queries now is a no-op if the language is not "JDOQL"
     new 1e59a67  ISIS-1771: bumps to latest 3.0.x resteasy version
     new fa9fb3f  ISIS-1777: converts swagger to use relative paths

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml                                                        | 2 +-
 .../application/helloworld/src/main/webapp/swagger-ui/index.html    | 6 +++---
 .../simpleapp/webapp/src/main/webapp/swagger-ui/index.html          | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].

[isis] 02/02: ISIS-1777: converts swagger to use relative paths

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit fa9fb3f4247cf9d817fd65eedbbd79d93e0bc5a5
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 22 13:22:41 2017 +0000

    ISIS-1777: converts swagger to use relative paths
---
 .../application/helloworld/src/main/webapp/swagger-ui/index.html    | 6 +++---
 .../simpleapp/webapp/src/main/webapp/swagger-ui/index.html          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/example/application/helloworld/src/main/webapp/swagger-ui/index.html b/example/application/helloworld/src/main/webapp/swagger-ui/index.html
index be49b27..bdc825f 100644
--- a/example/application/helloworld/src/main/webapp/swagger-ui/index.html
+++ b/example/application/helloworld/src/main/webapp/swagger-ui/index.html
@@ -150,9 +150,9 @@
                 <div class='input'><input placeholder="pass" id="input_pass" name="pass" type="password" size="10"/></div>
 
                 <select id="input_baseUrl" name="baseUrl" style="height: 26px;">
-                    <option id="private" label="private" value="/restful/swagger/private"></option>
-                    <option id="public" label="public" value="/restful/swagger/public"></option>
-                    <option id="prototyping" label="prototyping" value="/restful/swagger/prototyping"></option>
+                    <option id="private" label="private" value="../../restful/swagger/private"></option>
+                    <option id="public" label="public" value="../../restful/swagger/public"></option>
+                    <option id="prototyping" label="prototyping" value="../../restful/swagger/prototyping"></option>
                 </select>
             </div>
             <div class='input' style="display:none;"><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
diff --git a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
index be49b27..bdc825f 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
+++ b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
@@ -150,9 +150,9 @@
                 <div class='input'><input placeholder="pass" id="input_pass" name="pass" type="password" size="10"/></div>
 
                 <select id="input_baseUrl" name="baseUrl" style="height: 26px;">
-                    <option id="private" label="private" value="/restful/swagger/private"></option>
-                    <option id="public" label="public" value="/restful/swagger/public"></option>
-                    <option id="prototyping" label="prototyping" value="/restful/swagger/prototyping"></option>
+                    <option id="private" label="private" value="../../restful/swagger/private"></option>
+                    <option id="public" label="public" value="../../restful/swagger/public"></option>
+                    <option id="prototyping" label="prototyping" value="../../restful/swagger/prototyping"></option>
                 </select>
             </div>
             <div class='input' style="display:none;"><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.

[isis] 01/02: ISIS-1771: bumps to latest 3.0.x resteasy version

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 1e59a675dc07488a663d95927bb00c1b5fcec912
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 22 13:11:30 2017 +0000

    ISIS-1771: bumps to latest 3.0.x resteasy version
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 2e61f0b..21ed3c9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -135,7 +135,7 @@
         <!-- using 2.3.3 throws SQL exception in simpleapp integtests -->
         <hsqldb.version>2.3.4</hsqldb.version>
         <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
-        <resteasy-jaxrs.version>3.0.17.Final</resteasy-jaxrs.version>
+        <resteasy-jaxrs.version>3.0.24.Final</resteasy-jaxrs.version>
 
         <jetty.version>9.4.3.v20170317</jetty.version>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.