[
https://issues.apache.org/jira/browse/TAMAYA-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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 <acoburn@...>
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)