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

Removed invalid email addresses #4203

Merged
merged 1 commit into from
Aug 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -26,7 +26,7 @@
*
* @author [email protected]
* @author Paul Sandoz
* @author Pavel Bucek (pavel.bucek at oracle.com)
* @author Pavel Bucek
* @author Arul Dhesiaseelan (aruld at acm.org)
*/
@PropertiesClass
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -155,7 +155,7 @@
*
* @author [email protected]
* @author Paul Sandoz
* @author Pavel Bucek (pavel.bucek at oracle.com)
* @author Pavel Bucek
* @author Arul Dhesiaseelan (aruld at acm.org)
* @see ApacheClientProperties#CONNECTION_MANAGER
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -78,10 +78,10 @@
* The following methods are currently supported: HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE.
* <p/>
*
* @author Pavel Bucek (pavel.bucek at oracle.com)
* @author Pavel Bucek
* @author Arul Dhesiaseelan (aruld at acm.org)
* @author jorgeluisw at mac.com
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
* @author Paul Sandoz
* @author Maksim Mukosey (mmukosey at gmail.com)
* @since 2.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -49,7 +49,7 @@
* Asynchronous connector test.
*
* @author Arul Dhesiaseelan (aruld at acm.org)
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class AsyncTest extends JerseyTest {
private static final Logger LOGGER = Logger.getLogger(AsyncTest.class.getName());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -34,7 +34,7 @@
import static org.junit.Assert.assertEquals;

/**
* @author Ondrej Kosatka (ondrej.kosatka at oracle.com)
* @author Ondrej Kosatka
*/
public class DisableContentEncodingTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -44,7 +44,7 @@
*
* @author Martin Matula
* @author Arul Dhesiaseelan (aruld at acm.org)
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class FollowRedirectsTest extends JerseyTest {
private static final Logger LOGGER = Logger.getLogger(TimeoutTest.class.getName());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -70,7 +70,7 @@
import static org.junit.Assert.fail;

/**
* @author Jakub Podlesak (jakub.podlesak at oracle.com)
* @author Jakub Podlesak
*/
public class HelloWorldTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -62,8 +62,8 @@
* It is also possible to send the data to netcat: {@code nc -l 8080} and verify the problem is
* on the client side.
*
* @author Stepan Vavra (stepan.vavra at oracle.com)
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Stepan Vavra
* @author Marek Potociar
*/
public class LargeDataTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -52,7 +52,7 @@
/**
* Jersey programmatic managed client test
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class ManagedClientTest extends JerseyTest {

Expand Down Expand Up @@ -87,7 +87,7 @@ public class ManagedClientTest extends JerseyTest {
* to every method that is annotated with {@link Require &#64;Require} internal feature
* annotation.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public static class CustomHeaderFeature implements DynamicFeature {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -40,7 +40,7 @@
import static org.junit.Assert.assertEquals;

/**
* @author Petr Janouch (petr.janouch at oracle.com)
* @author Petr Janouch
*/
public class StreamingTest extends JerseyTest {
private PoolingHttpClientConnectionManager connectionManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -54,7 +54,7 @@
* This very basic resource showcases support of a HTTP TRACE method,
* not directly supported by JAX-RS API.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class TraceSupportTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -30,7 +30,7 @@
/**
* Test of access to the underlying HTTP client instance used by the connector.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class UnderlyingHttpClientAccessTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -68,7 +68,7 @@
* The transport using the AsyncHttpClient.
*
* @author Stepan Kopriva
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
class GrizzlyConnector implements Connector {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -65,7 +65,7 @@
* The following methods are currently supported: HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE.
* <p/>
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
* @since 2.5
*/
public class GrizzlyConnectorProvider implements ConnectorProvider {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -44,7 +44,7 @@
* Asynchronous connector test.
*
* @author Arul Dhesiaseelan (aruld at acm.org)
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class AsyncTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -45,7 +45,7 @@
/**
* Async HTTP Client Config and Request customizers unit tests.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class CustomizersTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -41,7 +41,7 @@
* Grizzly connector follow redirect tests.
*
* @author Martin Matula
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class FollowRedirectsTest extends JerseyTest {
@Path("/test")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -36,7 +36,7 @@
/**
* @author Paul Sandoz
* @author Arul Dhesiaseelan (aruld at acm.org)
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class NoEntityTest extends JerseyTest {
private static final Logger LOGGER = Logger.getLogger(NoEntityTest.class.getName());
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -54,7 +54,7 @@
* This very basic resource showcases support of a HTTP TRACE method,
* not directly supported by JAX-RS API.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class TraceSupportTest extends JerseyTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -31,7 +31,7 @@
/**
* Test of access to the underlying HTTP client instance used by the connector.
*
* @author Marek Potociar (marek.potociar at oracle.com)
* @author Marek Potociar
*/
public class UnderlyingHttpClientAccessTest {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -25,7 +25,7 @@
/**
* Configuration options specific to {@link org.glassfish.jersey.jdk.connector.internal.JdkConnector}.
*
* @author Adam Lindenthal (adam.lindenthal at oracle.com)
* @author Adam Lindenthal
*/
@PropertiesClass
public final class JdkConnectorProperties {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -24,7 +24,7 @@
import org.glassfish.jersey.jdk.connector.internal.JdkConnector;

/**
* @author Petr Janouch (petr.janouch at oracle.com)
* @author Petr Janouch
*/
public class JdkConnectorProvider implements ConnectorProvider {
@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -29,7 +29,7 @@
* <p/>
* Body stream that can operate either synchronously or asynchronously. See {@link BodyInputStream} for details.
*
* @author Petr Janouch (petr.janouch at oracle.com)
* @author Petr Janouch
*/
class AsynchronousBodyInputStream extends BodyInputStream {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -21,7 +21,7 @@
import java.nio.ByteBuffer;

/**
* @author Petr Janouch (petr.janouch at oracle.com)
* @author Petr Janouch
*/
class BufferedBodyOutputStream extends BodyOutputStream {

Expand Down
Loading