oblac / jodd

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Home Page:https://jodd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usage of annotation DisabledOnOs

moh-sushi opened this issue · comments

Hi,

there are few test classes in which an assumption due to linux/windows hsosts is used.
e.g. see JsonSerializerTest.

since Junit 5.1 there is an annotation DisabledOnOs.

Idea : replace the assumptions with the annoation DisabledOnOs.

WDYT?

i can do this refactoring...

I am totally ok with it!

It looks very nice with this