Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace removed from within XML tags in 3.1.0 release #206

Closed
dwalluck opened this issue May 23, 2022 · 6 comments
Closed

Whitespace removed from within XML tags in 3.1.0 release #206

dwalluck opened this issue May 23, 2022 · 6 comments
Assignees
Labels

Comments

@dwalluck
Copy link

There is a breaking change to whitespace within XML tags in 3.1.0 where it merges two or more lines together:

Previous/original XML:

           <configurationParameters>junit.jupiter.execution.parallel.enabled=false
junit.jupiter.execution.parallel.mode.default=concurrent
junit.jupiter.execution.parallel.mode.classes.default=concurrent
junit.jupiter.execution.parallel.config.strategy=dynamic
junit.jupiter.execution.parallel.config.dynamic.factor=1</configurationParameters>

New XML in 3.1.0:

            <configurationParameters>junit.jupiter.execution.parallel.enabled=false
junit.jupiter.execution.parallel.mode.default=concurrentjunit.jupiter.execution.parallel.mode.classes.default=concurrent
junit.jupiter.execution.parallel.config.strategy=dynamicjunit.jupiter.execution.parallel.config.dynamic.factor=1</configurationParameters>
@Ekryd
Copy link
Owner

Ekryd commented May 24, 2022

Thanks! I’ll have a look at this

@Ekryd Ekryd self-assigned this May 24, 2022
@create-issue-branch
Copy link

@Ekryd
Copy link
Owner

Ekryd commented May 24, 2022

This is some weird behaviour. I need to look deeper into this

@Ekryd Ekryd added the bug label May 24, 2022
@Ekryd
Copy link
Owner

Ekryd commented May 24, 2022

Hi @dwalluck ! Please try out version 3.1.2 and report back if it solved your problem

@dwalluck
Copy link
Author

Hi @dwalluck ! Please try out version 3.1.2 and report back if it solved your problem

@Ekryd It's fixed. Thanks!

@Ekryd
Copy link
Owner

Ekryd commented May 25, 2022

Great to hear! Hope you enjoy the plugin and thanks for reporting the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants