forked from quarkus-qe/quarkus-startstop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request quarkus-qe#102 from rsvoboda/javadoc.license
JavaDoc and license related updates
- Loading branch information
Showing
22 changed files
with
1 addition
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop; | ||
|
||
import io.quarkus.ts.startstop.utils.Apps; | ||
|
@@ -65,8 +46,6 @@ | |
|
||
/** | ||
* BOM tests for quarkus-maven-plugin generator, command defines BOM via platformArtifactId property | ||
* | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
@Tag("bomtests") | ||
public class ArtifactGeneratorBOMTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop; | ||
|
||
import static io.quarkus.ts.startstop.utils.Commands.adjustPrettyPrintForJsonLogging; | ||
|
@@ -73,8 +54,6 @@ | |
|
||
/** | ||
* Tests for quarkus-maven-plugin generator | ||
* | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
@Tag("generator") | ||
public class ArtifactGeneratorTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,6 @@ | |
|
||
/** | ||
* Tests for checking presence of element on webpage | ||
* | ||
* @author Shpak Kyrylo <[email protected]> | ||
*/ | ||
@Tag("codequarkus") | ||
public class CodeQuarkusSiteTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop; | ||
|
||
import io.quarkus.ts.startstop.utils.Apps; | ||
|
@@ -70,8 +51,6 @@ | |
|
||
/** | ||
* Tests for code.quarkus.io generator | ||
* | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
@Tag("codequarkus") | ||
public class CodeQuarkusTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,6 @@ | |
/** | ||
* Tests Quarkus native mode with "-Dquarkus.native.debug.enabled=true" | ||
* Verify that debug symbols are created as well as the source cache | ||
* | ||
* @author Kyrylo Shpak <[email protected]> | ||
*/ | ||
@Tag("native") | ||
public class NativeDebugTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,6 @@ | |
|
||
/** | ||
* Tests for running Quarkus applications on path with special characters | ||
* | ||
* @author Ondrej Machala <[email protected]> | ||
*/ | ||
@Tag("special-chars") | ||
public class SpecialCharsTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop; | ||
|
||
import io.quarkus.ts.startstop.utils.Apps; | ||
|
@@ -70,8 +51,6 @@ | |
/** | ||
* Tests for build and start of applications with some real source code | ||
* Detains in https://github.com/quarkus-qe/quarkus-startstop#startstoptest | ||
* | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
@Tag("startstop") | ||
public class StartStopTest { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop.utils; | ||
|
||
import org.apache.commons.lang3.StringUtils; | ||
|
@@ -32,11 +13,6 @@ | |
import static io.quarkus.ts.startstop.StartStopTest.BASE_DIR; | ||
import static org.junit.jupiter.api.Assertions.fail; | ||
|
||
/** | ||
* Maven commands. | ||
* | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
public enum Apps { | ||
JAX_RS_MINIMAL("app-jax-rs-minimal", URLContent.JAX_RS_MINIMAL, WhitelistLogLines.JAX_RS_MINIMAL), | ||
FULL_MICROPROFILE("app-full-microprofile", URLContent.FULL_MICROPROFILE, WhitelistLogLines.FULL_MICROPROFILE), | ||
|
22 changes: 0 additions & 22 deletions
22
testsuite/src/it/java/io/quarkus/ts/startstop/utils/CodeQuarkusExtensions.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop.utils; | ||
|
||
import java.util.ArrayList; | ||
import java.util.List; | ||
import java.util.stream.Collectors; | ||
import java.util.stream.Stream; | ||
|
||
/** | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
public enum CodeQuarkusExtensions { | ||
|
||
QUARKUS_RESTEASY("quarkus-resteasy", "RESTEasy JAX-RS", "98e", true), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop.utils; | ||
|
||
import static io.quarkus.ts.startstop.StartStopTest.BASE_DIR; | ||
|
@@ -75,9 +56,6 @@ | |
import org.w3c.dom.Node; | ||
import org.w3c.dom.NodeList; | ||
|
||
/** | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
public class Commands { | ||
private static final Logger LOGGER = Logger.getLogger(Commands.class.getName()); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop.utils; | ||
|
||
import org.jboss.logging.Logger; | ||
|
@@ -31,9 +12,6 @@ | |
import java.nio.charset.StandardCharsets; | ||
import java.util.concurrent.atomic.AtomicBoolean; | ||
|
||
/** | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
public class FakeOIDCServer implements Runnable { | ||
private static final Logger LOGGER = Logger.getLogger(FakeOIDCServer.class.getName()); | ||
private final ServerSocket server; | ||
|
22 changes: 0 additions & 22 deletions
22
testsuite/src/it/java/io/quarkus/ts/startstop/utils/LogBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,7 @@ | ||
/* | ||
* Copyright (c) 2020 Contributors to the Quarkus StartStop project | ||
* | ||
* See the NOTICE file(s) distributed with this work for additional | ||
* information regarding copyright ownership. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* You may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
package io.quarkus.ts.startstop.utils; | ||
|
||
import java.util.Objects; | ||
|
||
/** | ||
* @author Michal Karm Babacek <[email protected]> | ||
*/ | ||
public class LogBuilder { | ||
|
||
public static class Log { | ||
|
Oops, something went wrong.