[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)

2015-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938269#comment-14938269
 ] 

ASF subversion and git services commented on LUCENE-6594:
-

Commit 1706128 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1706128 ]

LUCENE-6594: Update forbiddenapis to 2.0

> Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)
> ---
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk, 5.4
>
> Attachments: LUCENE-6594.patch
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk

2015-09-30 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938239#comment-14938239
 ] 

Uwe Schindler commented on LUCENE-6594:
---

Forbidden-Apis 2.0 was released a minute ago. I will provide a patch that 
reverts the last commit and also cleans up Ant build to use the new "arbitrary 
ANT resource" feature for signatures.

> Add java.time forbidden-apis to trunk
> -
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)

2015-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938274#comment-14938274
 ] 

ASF subversion and git services commented on LUCENE-6594:
-

Commit 1706130 from [~thetaphi] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1706130 ]

Merged revision(s) 1706128 from lucene/dev/trunk:
LUCENE-6594: Update forbiddenapis to 2.0

> Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)
> ---
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk, 5.4
>
> Attachments: LUCENE-6594.patch
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)

2015-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938279#comment-14938279
 ] 

ASF subversion and git services commented on LUCENE-6594:
-

Commit 1706132 from [~thetaphi] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1706132 ]

Merged revision(s) 1706131 from lucene/dev/trunk:
LUCENE-6594: Add missing changes entry

> Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)
> ---
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk, 5.4
>
> Attachments: LUCENE-6594.patch
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)

2015-09-30 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938276#comment-14938276
 ] 

ASF subversion and git services commented on LUCENE-6594:
-

Commit 1706131 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1706131 ]

LUCENE-6594: Add missing changes entry

> Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)
> ---
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk, 5.4
>
> Attachments: LUCENE-6594.patch
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)

2015-09-30 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14938260#comment-14938260
 ] 

Robert Muir commented on LUCENE-6594:
-

+1

> Add java.time forbidden-apis to trunk (update to forbiddenapis 2.0)
> ---
>
> Key: LUCENE-6594
> URL: https://issues.apache.org/jira/browse/LUCENE-6594
> Project: Lucene - Core
>  Issue Type: Improvement
>  Components: general/build
>Reporter: Uwe Schindler
>Assignee: Uwe Schindler
> Fix For: Trunk, 5.4
>
> Attachments: LUCENE-6594.patch
>
>
> The current version of forbiddenapis misses to add the new java.time APIs of 
> Java 8, Some of the methods use default Locale or default Timezone.
> Until a new version of forbidden-apis is released, I would like to add those 
> APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
> code in trunk using java.time (IndexWriter logging), so we should take care 
> of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk

2015-06-20 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594478#comment-14594478
 ] 

Uwe Schindler commented on LUCENE-6594:
---

This is the commit in forbidden-apis: 
https://github.com/policeman-tools/forbidden-apis/commit/c34a02afcd7856478e9adfd32be2fc5bf82ca268

 Add java.time forbidden-apis to trunk
 -

 Key: LUCENE-6594
 URL: https://issues.apache.org/jira/browse/LUCENE-6594
 Project: Lucene - Core
  Issue Type: Improvement
  Components: general/build
Reporter: Uwe Schindler
Assignee: Uwe Schindler
 Fix For: Trunk


 The current version of forbiddenapis misses to add the new java.time APIs of 
 Java 8, Some of the methods use default Locale or default Timezone.
 Until a new version of forbidden-apis is released, I would like to add those 
 APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
 code in trunk using java.time (IndexWriter logging), so we should take care 
 of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk

2015-06-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594484#comment-14594484
 ] 

ASF subversion and git services commented on LUCENE-6594:
-

Commit 1686537 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1686537 ]

LUCENE-6594: Add missing Java 8 signatures (revert this as soon as 
forbidden-apis was updated)

 Add java.time forbidden-apis to trunk
 -

 Key: LUCENE-6594
 URL: https://issues.apache.org/jira/browse/LUCENE-6594
 Project: Lucene - Core
  Issue Type: Improvement
  Components: general/build
Reporter: Uwe Schindler
Assignee: Uwe Schindler
 Fix For: Trunk


 The current version of forbiddenapis misses to add the new java.time APIs of 
 Java 8, Some of the methods use default Locale or default Timezone.
 Until a new version of forbidden-apis is released, I would like to add those 
 APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
 code in trunk using java.time (IndexWriter logging), so we should take care 
 of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6594) Add java.time forbidden-apis to trunk

2015-06-20 Thread Uwe Schindler (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14594485#comment-14594485
 ] 

Uwe Schindler commented on LUCENE-6594:
---

I leave this issue open until forbidden-apis has a new version released!

 Add java.time forbidden-apis to trunk
 -

 Key: LUCENE-6594
 URL: https://issues.apache.org/jira/browse/LUCENE-6594
 Project: Lucene - Core
  Issue Type: Improvement
  Components: general/build
Reporter: Uwe Schindler
Assignee: Uwe Schindler
 Fix For: Trunk


 The current version of forbiddenapis misses to add the new java.time APIs of 
 Java 8, Some of the methods use default Locale or default Timezone.
 Until a new version of forbidden-apis is released, I would like to add those 
 APIs to the Trunk (Java 8) base.txt signatures list. We already have some 
 code in trunk using java.time (IndexWriter logging), so we should take care 
 of that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org