Skip to content

Commit

Permalink
Merge pull request quarkus-qe#102 from rsvoboda/javadoc.license
Browse files Browse the repository at this point in the history
JavaDoc and license related updates
  • Loading branch information
kshpak authored Aug 3, 2021
2 parents 0dadfda + 8690185 commit 001f6eb
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 415 deletions.
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.quarkus.ts.startstop</groupId>
Expand Down
20 changes: 0 additions & 20 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down
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;
Expand Down Expand Up @@ -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 {
Expand Down
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;
Expand Down Expand Up @@ -73,8 +54,6 @@

/**
* Tests for quarkus-maven-plugin generator
*
* @author Michal Karm Babacek <[email protected]>
*/
@Tag("generator")
public class ArtifactGeneratorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

/**
* Tests for checking presence of element on webpage
*
* @author Shpak Kyrylo <[email protected]>
*/
@Tag("codequarkus")
public class CodeQuarkusSiteTest {
Expand Down
21 changes: 0 additions & 21 deletions testsuite/src/it/java/io/quarkus/ts/startstop/CodeQuarkusTest.java
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;
Expand Down Expand Up @@ -70,8 +51,6 @@

/**
* Tests for code.quarkus.io generator
*
* @author Michal Karm Babacek <[email protected]>
*/
@Tag("codequarkus")
public class CodeQuarkusTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
21 changes: 0 additions & 21 deletions testsuite/src/it/java/io/quarkus/ts/startstop/StartStopTest.java
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;
Expand Down Expand Up @@ -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 {
Expand Down
24 changes: 0 additions & 24 deletions testsuite/src/it/java/io/quarkus/ts/startstop/utils/Apps.java
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;
Expand All @@ -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),
Expand Down
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),
Expand Down
22 changes: 0 additions & 22 deletions testsuite/src/it/java/io/quarkus/ts/startstop/utils/Commands.java
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;
Expand Down Expand Up @@ -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());

Expand Down
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;
Expand All @@ -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;
Expand Down
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 {
Expand Down
Loading

0 comments on commit 001f6eb

Please sign in to comment.