[jira] [Updated] (THRIFT-4294) Java Configure Fails for Ant >= 1.10

2017-08-28 Thread Mike Rettig (JIRA)

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

Mike Rettig updated THRIFT-4294:

Description: The configure step enables building the java lib if the ant 
version is >= 1.7.  Unfortunately this check fails for ant 1.10 which is the 
latest version. The library builds fine with 1.10.  (was: The configure enables 
building the java lib if the ant version is >= 1.7.  Unfortunately this check 
fails for ant 1.10 which is the latest version. The library builds fine with 
1.10.)

> Java Configure Fails for Ant >= 1.10
> 
>
> Key: THRIFT-4294
> URL: https://issues.apache.org/jira/browse/THRIFT-4294
> Project: Thrift
>  Issue Type: Bug
>  Components: Java - Library
>Affects Versions: 0.12.0
>Reporter: Mike Rettig
>  Labels: ant_build_system
>
> The configure step enables building the java lib if the ant version is >= 
> 1.7.  Unfortunately this check fails for ant 1.10 which is the latest 
> version. The library builds fine with 1.10.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (THRIFT-4294) Java Configure Fails for Ant >= 1.10

2017-08-28 Thread Mike Rettig (JIRA)
Mike Rettig created THRIFT-4294:
---

 Summary: Java Configure Fails for Ant >= 1.10
 Key: THRIFT-4294
 URL: https://issues.apache.org/jira/browse/THRIFT-4294
 Project: Thrift
  Issue Type: Bug
  Components: Java - Library
Affects Versions: 0.12.0
Reporter: Mike Rettig


The configure enables building the java lib if the ant version is >= 1.7.  
Unfortunately this check fails for ant 1.10 which is the latest version. The 
library builds fine with 1.10.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] thrift pull request #1337: THRIFT-4292: Implement TimerManager::remove()

2017-08-28 Thread Typz
GitHub user Typz opened a pull request:

https://github.com/apache/thrift/pull/1337

THRIFT-4292: Implement TimerManager::remove()



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Typz/thrift THRIFT-4292

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1337.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1337


commit 177c9ea5a246f296857bb62288befa5acc295902
Author: Francois Ferrand 
Date:   2017-08-25T07:01:26Z

THRIFT-4292: Implement TimerManager::remove()




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (THRIFT-4292) TimerManager::remove() is not implemented

2017-08-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-4292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16143506#comment-16143506
 ] 

ASF GitHub Bot commented on THRIFT-4292:


GitHub user Typz opened a pull request:

https://github.com/apache/thrift/pull/1337

THRIFT-4292: Implement TimerManager::remove()



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Typz/thrift THRIFT-4292

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/thrift/pull/1337.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1337


commit 177c9ea5a246f296857bb62288befa5acc295902
Author: Francois Ferrand 
Date:   2017-08-25T07:01:26Z

THRIFT-4292: Implement TimerManager::remove()




> TimerManager::remove() is not implemented
> -
>
> Key: THRIFT-4292
> URL: https://issues.apache.org/jira/browse/THRIFT-4292
> Project: Thrift
>  Issue Type: Bug
>  Components: C++ - Library
>Reporter: Francois Ferrand
>
> The function is currently not implemented.
> This is not critical for Thrift, since it is not used there, but prevents 
> using it in thrift-based code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)