Hello List:

Just looking for a best practice recommendation on new functional capabilities when WildFly is running atop Java 8.

My understanding is that when you wish to do a concurrent operation one is best served using the functionality built into the EE container rather than the JVM directly. This view may be incorrect or outdated.

Does it still hold true?
Should stream parallel be avoided for the time being?
Should one expect that there will be something like "ManagedStream" -- sort of like the current ManagedExecutorService provided by the container -- in the future?

Thanks
Dennis