[jira] [Resolved] (ISIS-2261) Allow the baseUri of the RO viewer to be overridden

2020-01-14 Thread Daniel Keir Haywood (Jira)


 [ 
https://issues.apache.org/jira/browse/ISIS-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Keir Haywood resolved ISIS-2261.
---
Resolution: Fixed

> Allow the baseUri of the RO viewer to be overridden
> ---
>
> Key: ISIS-2261
> URL: https://issues.apache.org/jira/browse/ISIS-2261
> Project: Isis
>  Issue Type: Improvement
>  Components: Core: Viewer: RestfulObjects
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>
> When running a webapp with a reverse proxy, where the reverse proxy does the 
> https:// thing but the webapp itself only runs on [http://,|http://%2C/] then 
> the baseUri that the RO viewer infers from the injected UriInfo (in 
> ResourceAbstract) will have the incorrect baseUri.
> {code:java}
> public class ResourceAbstract {
> @javax.ws.rs.core.Context UriInfo uriInfo; 
> ...
> }{code}
> There doesn't seem to be anyway to tell JAXRS that the webapp is running 
> behind a reverse proxy, so i think that we'll need to provide some sort of 
> config parameter to allow the baseUri (scheme, hostname and port) to be 
> overridden if required.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17015374#comment-17015374
 ] 

ASF subversion and git services commented on ISIS-2263:
---

Commit 230d6714f5c8c459f75718d613eb27e888e7a2eb in isis's branch 
refs/heads/2263-Update_RO_spec from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=230d671 ]

ISIS-2263: revert ui.yml to its former untainted state

> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17015372#comment-17015372
 ] 

ASF subversion and git services commented on ISIS-2263:
---

Commit d95e0125ceb5f18a4dfb8b93494bb9931e1202ab in isis's branch 
refs/heads/2263-Update_RO_spec from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d95e012 ]

ISIS-2263: remove the oid state (transient/viewmodel/persistent)

> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17015345#comment-17015345
 ] 

ASF subversion and git services commented on ISIS-2263:
---

Commit d6759fd43053abc78170995eeff9fb80eb285432 in isis's branch 
refs/heads/2263-Update_RO_spec from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d6759fd ]

ISIS-2263: bump schema XSDs to v2/2.0 (smoketests)

> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17015339#comment-17015339
 ] 

ASF subversion and git services commented on ISIS-2263:
---

Commit af17748288bc14b3a2cbe8cabe41bf40eb3cbf1f in isis's branch 
refs/heads/2263-Update_RO_spec from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=af17748 ]

ISIS-2263: re-implement java.time facet factories

> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17015340#comment-17015340
 ] 

ASF subversion and git services commented on ISIS-2263:
---

Commit a18e1be8065b6afc1dc3034469d875e4da3006ce in isis's branch 
refs/heads/2263-Update_RO_spec from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a18e1be ]

ISIS-2263: bump schema XSDs to v2/2.0

> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread Andi Huber (Jira)


 [ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Huber updated ISIS-2263:
-
Description: 
New supported types, from java.time:
 LOCAL_DATE_TIME("localDateTime")
 LOCAL_DATE("localDate")
 LOCAL_TIME("localTime")
 OFFSET_DATE_TIME("offsetDateTime")
 OFFSET_TIME("offsetTime")
 ZONED_DATE_TIME("zonedDateTime")

also remove deprecated BookmarkObjectState
also bump all xsd versions to 2.0

 

  was:
New supported types, from java.time:
 LOCAL_DATE_TIME("localDateTime")
 LOCAL_DATE("localDate")
 LOCAL_TIME("localTime")
 OFFSET_DATE_TIME("offsetDateTime")
 OFFSET_TIME("offsetTime")
 ZONED_DATE_TIME("zonedDateTime")

also remove deprecated BookmarkObjectState

 


> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
> also bump all xsd versions to 2.0
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread Andi Huber (Jira)


 [ 
https://issues.apache.org/jira/browse/ISIS-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Huber updated ISIS-2263:
-
Description: 
New supported types, from java.time:
 LOCAL_DATE_TIME("localDateTime")
 LOCAL_DATE("localDate")
 LOCAL_TIME("localTime")
 OFFSET_DATE_TIME("offsetDateTime")
 OFFSET_TIME("offsetTime")
 ZONED_DATE_TIME("zonedDateTime")

also remove deprecated BookmarkObjectState

 

  was:
New supported types, from java.time:
LOCAL_DATE_TIME("localDateTime")
LOCAL_DATE("localDate")
LOCAL_TIME("localTime")
OFFSET_DATE_TIME("offsetDateTime")
OFFSET_TIME("offsetTime")
ZONED_DATE_TIME("zonedDateTime")


> Update RO spec in support of java.time
> --
>
> Key: ISIS-2263
> URL: https://issues.apache.org/jira/browse/ISIS-2263
> Project: Isis
>  Issue Type: Improvement
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> New supported types, from java.time:
>  LOCAL_DATE_TIME("localDateTime")
>  LOCAL_DATE("localDate")
>  LOCAL_TIME("localTime")
>  OFFSET_DATE_TIME("offsetDateTime")
>  OFFSET_TIME("offsetTime")
>  ZONED_DATE_TIME("zonedDateTime")
> also remove deprecated BookmarkObjectState
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ISIS-2263) Update RO spec in support of java.time

2020-01-14 Thread Andi Huber (Jira)
Andi Huber created ISIS-2263:


 Summary: Update RO spec in support of java.time
 Key: ISIS-2263
 URL: https://issues.apache.org/jira/browse/ISIS-2263
 Project: Isis
  Issue Type: Improvement
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 2.0.0


New supported types, from java.time:
LOCAL_DATE_TIME("localDateTime")
LOCAL_DATE("localDate")
LOCAL_TIME("localTime")
OFFSET_DATE_TIME("offsetDateTime")
OFFSET_TIME("offsetTime")
ZONED_DATE_TIME("zonedDateTime")



--
This message was sent by Atlassian Jira
(v8.3.4#803005)