Releases: webcompere/system-stubs
Releases · webcompere/system-stubs
v2.1.7
v1.2.1
- Remove dependency on JUnit internals
- Provide TestNG wrapper to the v1.x release train
v2.1.6
Fixes a bug where SystemProperties
was not returning this
typed as SystemProperties
from the base class set
and remove
methods. This prevented fluent use of the object at construction.
v2.1.5
Add remove
to both SystemProperties
and EnvironmentVariables
to delete properties from the environment altogether.
v2.1.4
Update ByteBuddy to support Java 21
v2.1.3
Refactoring to improve compatibility between System Stubs and other libraries that also interact with environment variables to modify them at test time.
v2.1.2
Add support for TestNG
v2.1.1
Improve build
v2.1.0
Remove dependency on Mockito and ensure environment variables mocking is global to all threads.
- Build upgraded to Java 11+
- Mockito no longer used
- Byte buddy is now used to create the interceptor for environment variables
v2.0.3
Fix a null pointer exception when creating processes with no additional environment variables on Windows.