Btw, how you see this error?

If you can append a test project I will take a close look.
-------------
Freeman(Yue) Fang

Red Hat, Inc. 





> On Jun 6, 2019, at 7:35 AM, Freeman Fang <freeman.f...@gmail.com> wrote:
> 
> Hi Nicola,
> 
> Since JDK11, java.activation module was removed from JDK, so you shouldn’t 
> use this module anymore. Instead,  you should use 3rd party lib one.
> 
> -------------
> Freeman(Yue) Fang
> 
> Red Hat, Inc. 
> 
> 
> 
> 
> 
>> On Jun 6, 2019, at 4:23 AM, Nicola Buso <nb...@ebi.ac.uk 
>> <mailto:nb...@ebi.ac.uk>> wrote:
>> 
>> Hi everyone,
>> 
>> in our application we started looking at updating to OpenJDK 11 (from a
>> Fedora distro for now)
>> 
>> ---
>> Apache Maven 3.5.4 (Red Hat 3.5.4-5)
>> Java version: 11.0.3, vendor: Oracle Corporation, runtime:
>> /usr/lib/jvm/java-11-openjdk-11.0.3.7-5.fc30.x86_64
>> ---
>> 
>> I'm compiling against CXF 3.3.2 and getting the following error:
>> 
>> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
>> plugin:3.8.1:compile (default-compile) on project ebinocle-web:
>> Compilation failure
>> [ERROR] module not found: java.activation
>> 
>> If I 'require' java.activation in my java module I will get in trouble
>> because all other dependencies are using jakarta.activation as a
>> requirement.
>> 
>> What is the plan for CXF? are you going to move to jakarta.activation
>> or do you have different suggestions?
>> 
>> 
>> 
>> Nicola
>> 
>> 
>> -- 
>> Nicola Buso
>> Software Engineer - Web Production Team
>> 
>> European Bioinformatics Institute (EMBL-EBI)
>> European Molecular Biology Laboratory
>> 
>> Wellcome Trust Genome Campus
>> Hinxton
>> Cambridge CB10 1SD
>> United Kingdom
>> 
>> URL: http://www.ebi.ac.uk <http://www.ebi.ac.uk/>
>> 
>> 
>> 
> 

Reply via email to