[jira] [Commented] (TAMAYA-363) extraneous CORBA import

2018-11-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693253#comment-16693253
 ] 

ASF GitHub Bot commented on TAMAYA-363:
---

Github user acoburn commented on the issue:

https://github.com/apache/incubator-tamaya-extensions/pull/15
  
Resolved via 
https://github.com/apache/incubator-tamaya-extensions/commit/13cb4230a9de60db497c1421c386d42f9790c0ec


> extraneous CORBA import
> ---
>
> Key: TAMAYA-363
> URL: https://issues.apache.org/jira/browse/TAMAYA-363
> Project: Tamaya
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Aaron Coburn
>Assignee: Anatole Tresch
>Priority: Minor
> Fix For: 0.4-incubating
>
>
> The FrozenConfigurationTest class in the tamaya-events module imports a CORBA 
> module (which doesn't exist on JDK 11) but never uses it. The import can be 
> removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-363) extraneous CORBA import

2018-11-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16693254#comment-16693254
 ] 

ASF GitHub Bot commented on TAMAYA-363:
---

Github user acoburn closed the pull request at:

https://github.com/apache/incubator-tamaya-extensions/pull/15


> extraneous CORBA import
> ---
>
> Key: TAMAYA-363
> URL: https://issues.apache.org/jira/browse/TAMAYA-363
> Project: Tamaya
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Aaron Coburn
>Assignee: Anatole Tresch
>Priority: Minor
> Fix For: 0.4-incubating
>
>
> The FrozenConfigurationTest class in the tamaya-events module imports a CORBA 
> module (which doesn't exist on JDK 11) but never uses it. The import can be 
> removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-363) extraneous CORBA import

2018-11-19 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692392#comment-16692392
 ] 

ASF subversion and git services commented on TAMAYA-363:


Commit 13cb4230a9de60db497c1421c386d42f9790c0ec in 
incubator-tamaya-extensions's branch refs/heads/master from [~anatole]
[ 
https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya-extensions.git;h=13cb423
 ]

TAMAYA-363 Remove useless CORBA.Any import.


> extraneous CORBA import
> ---
>
> Key: TAMAYA-363
> URL: https://issues.apache.org/jira/browse/TAMAYA-363
> Project: Tamaya
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Aaron Coburn
>Assignee: Anatole Tresch
>Priority: Minor
> Fix For: 0.4-incubating
>
>
> The FrozenConfigurationTest class in the tamaya-events module imports a CORBA 
> module (which doesn't exist on JDK 11) but never uses it. The import can be 
> removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TAMAYA-363) extraneous CORBA import

2018-11-19 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TAMAYA-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16692105#comment-16692105
 ] 

ASF GitHub Bot commented on TAMAYA-363:
---

GitHub user acoburn opened a pull request:

https://github.com/apache/incubator-tamaya-extensions/pull/15

TAMAYA-363 Remove extraneous CORBA import

The CORBA package isn't available on JDK 11, and the `Any` class is not 
used in this class, so this commit simply removes the import.

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

$ git pull https://github.com/acoburn/incubator-tamaya-extensions TAMAYA-363

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

https://github.com/apache/incubator-tamaya-extensions/pull/15.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 #15


commit 6fd20345fea740f61e7709770c0e0bb6d9c9462d
Author: Aaron Coburn 
Date:   2018-11-19T18:44:14Z

TAMAYA-363 Remove extraneous CORBA import




> extraneous CORBA import
> ---
>
> Key: TAMAYA-363
> URL: https://issues.apache.org/jira/browse/TAMAYA-363
> Project: Tamaya
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Aaron Coburn
>Priority: Minor
> Fix For: 0.4-incubating
>
>
> The FrozenConfigurationTest class in the tamaya-events module imports a CORBA 
> module (which doesn't exist on JDK 11) but never uses it. The import can be 
> removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)