Rosberg Linhares

Results 2 issues of Rosberg Linhares

The resource xWebSiteAlive is ready for review. This resource came from #84. --- This change is [](https://reviewable.io/reviews/dsccommunity/webadministrationdsc/309)

abandoned

I have only Java 12 installed in my machine. Even if I set the `sourceCompatibility` and `targetCompatibility` to Java 8, the following code still compiles: ```java boolean b = "".isBlank();...