[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928403#comment-16928403
 ] 

ASF subversion and git services commented on JENA-1756:
---

Commit fa57c6072985b2486cdc18f9d3282c39576a404c in jena's branch 
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=fa57c60 ]

JENA-1756: Use java.time.format.DateTimeFormatter in DateTimeUtils


> Update jena dependencies
> 
>
> Key: JENA-1756
> URL: https://issues.apache.org/jira/browse/JENA-1756
> Project: Apache Jena
>  Issue Type: Bug
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.13.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following dependency updates can be done:
> jsonldjava  – 0.12.5
> commonslang3 -- 3.9
> commonscsv – 1.7
>  httpclient – 4.5.10
> micrometer – 1.2.1
>  commons-collections4  – 4.4
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928404#comment-16928404
 ] 

ASF subversion and git services commented on JENA-1756:
---

Commit 110309f531fc18a19a65c603e79e2e2c086601e5 in jena's branch 
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=110309f ]

Merge pull request #603 from afs/dependency-updates

JENA-1756: Dependency updates

> Update jena dependencies
> 
>
> Key: JENA-1756
> URL: https://issues.apache.org/jira/browse/JENA-1756
> Project: Apache Jena
>  Issue Type: Bug
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.13.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following dependency updates can be done:
> jsonldjava  – 0.12.5
> commonslang3 -- 3.9
> commonscsv – 1.7
>  httpclient – 4.5.10
> micrometer – 1.2.1
>  commons-collections4  – 4.4
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928402#comment-16928402
 ] 

ASF subversion and git services commented on JENA-1756:
---

Commit d26c4fe1be0281c7fc8873bd64b1321a40673195 in jena's branch 
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=d26c4fe ]

JENA-1756: Dependency updates


> Update jena dependencies
> 
>
> Key: JENA-1756
> URL: https://issues.apache.org/jira/browse/JENA-1756
> Project: Apache Jena
>  Issue Type: Bug
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.13.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following dependency updates can be done:
> jsonldjava  – 0.12.5
> commonslang3 -- 3.9
> commonscsv – 1.7
>  httpclient – 4.5.10
> micrometer – 1.2.1
>  commons-collections4  – 4.4
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-11 Thread Andy Seaborne (Jira)


[ 
https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16927930#comment-16927930
 ] 

Andy Seaborne commented on JENA-1756:
-

Apache Commons Lang3  (3.4 to 3.9) introduces one change in {{DateTimeUtils}} 
(date and time formatting code). The {{FastDateFormat}} class does not handle 
timezones correctly (or at least, 3.4 and 3.9 behave differently with 3.9 
always outputting as UTC).

The solution is to swap to {{java.time.format.DateTimeFormatter}}.

 

> Update jena dependencies
> 
>
> Key: JENA-1756
> URL: https://issues.apache.org/jira/browse/JENA-1756
> Project: Apache Jena
>  Issue Type: Bug
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.13.0
>
>
> The following dependency updates can be done:
> jsonldjava  – 0.12.5
> commonslang3 -- 3.9
> commonscsv – 1.7
>  httpclient – 4.5.10
> micrometer – 1.2.1
>  commons-collections4  – 4.4
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)