arquillian / arquillian-core

Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.
http://arquillian.org
Apache License 2.0
369 stars 194 forks source link

Plan an Arquillian 2.0 that will move to Java SE 21 and drop SecurityManager usage #547

Open starksm64 opened 5 months ago

starksm64 commented 5 months ago
Issue Overview

We should plan for a new major release to base on Java SE 21 and remove all SecurityManager usage.

Additional Information

Beyond the SecurityManager deprecation, let's look at what other features can be used to improve the codebase.