netty5/common/src/main/java/io/netty/util/internal
Feri73 d17bd5e160 Adding support for whitespace in resource path in tests (#8606)
Motivation:

In windows if the project is in a path that contains whitespace,
resources cannot be accessed and tests fail.

Modifications:

Adds ResourcesUtil.java in netty-common. Tests use ResourcesUtil.java to access a resource.

Result:

Being able to build netty in a path containing whitespace
2018-12-12 10:29:02 +01:00
..
logging LocationAwareSlf4jLogger does not correctly format log message. (#8595) 2018-11-27 11:44:27 +01:00
AppendableCharSequence.java AppendableCharSequence not to depend upon IndexOutOfBoundsException for resize 2017-06-12 12:42:20 -07:00
Cleaner.java Allow to free direct buffers on java9 again 2017-04-17 19:40:52 +02:00
CleanerJava6.java We should be able to use the ByteBuffer cleaner on java8 (and earlier… (#8234) 2018-08-30 07:43:10 +02:00
CleanerJava9.java CleanerJava9 should be able to do its job even with a SecurityManager installed. (#8204) 2018-08-28 16:32:29 +02:00
ConcurrentSet.java deprecate own ConcurrentSet for removal (#8340) 2018-10-15 19:36:05 +02:00
ConstantTimeUtils.java NetUtil IPv6 bugs related to IPv4 and compression 2017-04-25 15:10:38 -07:00
DefaultPriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
EmptyArrays.java New native transport for kqueue 2017-05-03 09:53:22 -07:00
EmptyPriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
IntegerHolder.java deprecate IntegerHolder for removal (#8339) 2018-10-11 14:59:47 +08:00
InternalThreadLocalMap.java deprecate IntegerHolder for removal (#8339) 2018-10-11 14:59:47 +08:00
LongAdderCounter.java Remove backports of JDK8 classes 2017-02-15 20:44:23 +01:00
LongCounter.java Expose metrics for PooledByteBufAllocator 2015-05-20 21:06:17 +02:00
MacAddressUtil.java Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00
MathUtil.java Cleanup ChannelId handling of basic methods 2017-02-15 11:53:36 -08:00
NativeLibraryLoader.java Try to monkey-patch library id when shading is used and we are on Mac… (#8210) 2018-08-23 11:07:09 +02:00
NativeLibraryUtil.java Fix the tcnative lib loading problem in OSGi 2016-08-16 14:06:01 +02:00
NoOpTypeParameterMatcher.java Use byte code generation if Javassist is available. 2013-02-08 21:45:14 +09:00
ObjectCleaner.java Avoid register multiple cleaner task for same thread's FastThreadLocal index 2018-02-05 09:05:51 +01:00
ObjectUtil.java Enable per origin Cors configuration (#7800) 2018-04-11 10:06:13 +02:00
OutOfDirectMemoryError.java Allow to create Unsafe ByteBuf implementations that not use a Cleaner to clean the native memory. 2016-06-03 21:20:10 +02:00
package-info.java Update license headers 2012-06-04 13:31:44 -07:00
PendingWrite.java fix the typos 2017-04-20 04:56:09 +02:00
PlatformDependent.java Use addAndGet(...) as a replacement for compareAndSet(...) when tracking the direct memory usage. (#8596) 2018-11-27 08:33:28 +01:00
PlatformDependent0.java NioEventLoop should also use our special SelectionKeySet on Java9 and later. (#8260) 2018-09-05 07:23:03 +02:00
PriorityQueue.java Use Netty's DefaultPriorityQueue instead of JDK's PriorityQueue for scheduled tasks 2017-11-10 23:09:32 -08:00
PriorityQueueNode.java HTTP/2 Non Active Stream RFC Corrections 2017-02-01 10:34:27 -08:00
PromiseNotificationUtil.java Log more details if notification of promise fails in PromiseNotifier and AbstractChannelHandlerContext 2016-09-07 06:55:38 +02:00
ReadOnlyIterator.java Allow to get an Iterator over all of the EventExecutor an EventExecutorGroup contains. Beside this allow to get basic stats for the EventExecutor like pendingTasks and executorCount 2013-04-09 15:45:18 +09:00
RecyclableArrayList.java Mark Recycler.recycle(...) deprecated and update usage. 2016-05-20 22:11:31 +02:00
ReflectionUtil.java Reflective setAccessible(true) will produce scary warnings on the console when using java9+, dont do it 2018-01-30 12:18:34 +01:00
ResourcesUtil.java Adding support for whitespace in resource path in tests (#8606) 2018-12-12 10:29:02 +01:00
SocketUtils.java DnsNameResolver.resolve*(...) never notifies the Future when empty hostname is used. 2017-01-24 21:21:49 +01:00
StringUtil.java The constants calculation in compile-time 2017-12-21 07:41:38 +01:00
SuppressJava6Requirement.java Replace reflective access of Throwable#addSuppressed with version guarded access 2018-01-25 19:56:17 +01:00
SystemPropertyUtil.java When System property is empty use def value. 2017-11-23 19:45:37 +01:00
ThreadLocalRandom.java Use SystemPropertyUtil to access system properties 2017-03-19 08:09:29 -07:00
ThrowableUtil.java Replace reflective access of Throwable#addSuppressed with version guarded access 2018-01-25 19:56:17 +01:00
TypeParameterMatcher.java fix the typos 2017-04-20 04:56:09 +02:00
UnpaddedInternalThreadLocalMap.java Speed up the slow path of FastThreadLocal 2016-03-23 11:36:16 +01:00
UnstableApi.java Fix typo in UnstableApi javadocs 2016-10-03 11:04:19 +02:00