spring-boot/spring-boot-tools
Andy Wilkinson 85c0b44dcb Test that LaunchedURLClassLoader works when thread is interrupted
Previously, RandomAccessDataFile used a semaphore and acquired it
interruptibly. This meant that an interrupted thread was unable to
access the file. Notably, this would prevent LaunchedURLClassLoader from
loading classes or resources on an interrupted thread.

The previous commit (937f857) updates RandomAccessDataFile to acquire
the semaphore uninterruptibly. This commit adds a test to
LaunchedURLClassLoader to verify that it can now load a resource from
an interrupted thread.

Closes gh-6683
2016-08-18 12:03:05 +01:00
..
spring-boot-antlib Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-metadata Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-configuration-processor Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-gradle-plugin Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-loader Test that LaunchedURLClassLoader works when thread is interrupted 2016-08-18 12:03:05 +01:00
spring-boot-loader-tools Next Development Version 2016-07-28 09:18:40 +00:00
spring-boot-maven-plugin Update requiresUnpack documentation of unpack location 2016-08-12 12:07:47 +01:00
pom.xml Next Development Version 2016-07-28 09:18:40 +00:00