Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] About cdt errors with Java version update

Hello Hava,

I assume along with your upgrade of your Java version you have updated to a newer CDT version too? The class you refer to was removed over 5 years ago as it was part of CDI removal[1] that was announced in 2015[2] after having been deprecated and unmaintained for many years before that (can't find official announcement on deprecation, but the project lead of CDT in 2011 called the code deprecated[3]).

There are notes that were written at the time of the removal[4] that can help you if you still depend on CDI. Note that sometimes your codebase/dependency is not a very hard dependency to resolve, e.g. I have had a case where there were simply a few constants being referred to, rather than logic.

I hope that helps, 
Jonah


On Mon, 4 Oct 2021 at 02:34, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hello All,

We have migrated from Java 1.8 to Java 11. That's why I'm having trouble finding up-to-date equivalents for some Cdt GDBJtag classes. For example, what is the up-to-date equivalent of the org.eclipse.cdt.debug.core GDBJtagDebugger class?

Thanks in advance for your support,
Yours sincerely
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top