quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

Deprecate or remove `io.quarkus.test.common.DefineClassVisibleClassLoader` #43730

Open dmlloyd opened 2 weeks ago

dmlloyd commented 2 weeks ago

Description

The io.quarkus.test.common.DefineClassVisibleClassLoader class should not be used. If a class has to be defined for a test, normally Lookup.defineClass would be the appropriate thing to use.

There appears to be no usages of this class at this time.

/cc @geoand

Implementation ideas

No response

geoand commented 2 weeks ago

I don't even remember why this was added, but it was probably for some old reason that no longer applies