kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Fixed test that fails if build path contains space #101

Closed urbim closed 6 years ago

urbim commented 6 years ago

JaxWsAnnotationProcessorUtilTest in JAX-WS CFX implementation opened a file from URL without first decoding it. If build path contained spaces, file was not found, the test failed and whole build process failed.