From 8dcbaf4b5cb0fb345eb949acfa66b1fbe09d1ffb Mon Sep 17 00:00:00 2001 From: jansupol <15908245+jansupol@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:16:59 +0200 Subject: [PATCH] Removed invalid email addresses (#4203) Signed-off-by: Jan Supol --- .../apache/connector/ApacheClientProperties.java | 2 +- .../jersey/apache/connector/ApacheConnector.java | 2 +- .../apache/connector/ApacheConnectorProvider.java | 4 ++-- .../glassfish/jersey/apache/connector/AsyncTest.java | 4 ++-- .../apache/connector/DisableContentEncodingTest.java | 4 ++-- .../jersey/apache/connector/FollowRedirectsTest.java | 4 ++-- .../jersey/apache/connector/HelloWorldTest.java | 4 ++-- .../jersey/apache/connector/LargeDataTest.java | 6 +++--- .../jersey/apache/connector/ManagedClientTest.java | 6 +++--- .../jersey/apache/connector/StreamingTest.java | 4 ++-- .../jersey/apache/connector/TraceSupportTest.java | 4 ++-- .../connector/UnderlyingHttpClientAccessTest.java | 4 ++-- .../jersey/grizzly/connector/GrizzlyConnector.java | 4 ++-- .../grizzly/connector/GrizzlyConnectorProvider.java | 4 ++-- .../glassfish/jersey/grizzly/connector/AsyncTest.java | 4 ++-- .../jersey/grizzly/connector/CustomizersTest.java | 4 ++-- .../jersey/grizzly/connector/FollowRedirectsTest.java | 4 ++-- .../jersey/grizzly/connector/NoEntityTest.java | 4 ++-- .../jersey/grizzly/connector/TraceSupportTest.java | 4 ++-- .../connector/UnderlyingHttpClientAccessTest.java | 4 ++-- .../jersey/jdk/connector/JdkConnectorProperties.java | 4 ++-- .../jersey/jdk/connector/JdkConnectorProvider.java | 4 ++-- .../internal/AsynchronousBodyInputStream.java | 4 ++-- .../connector/internal/BufferedBodyOutputStream.java | 4 ++-- .../connector/internal/ChunkedBodyOutputStream.java | 2 +- .../jdk/connector/internal/ConnectorConfiguration.java | 4 ++-- .../jersey/jdk/connector/internal/Constants.java | 4 ++-- .../connector/internal/DestinationConnectionPool.java | 4 ++-- .../jersey/jdk/connector/internal/Filter.java | 6 +++--- .../jersey/jdk/connector/internal/HttpConnection.java | 4 ++-- .../jdk/connector/internal/HttpConnectionPool.java | 4 ++-- .../jersey/jdk/connector/internal/HttpFilter.java | 4 ++-- .../jersey/jdk/connector/internal/HttpParser.java | 2 +- .../jersey/jdk/connector/internal/HttpParserUtils.java | 2 +- .../jersey/jdk/connector/internal/HttpRequest.java | 4 ++-- .../jdk/connector/internal/HttpRequestEncoder.java | 2 +- .../jersey/jdk/connector/internal/HttpResponse.java | 4 ++-- .../connector/internal/InterceptingOutputStream.java | 4 ++-- .../jersey/jdk/connector/internal/JdkConnector.java | 4 ++-- .../jersey/jdk/connector/internal/ParseException.java | 4 ++-- .../internal/ProxyAuthenticationException.java | 4 ++-- .../connector/internal/ProxyBasicAuthenticator.java | 4 ++-- .../connector/internal/ProxyDigestAuthenticator.java | 6 +++--- .../jersey/jdk/connector/internal/ProxyFilter.java | 4 ++-- .../jdk/connector/internal/RedirectException.java | 4 ++-- .../jersey/jdk/connector/internal/RedirectHandler.java | 6 +++--- .../jersey/jdk/connector/internal/SslFilter.java | 2 +- .../jdk/connector/internal/TransferEncodingParser.java | 2 +- .../jersey/jdk/connector/internal/TransportFilter.java | 2 +- .../glassfish/jersey/jdk/connector/internal/Utils.java | 2 +- .../internal/AsynchronousBodyInputStreamTest.java | 4 ++-- .../internal/AsynchronousBodyOutputStreamTest.java | 4 ++-- .../internal/ChunkedBodyOutputStreamTest.java | 4 ++-- .../jdk/connector/internal/ConnectionPoolTest.java | 4 ++-- .../jersey/jdk/connector/internal/CookieTest.java | 4 ++-- .../jersey/jdk/connector/internal/EntityWriteTest.java | 4 ++-- .../jdk/connector/internal/HttpConnectionTest.java | 4 ++-- .../jersey/jdk/connector/internal/HttpParserTest.java | 4 ++-- .../internal/ModifyHeaderInBodyWriterTest.java | 4 ++-- .../jdk/connector/internal/MultiValueHeaderTest.java | 4 ++-- .../jersey/jdk/connector/internal/ProxyTest.java | 4 ++-- .../jersey/jdk/connector/internal/PublicSitesTest.java | 4 ++-- .../jdk/connector/internal/ReadChunkedEntity.java | 4 ++-- .../jersey/jdk/connector/internal/RedirectTest.java | 4 ++-- .../jersey/jdk/connector/internal/SslFilterTest.java | 4 ++-- .../jersey/jdk/connector/internal/TestUtils.java | 4 ++-- .../jersey/jetty/connector/JettyConnector.java | 2 +- .../jersey/jetty/connector/JettyConnectorProvider.java | 4 ++-- .../glassfish/jersey/jetty/connector/AsyncTest.java | 4 ++-- .../jersey/jetty/connector/FollowRedirectsTest.java | 4 ++-- .../jersey/jetty/connector/HelloWorldTest.java | 4 ++-- .../jersey/jetty/connector/ManagedClientTest.java | 4 ++-- .../jersey/jetty/connector/TraceSupportTest.java | 4 ++-- .../connector/UnderlyingHttpClientAccessTest.java | 2 +- .../jersey/netty/connector/JerseyClientHandler.java | 4 ++-- .../jersey/netty/connector/NettyConnector.java | 4 ++-- .../jersey/netty/connector/NettyConnectorProvider.java | 4 ++-- .../netty/connector/internal/JerseyChunkedInput.java | 4 ++-- .../netty/connector/internal/NettyInputStream.java | 4 ++-- .../glassfish/jersey/netty/connector/AsyncTest.java | 4 ++-- .../jersey/netty/connector/HelloWorldTest.java | 4 ++-- .../jersey/netty/connector/HugeEntityTest.java | 4 ++-- .../glassfish/jersey/netty/connector/NoEntityTest.java | 4 ++-- .../jersey/netty/connector/TraceSupportTest.java | 4 ++-- .../gf/ejb/internal/EjbComponentInterceptor.java | 4 ++-- .../jersey/gf/ejb/internal/EjbComponentProvider.java | 4 ++-- .../jersey/gf/ejb/internal/EjbExceptionMapper.java | 4 ++-- .../grizzly2/httpserver/GrizzlyHttpContainer.java | 8 ++++---- .../httpserver/GrizzlyHttpContainerProvider.java | 6 +++--- .../grizzly2/httpserver/GrizzlyHttpServerFactory.java | 8 ++++---- .../grizzly2/servlet/GrizzlyWebContainerFactory.java | 4 ++-- .../jersey/jdkhttp/JdkHttpHandlerContainer.java | 4 ++-- .../glassfish/jersey/jdkhttp/JdkHttpServerFactory.java | 4 ++-- .../jersey/jdkhttp/AbstractJdkHttpServerTester.java | 4 ++-- .../glassfish/jersey/jdkhttp/JdkHttpPackageTest.java | 4 ++-- .../glassfish/jersey/jdkhttp/JdkHttpsServerTest.java | 2 +- .../jersey/jdkhttp/LifecycleListenerTest.java | 4 ++-- .../org/glassfish/jersey/servlet/ServletContainer.java | 6 +++--- .../glassfish/jersey/servlet/ServletProperties.java | 4 ++-- .../org/glassfish/jersey/servlet/WebComponent.java | 8 ++++---- .../jersey/servlet/internal/ResponseWriter.java | 6 +++--- .../internal/ServletContainerProviderFactory.java | 4 ++-- .../internal/spi/ExtendedServletContainerProvider.java | 4 ++-- .../internal/spi/NoOpServletContainerProvider.java | 4 ++-- .../servlet/internal/spi/RequestContextProvider.java | 4 ++-- .../internal/spi/RequestScopedInitializerProvider.java | 4 ++-- .../servlet/internal/spi/ServletContainerProvider.java | 4 ++-- .../jersey/servlet/spi/AsyncContextDelegate.java | 4 ++-- .../servlet/spi/AsyncContextDelegateProvider.java | 4 ++-- .../jersey/servlet/spi/FilterUrlMappingsProvider.java | 4 ++-- .../async/AsyncContextDelegateProviderImpl.java | 6 +++--- .../servlet/init/FilterUrlMappingsProviderImpl.java | 4 ++-- .../init/JerseyServletContainerInitializer.java | 4 ++-- .../org/glassfish/jersey/jetty/JettyHttpContainer.java | 6 +++--- .../jersey/jetty/JettyHttpContainerFactory.java | 4 ++-- .../jersey/jetty/JettyHttpContainerProvider.java | 4 ++-- .../glassfish/jersey/jetty/LifecycleListenerTest.java | 4 ++-- .../jersey/netty/httpserver/HttpVersionChooser.java | 4 ++-- .../netty/httpserver/JerseyHttp2ServerHandler.java | 4 ++-- .../jersey/netty/httpserver/JerseyServerHandler.java | 4 ++-- .../netty/httpserver/JerseyServerInitializer.java | 4 ++-- .../netty/httpserver/NettyHttp2ResponseWriter.java | 4 ++-- .../jersey/netty/httpserver/NettyHttpContainer.java | 4 ++-- .../netty/httpserver/NettyHttpContainerProvider.java | 4 ++-- .../jersey/netty/httpserver/NettyResponseWriter.java | 2 +- .../org/glassfish/jersey/simple/SimpleContainer.java | 4 ++-- .../jersey/simple/SimpleContainerFactory.java | 4 ++-- .../jersey/simple/SimpleContainerProvider.java | 4 ++-- .../glassfish/jersey/simple/LifecycleListenerTest.java | 4 ++-- .../org/glassfish/jersey/client/AbortException.java | 4 ++-- .../java/org/glassfish/jersey/client/ChunkParser.java | 4 ++-- .../java/org/glassfish/jersey/client/ChunkedInput.java | 4 ++-- .../glassfish/jersey/client/ChunkedInputReader.java | 4 ++-- .../glassfish/jersey/client/ClientAsyncExecutor.java | 4 ++-- .../jersey/client/ClientAsyncExecutorLiteral.java | 4 ++-- .../jersey/client/ClientBackgroundScheduler.java | 4 ++-- .../client/ClientBackgroundSchedulerLiteral.java | 4 ++-- .../java/org/glassfish/jersey/client/ClientBinder.java | 6 +++--- .../java/org/glassfish/jersey/client/ClientConfig.java | 4 ++-- .../org/glassfish/jersey/client/ClientExecutor.java | 4 ++-- .../glassfish/jersey/client/ClientFilteringStages.java | 2 +- .../jersey/client/ClientLifecycleListener.java | 4 ++-- .../org/glassfish/jersey/client/ClientProperties.java | 6 +++--- .../org/glassfish/jersey/client/ClientRequest.java | 2 +- .../org/glassfish/jersey/client/ClientResponse.java | 4 ++-- .../org/glassfish/jersey/client/ClientRuntime.java | 4 ++-- .../client/DefaultClientAsyncExecutorProvider.java | 4 ++-- .../DefaultClientBackgroundSchedulerProvider.java | 4 ++-- .../jersey/client/HttpUrlConnectorProvider.java | 4 ++-- .../glassfish/jersey/client/InboundJaxrsResponse.java | 4 ++-- .../org/glassfish/jersey/client/Initializable.java | 4 ++-- .../java/org/glassfish/jersey/client/JerseyClient.java | 4 ++-- .../glassfish/jersey/client/JerseyClientBuilder.java | 4 ++-- .../org/glassfish/jersey/client/JerseyInvocation.java | 4 ++-- .../org/glassfish/jersey/client/JerseyWebTarget.java | 4 ++-- .../client/RequestProcessingInitializationStage.java | 4 ++-- .../org/glassfish/jersey/client/ResponseCallback.java | 4 ++-- .../client/authentication/BasicAuthenticator.java | 4 ++-- .../jersey/client/inject/ParameterUpdater.java | 2 +- .../jersey/client/inject/ParameterUpdaterProvider.java | 2 +- .../jersey/client/internal/HttpUrlConnector.java | 4 ++-- .../internal/inject/AbstractParamValueUpdater.java | 2 +- .../client/internal/inject/CollectionUpdater.java | 2 +- .../internal/inject/ParameterUpdaterFactory.java | 2 +- .../internal/inject/PrimitiveCharacterUpdater.java | 2 +- .../internal/inject/PrimitiveValueOfUpdater.java | 2 +- .../internal/inject/SingleStringValueUpdater.java | 2 +- .../client/internal/inject/SingleValueUpdater.java | 2 +- .../jersey/client/spi/AsyncConnectorCallback.java | 4 ++-- .../jersey/client/spi/CachingConnectorProvider.java | 4 ++-- .../org/glassfish/jersey/client/spi/Connector.java | 4 ++-- .../glassfish/jersey/client/spi/ConnectorProvider.java | 4 ++-- .../jersey/client/spi/DefaultSslContextProvider.java | 4 ++-- .../org/glassfish/jersey/client/ClientConfigTest.java | 4 ++-- .../org/glassfish/jersey/client/ClientRequestTest.java | 4 ++-- .../java/org/glassfish/jersey/client/ClientRxTest.java | 4 ++-- .../glassfish/jersey/client/CustomConnectorTest.java | 4 ++-- .../jersey/client/DefaultSslContextProviderTest.java | 4 ++-- .../jersey/client/JerseyClientBuilderTest.java | 2 +- .../org/glassfish/jersey/client/JerseyClientTest.java | 4 ++-- .../client/JerseyCompletionStageRxInvokerTest.java | 4 ++-- .../glassfish/jersey/client/ShutdownHookLeakTest.java | 4 ++-- .../jersey/client/filter/EncodingFilterTest.java | 4 ++-- .../client/spi/CachingConnectorProviderTest.java | 4 ++-- .../src/main/java/org/glassfish/jersey/Beta.java | 4 ++-- .../java/org/glassfish/jersey/CommonProperties.java | 4 ++-- .../main/java/org/glassfish/jersey/ExtendedConfig.java | 4 ++-- .../java/org/glassfish/jersey/JerseyPriorities.java | 4 ++-- .../java/org/glassfish/jersey/SslConfigurator.java | 4 ++-- .../jersey/internal/ContextResolverFactory.java | 4 ++-- .../jersey/internal/ExceptionMapperFactory.java | 6 +++--- .../org/glassfish/jersey/internal/JaxrsProviders.java | 4 ++-- .../jersey/internal/MapPropertiesDelegate.java | 4 ++-- .../org/glassfish/jersey/internal/OsgiRegistry.java | 6 +++--- .../glassfish/jersey/internal/PropertiesDelegate.java | 4 ++-- .../glassfish/jersey/internal/RuntimeDelegateImpl.java | 4 ++-- .../jersey/internal/ServiceConfigurationError.java | 4 ++-- .../glassfish/jersey/internal/ServiceFinderBinder.java | 6 +++--- .../org/glassfish/jersey/internal/inject/Custom.java | 4 ++-- .../internal/inject/CustomAnnotationLiteral.java | 4 ++-- .../internal/inject/ForeignRequestScopeBridge.java | 4 ++-- .../glassfish/jersey/internal/inject/Injections.java | 4 ++-- .../jersey/internal/inject/ParamConverterFactory.java | 4 ++-- .../jersey/internal/inject/ParamConverters.java | 4 ++-- .../jersey/internal/inject/PrimitiveMapper.java | 4 ++-- .../jersey/internal/inject/ProviderBinder.java | 4 ++-- .../glassfish/jersey/internal/inject/Providers.java | 2 +- .../jersey/internal/inject/ReferencingFactory.java | 4 ++-- .../jersey/internal/sonar/SonarJerseyCommon.java | 4 ++-- .../org/glassfish/jersey/internal/util/Closure.java | 4 ++-- .../glassfish/jersey/internal/util/ExtendedLogger.java | 4 ++-- .../org/glassfish/jersey/internal/util/JdkVersion.java | 4 ++-- .../jersey/internal/util/JerseyPublisher.java | 2 +- .../org/glassfish/jersey/internal/util/LazyUid.java | 4 ++-- .../org/glassfish/jersey/internal/util/Producer.java | 4 ++-- .../jersey/internal/util/PropertiesClass.java | 4 ++-- .../org/glassfish/jersey/internal/util/Property.java | 4 ++-- .../glassfish/jersey/internal/util/PropertyAlias.java | 4 ++-- .../jersey/internal/util/ReflectionHelper.java | 4 ++-- .../org/glassfish/jersey/internal/util/Tokenizer.java | 4 ++-- .../glassfish/jersey/internal/util/TypeVisitor.java | 4 ++-- .../util/collection/ByteBufferInputStream.java | 4 ++-- .../jersey/internal/util/collection/Cache.java | 4 ++-- .../jersey/internal/util/collection/ClassTypePair.java | 4 ++-- .../internal/util/collection/DataStructures.java | 4 ++-- .../internal/util/collection/LazyUnsafeValue.java | 4 ++-- .../jersey/internal/util/collection/LazyValue.java | 4 ++-- .../internal/util/collection/MultivaluedStringMap.java | 4 ++-- .../util/collection/NonBlockingInputStream.java | 4 ++-- .../glassfish/jersey/internal/util/collection/Ref.java | 4 ++-- .../jersey/internal/util/collection/Refs.java | 4 ++-- .../jersey/internal/util/collection/UnsafeValue.java | 4 ++-- .../jersey/internal/util/collection/Value.java | 4 ++-- .../jersey/internal/util/collection/Values.java | 4 ++-- .../jersey/internal/util/collection/Views.java | 4 ++-- .../glassfish/jersey/logging/ClientLoggingFilter.java | 6 +++--- .../org/glassfish/jersey/logging/LoggingFeature.java | 4 ++-- .../jersey/logging/LoggingFeatureAutoDiscoverable.java | 4 ++-- .../glassfish/jersey/logging/LoggingInterceptor.java | 4 ++-- .../glassfish/jersey/logging/ServerLoggingFilter.java | 6 +++--- .../jersey/message/AbstractEntityProviderModel.java | 4 ++-- .../glassfish/jersey/message/MessageProperties.java | 4 ++-- .../org/glassfish/jersey/message/MessageUtils.java | 4 ++-- .../java/org/glassfish/jersey/message/ReaderModel.java | 4 ++-- .../java/org/glassfish/jersey/message/WriterModel.java | 4 ++-- .../jersey/message/internal/AbstractFormProvider.java | 4 ++-- .../internal/AbstractMessageReaderWriterProvider.java | 4 ++-- .../jersey/message/internal/AcceptableLanguageTag.java | 4 ++-- .../jersey/message/internal/AcceptableMediaType.java | 4 ++-- .../jersey/message/internal/AcceptableToken.java | 4 ++-- .../message/internal/BasicTypesMessageProvider.java | 4 ++-- .../jersey/message/internal/ByteArrayProvider.java | 4 ++-- .../jersey/message/internal/CacheControlProvider.java | 4 ++-- .../message/internal/CommittingOutputStream.java | 4 ++-- .../jersey/message/internal/CookieProvider.java | 4 ++-- .../jersey/message/internal/CookiesParser.java | 4 ++-- .../jersey/message/internal/DataSourceProvider.java | 4 ++-- .../jersey/message/internal/DateProvider.java | 4 ++-- .../jersey/message/internal/EntityInputStream.java | 4 ++-- .../jersey/message/internal/EntityTagProvider.java | 4 ++-- .../jersey/message/internal/FileProvider.java | 4 ++-- .../message/internal/FormMultivaluedMapProvider.java | 4 ++-- .../jersey/message/internal/FormProvider.java | 4 ++-- .../glassfish/jersey/message/internal/HeaderUtils.java | 6 +++--- .../jersey/message/internal/HeaderValueException.java | 4 ++-- .../jersey/message/internal/HttpDateFormat.java | 4 ++-- .../jersey/message/internal/HttpHeaderListAdapter.java | 4 ++-- .../jersey/message/internal/HttpHeaderReader.java | 4 ++-- .../jersey/message/internal/InboundMessageContext.java | 4 ++-- .../glassfish/jersey/message/internal/JerseyLink.java | 4 ++-- .../glassfish/jersey/message/internal/LanguageTag.java | 4 ++-- .../jersey/message/internal/LinkProvider.java | 4 ++-- .../jersey/message/internal/LocaleProvider.java | 4 ++-- .../jersey/message/internal/MatchingEntityTag.java | 4 ++-- .../jersey/message/internal/MediaTypeProvider.java | 4 ++-- .../glassfish/jersey/message/internal/MediaTypes.java | 4 ++-- .../jersey/message/internal/MessageBodyFactory.java | 6 +++--- .../jersey/message/internal/MessagingBinders.java | 6 +++--- .../jersey/message/internal/MsgTraceEvent.java | 4 ++-- .../jersey/message/internal/NewCookieProvider.java | 4 ++-- .../jersey/message/internal/NullOutputStream.java | 4 ++-- .../jersey/message/internal/OutboundJaxrsResponse.java | 4 ++-- .../message/internal/OutboundMessageContext.java | 4 ++-- .../jersey/message/internal/ParameterizedHeader.java | 4 ++-- .../glassfish/jersey/message/internal/Qualified.java | 4 ++-- .../org/glassfish/jersey/message/internal/Quality.java | 4 ++-- .../message/internal/QualitySourceMediaType.java | 4 ++-- .../message/internal/ReaderInterceptorExecutor.java | 4 ++-- .../jersey/message/internal/RenderedImageProvider.java | 4 ++-- .../jersey/message/internal/SourceProvider.java | 4 ++-- .../jersey/message/internal/StringBuilderUtils.java | 4 ++-- .../jersey/message/internal/StringHeaderProvider.java | 4 ++-- .../org/glassfish/jersey/message/internal/Token.java | 4 ++-- .../internal/TracingAwarePropertiesDelegate.java | 4 ++-- .../glassfish/jersey/message/internal/TracingInfo.java | 4 ++-- .../jersey/message/internal/TracingLogger.java | 4 ++-- .../glassfish/jersey/message/internal/UriProvider.java | 4 ++-- .../org/glassfish/jersey/message/internal/Utils.java | 4 ++-- .../jersey/message/internal/VariantListBuilder.java | 4 ++-- .../jersey/message/internal/VariantSelector.java | 4 ++-- .../message/internal/WriterInterceptorExecutor.java | 4 ++-- .../org/glassfish/jersey/model/ContractProvider.java | 4 ++-- .../main/java/org/glassfish/jersey/model/Scoped.java | 4 ++-- .../glassfish/jersey/model/internal/CommonConfig.java | 2 +- .../glassfish/jersey/model/internal/ComponentBag.java | 4 ++-- .../jersey/model/internal/ImmutableCommonConfig.java | 4 ++-- .../jersey/model/internal/ManagedObjectsFinalizer.java | 4 ++-- .../java/org/glassfish/jersey/process/Inflector.java | 4 ++-- .../JerseyProcessingUncaughtExceptionHandler.java | 4 ++-- .../process/internal/AbstractChainableStage.java | 4 ++-- .../jersey/process/internal/ChainableStage.java | 4 ++-- .../jersey/process/internal/ExecutorProviders.java | 4 ++-- .../glassfish/jersey/process/internal/Inflecting.java | 4 ++-- .../jersey/process/internal/RequestScope.java | 4 ++-- .../jersey/process/internal/RequestScoped.java | 4 ++-- .../org/glassfish/jersey/process/internal/Stage.java | 4 ++-- .../org/glassfish/jersey/process/internal/Stages.java | 4 ++-- .../jersey/spi/AbstractThreadPoolProvider.java | 4 ++-- .../org/glassfish/jersey/spi/ContextResolvers.java | 4 ++-- .../main/java/org/glassfish/jersey/spi/Contract.java | 4 ++-- .../glassfish/jersey/spi/ExecutorServiceProvider.java | 4 ++-- .../glassfish/jersey/spi/HeaderDelegateProvider.java | 4 ++-- .../jersey/spi/ScheduledExecutorServiceProvider.java | 4 ++-- .../spi/ScheduledThreadPoolExecutorProvider.java | 4 ++-- .../jersey/spi/ThreadPoolExecutorProvider.java | 4 ++-- .../java/org/glassfish/jersey/uri/UriComponent.java | 2 +- .../org/glassfish/jersey/uri/internal/UriParser.java | 4 ++-- .../jersey/internal/jsr166/UnsafeAccessor.java | 4 ++-- .../jersey/SecurityManagerConfiguredTest.java | 4 ++-- .../glassfish/jersey/internal/TestRuntimeDelegate.java | 4 ++-- .../jersey/internal/inject/ProvidersTest.java | 4 ++-- .../jersey/internal/routing/CombinedMediaTypeTest.java | 2 +- .../jersey/internal/sonar/SonarJerseyCommonTest.java | 4 ++-- .../jersey/internal/util/JerseyPublisherTest.java | 2 +- .../jersey/internal/util/OsgiRegistryTest.java | 4 ++-- .../jersey/internal/util/ReflectionHelperTest.java | 4 ++-- .../glassfish/jersey/internal/util/TokenizerTest.java | 4 ++-- .../util/collection/ByteBufferInputStreamTest.java | 4 ++-- .../jersey/internal/util/collection/ViewsTest.java | 4 ++-- .../jersey/logging/LoggingInterceptorTest.java | 4 ++-- .../jersey/message/internal/DateProviderTest.java | 4 ++-- .../glassfish/jersey/message/internal/QualityTest.java | 4 ++-- .../message/internal/VariantListBuilderTest.java | 4 ++-- .../java/org/glassfish/jersey/uri/PathPatternTest.java | 4 ++-- .../org/glassfish/jersey/uri/UriComponentTest.java | 4 ++-- .../glassfish/jersey/server/ApplicationHandler.java | 10 +++++----- .../java/org/glassfish/jersey/server/AsyncContext.java | 4 ++-- .../glassfish/jersey/server/BackgroundScheduler.java | 4 ++-- .../jersey/server/BackgroundSchedulerLiteral.java | 4 ++-- .../java/org/glassfish/jersey/server/Broadcaster.java | 4 ++-- .../org/glassfish/jersey/server/ChunkedOutput.java | 6 +++--- .../glassfish/jersey/server/ChunkedResponseWriter.java | 4 ++-- .../org/glassfish/jersey/server/ClientBinding.java | 4 ++-- .../org/glassfish/jersey/server/CloseableService.java | 4 ++-- .../glassfish/jersey/server/ContainerException.java | 4 ++-- .../org/glassfish/jersey/server/ContainerFactory.java | 6 +++--- .../jersey/server/ContainerFilteringStage.java | 4 ++-- .../server/ContainerMessageBodyWorkersInitializer.java | 4 ++-- .../org/glassfish/jersey/server/ContainerRequest.java | 4 ++-- .../org/glassfish/jersey/server/ContainerResponse.java | 4 ++-- .../java/org/glassfish/jersey/server/ManagedAsync.java | 4 ++-- .../glassfish/jersey/server/ManagedAsyncExecutor.java | 4 ++-- .../jersey/server/ManagedAsyncExecutorLiteral.java | 4 ++-- .../org/glassfish/jersey/server/ParamException.java | 4 ++-- .../java/org/glassfish/jersey/server/ResourceBag.java | 4 ++-- .../org/glassfish/jersey/server/ResourceConfig.java | 4 ++-- .../org/glassfish/jersey/server/ResourceFinder.java | 4 ++-- .../java/org/glassfish/jersey/server/ServerBinder.java | 6 +++--- .../java/org/glassfish/jersey/server/ServerConfig.java | 4 ++-- .../org/glassfish/jersey/server/ServerProperties.java | 6 +++--- .../org/glassfish/jersey/server/ServerRuntime.java | 4 ++-- .../jersey/server/SubjectSecurityContext.java | 6 +++--- .../org/glassfish/jersey/server/TracingConfig.java | 4 ++-- .../java/org/glassfish/jersey/server/TracingUtils.java | 4 ++-- .../server/internal/AbstractResourceFinderAdapter.java | 4 ++-- .../jersey/server/internal/ContainerUtils.java | 4 ++-- .../server/internal/InternalServerProperties.java | 4 ++-- .../server/internal/JerseyRequestTimeoutHandler.java | 4 ++-- .../jersey/server/internal/JerseyResourceContext.java | 4 ++-- .../jersey/server/internal/RuntimeDelegateImpl.java | 4 ++-- .../jersey/server/internal/ServerTraceEvent.java | 4 ++-- .../internal/inject/AbstractParamValueExtractor.java | 4 ++-- .../internal/inject/AbstractValueParamProvider.java | 4 ++-- .../inject/AsyncResponseValueParamProvider.java | 4 ++-- .../server/internal/inject/CollectionExtractor.java | 4 ++-- .../internal/inject/CookieParamValueParamProvider.java | 4 ++-- .../inject/DelegatedInjectionValueParamProvider.java | 4 ++-- .../internal/inject/EntityParamValueParamProvider.java | 4 ++-- .../internal/inject/FormParamValueParamProvider.java | 4 ++-- .../internal/inject/HeaderParamValueParamProvider.java | 4 ++-- .../internal/inject/MatrixParamValueParamProvider.java | 4 ++-- .../internal/inject/MultivaluedParameterExtractor.java | 4 ++-- .../inject/MultivaluedParameterExtractorFactory.java | 4 ++-- .../inject/MultivaluedParameterExtractorProvider.java | 4 ++-- .../server/internal/inject/ParamInjectionResolver.java | 4 ++-- .../internal/inject/PrimitiveCharacterExtractor.java | 4 ++-- .../internal/inject/PrimitiveValueOfExtractor.java | 4 ++-- .../internal/inject/QueryParamValueParamProvider.java | 4 ++-- .../internal/inject/SingleStringValueExtractor.java | 4 ++-- .../server/internal/inject/SingleValueExtractor.java | 4 ++-- .../internal/inject/StringCollectionExtractor.java | 4 ++-- .../internal/inject/WebTargetValueParamProvider.java | 2 +- .../AggregatedSlidingWindowTimeReservoir.java | 4 ++-- .../internal/monitoring/AggregatedValueObject.java | 4 ++-- .../server/internal/monitoring/AggregatingTrimmer.java | 4 ++-- .../internal/monitoring/ApplicationInfoListener.java | 4 ++-- .../internal/monitoring/ExecutionStatisticsImpl.java | 4 ++-- .../monitoring/MonitoringStatisticsProcessor.java | 4 ++-- .../monitoring/ResourceMethodStatisticsImpl.java | 4 ++-- .../internal/monitoring/ResourceStatisticsImpl.java | 4 ++-- .../monitoring/SlidingWindowTimeReservoir.java | 4 ++-- .../internal/monitoring/TimeWindowStatisticsImpl.java | 4 ++-- .../internal/monitoring/UniformTimeSimpleSnapshot.java | 4 ++-- .../core/AbstractSlidingWindowTimeReservoir.java | 4 ++-- .../internal/monitoring/core/AbstractTimeSnapshot.java | 4 ++-- .../internal/monitoring/core/ReservoirConstants.java | 4 ++-- .../internal/monitoring/core/SlidingWindowTrimmer.java | 4 ++-- .../server/internal/monitoring/core/TimeReservoir.java | 4 ++-- .../internal/monitoring/core/UniformTimeReservoir.java | 4 ++-- .../internal/monitoring/core/UniformTimeSnapshot.java | 4 ++-- .../monitoring/core/UniformTimeValuesSnapshot.java | 4 ++-- .../internal/process/DefaultCloseableService.java | 4 ++-- .../internal/process/DefaultRespondingContext.java | 4 ++-- .../jersey/server/internal/process/Endpoint.java | 4 ++-- .../server/internal/process/MappableException.java | 4 ++-- .../server/internal/process/ReferencesInitializer.java | 4 ++-- .../process/RequestProcessingConfigurator.java | 4 ++-- .../internal/process/RequestProcessingContext.java | 4 ++-- .../server/internal/process/RespondingContext.java | 4 ++-- .../internal/process/SecurityContextInjectee.java | 4 ++-- .../internal/routing/MatchResultInitializerRouter.java | 4 ++-- .../routing/MatchedEndpointExtractorStage.java | 4 ++-- .../jersey/server/internal/routing/MethodRouting.java | 4 ++-- .../server/internal/routing/MethodSelectingRouter.java | 4 ++-- .../server/internal/routing/PathMatchingRouter.java | 2 +- .../internal/routing/PathMatchingRouterBuilder.java | 2 +- .../server/internal/routing/PathToRouterBuilder.java | 4 ++-- .../server/internal/routing/PushMatchedUriRouter.java | 4 ++-- .../internal/routing/PushMethodHandlerRouter.java | 4 ++-- .../jersey/server/internal/routing/Route.java | 2 +- .../jersey/server/internal/routing/Router.java | 4 ++-- .../jersey/server/internal/routing/Routers.java | 4 ++-- .../jersey/server/internal/routing/Routing.java | 4 ++-- .../jersey/server/internal/routing/RoutingContext.java | 4 ++-- .../jersey/server/internal/routing/RoutingStage.java | 4 ++-- .../server/internal/routing/RuntimeModelBuilder.java | 4 ++-- .../server/internal/routing/SingleMatchResult.java | 4 ++-- .../internal/routing/SubResourceLocatorRouter.java | 4 ++-- .../server/internal/routing/UriRoutingContext.java | 4 ++-- .../scanning/BundleSchemeResourceFinderFactory.java | 4 ++-- .../internal/scanning/CompositeResourceFinder.java | 4 ++-- .../server/internal/scanning/PackageNamesScanner.java | 4 ++-- .../server/internal/scanning/ResourceProcessor.java | 4 ++-- .../server/internal/sonar/SonarJerseyServer.java | 4 ++-- .../jersey/server/model/ComponentModelValidator.java | 6 +++--- .../org/glassfish/jersey/server/model/Consuming.java | 6 +++--- .../jersey/server/model/HandlerConstructor.java | 6 +++--- .../org/glassfish/jersey/server/model/Inflecting.java | 4 ++-- .../jersey/server/model/IntrospectionModeller.java | 4 ++-- .../org/glassfish/jersey/server/model/Invocable.java | 4 ++-- .../glassfish/jersey/server/model/MethodHandler.java | 4 ++-- .../org/glassfish/jersey/server/model/MethodList.java | 2 +- .../jersey/server/model/ModelValidationException.java | 6 +++--- .../org/glassfish/jersey/server/model/Parameter.java | 2 +- .../glassfish/jersey/server/model/Parameterized.java | 4 ++-- .../org/glassfish/jersey/server/model/Producing.java | 6 +++--- .../org/glassfish/jersey/server/model/Resource.java | 4 ++-- .../glassfish/jersey/server/model/ResourceMethod.java | 4 ++-- .../jersey/server/model/ResourceMethodInvoker.java | 4 ++-- .../jersey/server/model/ResourceModelComponent.java | 4 ++-- .../jersey/server/model/ResourceModelIssue.java | 6 +++--- .../jersey/server/model/ResourceModelVisitor.java | 6 +++--- .../java/org/glassfish/jersey/server/model/Routed.java | 4 ++-- .../org/glassfish/jersey/server/model/Suspendable.java | 4 ++-- .../internal/AbstractJavaResourceMethodDispatcher.java | 4 ++-- .../internal/JavaResourceMethodDispatcherProvider.java | 4 ++-- .../internal/ResourceMethodDispatcherFactory.java | 4 ++-- .../ResourceMethodInvocationHandlerFactory.java | 4 ++-- .../model/internal/VoidVoidDispatcherProvider.java | 6 +++--- .../jersey/server/monitoring/ApplicationInfo.java | 4 ++-- .../jersey/server/monitoring/DestroyListener.java | 4 ++-- .../server/spi/AbstractContainerLifecycleListener.java | 4 ++-- .../glassfish/jersey/server/spi/ComponentProvider.java | 4 ++-- .../org/glassfish/jersey/server/spi/Container.java | 4 ++-- .../jersey/server/spi/ContainerLifecycleListener.java | 4 ++-- .../glassfish/jersey/server/spi/ContainerProvider.java | 6 +++--- .../jersey/server/spi/ExternalRequestContext.java | 4 ++-- .../jersey/server/spi/ExternalRequestScope.java | 4 ++-- .../jersey/server/spi/RequestScopedInitializer.java | 4 ++-- .../jersey/server/spi/ValidationInterceptor.java | 4 ++-- .../server/spi/ValidationInterceptorContext.java | 4 ++-- .../server/spi/internal/ParameterValueHelper.java | 4 ++-- .../server/spi/internal/ResourceMethodDispatcher.java | 8 ++++---- .../ResourceMethodInvocationHandlerProvider.java | 4 ++-- .../jersey/server/spi/internal/ValueParamProvider.java | 4 ++-- .../jersey/server/ApplicationHandlerTest.java | 6 +++--- .../org/glassfish/jersey/server/ApplicationTest.java | 4 ++-- .../jersey/server/AsyncApplicationBuildingTest.java | 4 ++-- .../glassfish/jersey/server/ContainerRequestTest.java | 4 ++-- .../jersey/server/ResourceConfigBuilderTest.java | 4 ++-- .../glassfish/jersey/server/ResourceConfigTest.java | 2 +- .../jersey/server/SecurityManagerConfiguredTest.java | 4 ++-- .../jersey/server/TestInjectionManagerFactory.java | 4 ++-- .../jersey/server/UriInfoMatchedResourcesTest.java | 4 ++-- .../jersey/server/UriInfoMatchedUrisTest.java | 4 ++-- .../jersey/server/filter/ApplicationFilterTest.java | 6 +++--- .../filter/ContainerResponseFilterOrderingTest.java | 4 ++-- .../jersey/server/filter/LayeredFiltersTest.java | 4 ++-- .../server/filter/UriModificationFilterTest.java | 4 ++-- .../internal/BackgroundSchedulerProviderTest.java | 6 +++--- .../jersey/server/internal/ResourceContextTest.java | 6 +++--- .../jersey/server/internal/inject/AbstractTest.java | 2 +- .../internal/inject/ActiveBindingBindingTest.java | 4 ++-- .../internal/inject/BeanParamMemoryLeakTest.java | 4 ++-- .../internal/inject/ContextBasedInjectionTest.java | 4 ++-- .../internal/inject/CookieParamAsCookieTest.java | 4 ++-- .../internal/inject/CookieParamAsPrimitiveTest.java | 4 ++-- .../internal/inject/CookieParamAsStringTest.java | 4 ++-- .../inject/CookieParamStringConstructorTest.java | 4 ++-- .../server/internal/inject/EncodedParamsTest.java | 4 ++-- .../jersey/server/internal/inject/FormParamTest.java | 4 ++-- .../internal/inject/HeaderParamAsPrimitiveTest.java | 4 ++-- .../internal/inject/HeaderParamAsStringTest.java | 4 ++-- .../inject/HeaderParamStringConstructorTest.java | 4 ++-- .../server/internal/inject/InvalidParamsTest.java | 4 ++-- .../server/internal/inject/JaxRsInjectablesTest.java | 4 ++-- .../internal/inject/MatrixParamAsPrimitiveTest.java | 4 ++-- .../internal/inject/MatrixParamAsStringTest.java | 4 ++-- .../inject/MatrixParamStringConstructorTest.java | 4 ++-- .../internal/inject/ParamExceptionMappingTest.java | 4 ++-- .../server/internal/inject/PathParamAsStringTest.java | 4 ++-- .../inject/PathParamStringConstructorTest.java | 4 ++-- .../internal/inject/QueryParamAsPrimitiveTest.java | 4 ++-- .../internal/inject/QueryParamAsSetPrimitiveTest.java | 4 ++-- .../internal/inject/QueryParamAsSetStringTest.java | 4 ++-- .../inject/QueryParamAsSortedSetPrimitiveTest.java | 4 ++-- .../inject/QueryParamAsSortedSetStringTest.java | 4 ++-- .../server/internal/inject/QueryParamAsStringTest.java | 4 ++-- .../server/internal/inject/QueryParamEnumTest.java | 4 ++-- .../internal/inject/QueryParamFromStringTest.java | 4 ++-- .../inject/QueryParamSetStringConstructorTest.java | 4 ++-- .../QueryParamSortedSetStringConstructorTest.java | 4 ++-- .../inject/QueryParamStringConstructorTest.java | 4 ++-- .../jersey/server/internal/inject/UriTest.java | 4 ++-- .../monitoring/AbstractNanosReservoirTest.java | 4 ++-- .../internal/monitoring/AggregatingTrimmerTest.java | 4 ++-- .../monitoring/AggregatingTrimmerZeroTimeTest.java | 4 ++-- .../monitoring/ResponseStatisticsImplTest.java | 4 ++-- ...idingWindowTimeReservoirAggregatingTrimmerTest.java | 4 ++-- .../monitoring/SlidingWindowTimeReservoirTest.java | 4 ++-- .../monitoring/TimeWindowStatisticsImplTest.java | 4 ++-- .../server/internal/process/ProxyInjectablesTest.java | 4 ++-- .../server/internal/routing/UriRoutingContextTest.java | 4 ++-- .../internal/scanning/BundleSchemeScannerTest.java | 4 ++-- .../internal/scanning/CompositeResourceFinderTest.java | 4 ++-- .../server/internal/sonar/SonarJerseyServerTest.java | 4 ++-- .../server/model/AcceptAnnotatedReaderWriterTest.java | 4 ++-- .../server/model/AsyncContentAndEntityTypeTest.java | 4 ++-- .../jersey/server/model/ConsumeProduceSimpleTest.java | 4 ++-- .../jersey/server/model/HeadSubResourceMethodTest.java | 4 ++-- .../org/glassfish/jersey/server/model/HeadTest.java | 4 ++-- .../server/model/MixedResourceConfigurationTest.java | 4 ++-- .../server/model/OptionsSubResourceMethodTest.java | 4 ++-- .../org/glassfish/jersey/server/model/OptionsTest.java | 4 ++-- .../glassfish/jersey/server/model/ParameterTest.java | 4 ++-- .../server/model/ProgrammaticResourceMethodsTest.java | 6 +++--- .../jersey/server/model/ResourcePathOverrideTest.java | 4 ++-- .../server/model/SubResourceHttpMethodsTest.java | 4 ++-- .../jersey/server/model/SubResourceNullTest.java | 4 ++-- .../glassfish/jersey/server/model/ValidatorTest.java | 4 ++-- .../modelapi/annotation/IntrospectionModellerTest.java | 4 ++-- .../server/monitoring/MonitoringFeatureTest.java | 4 ++-- .../examples/bookmark_em/entity/BookmarkEntity.java | 4 ++-- .../examples/bookmark_em/entity/BookmarkEntityPK.java | 4 ++-- .../jersey/examples/bookmark_em/entity/UserEntity.java | 4 ++-- .../bookmark_em/resource/BookmarkResource.java | 4 ++-- .../bookmark_em/resource/BookmarksResource.java | 4 ++-- .../examples/bookmark_em/resource/UserResource.java | 4 ++-- .../examples/bookmark_em/resource/UsersResource.java | 4 ++-- .../jersey/examples/bookmark_em/BookmarkTest.java | 4 ++-- .../examples/bookmark/entity/BookmarkEntity.java | 4 ++-- .../examples/bookmark/entity/BookmarkEntityPK.java | 4 ++-- .../jersey/examples/bookmark/entity/UserEntity.java | 4 ++-- .../examples/bookmark/resource/BookmarkResource.java | 4 ++-- .../examples/bookmark/resource/BookmarksResource.java | 4 ++-- .../examples/bookmark/resource/UserResource.java | 4 ++-- .../examples/bookmark/resource/UsersResource.java | 4 ++-- .../jersey/examples/bookmark/BookmarkTest.java | 4 ++-- .../examples/cdi/resources/EchoParamFieldResource.java | 4 ++-- .../jersey/examples/cdi/resources/MyApplication.java | 4 ++-- .../jersey/examples/cdi/resources/MyOtherResource.java | 4 ++-- .../examples/cdi/resources/MySingletonResource.java | 4 ++-- .../jersey/examples/cdi/resources/CdiTest.java | 4 ++-- .../examples/cdi/resources/EchoParamBeanTest.java | 4 ++-- .../examples/cdi/resources/EchoResourceTest.java | 4 ++-- .../jersey/examples/cdi/resources/HelloworldTest.java | 4 ++-- .../examples/cdi/resources/PerApplicationBeanTest.java | 4 ++-- .../examples/cdi/resources/PerRequestBeanTest.java | 4 ++-- .../cdi/resources/ProxyScopeAlignmentTest.java | 4 ++-- .../org/glassfish/jersey/examples/clipboard/App.java | 4 ++-- .../glassfish/jersey/examples/clipboard/Clipboard.java | 4 ++-- .../org/glassfish/jersey/examples/clipboard/App.java | 6 +++--- .../jersey/examples/clipboard/ClipboardData.java | 4 ++-- .../examples/clipboard/ClipboardDataProvider.java | 4 ++-- .../jersey/examples/clipboard/ClipboardResource.java | 6 +++--- .../jersey/examples/linking/LinkWebAppTest.java | 4 ++-- .../examples/entityfiltering/selectable/App.java | 4 ++-- .../extendedwadl/ExtendedWadlWebappOsgiTest.java | 6 +++--- .../freemarker/resources/FreemarkerResource.java | 4 ++-- .../jersey/examples/freemarker/FreemarkerTest.java | 4 ++-- .../examples/helloworld/netty/HelloWorldResource.java | 4 ++-- .../org/glassfish/jersey/examples/helloworld/App.java | 4 ++-- .../examples/helloworld/jaxrs/HelloWorldResource.java | 4 ++-- .../examples/helloworld/spring/GreetingService.java | 4 ++-- .../helloworld/spring/GreetingServiceImpl.java | 4 ++-- .../examples/helloworld/spring/MyApplication.java | 4 ++-- .../jersey/examples/helloworld/webapp/App.java | 4 ++-- .../examples/helloworld/webapp/HelloWorldResource.java | 4 ++-- .../examples/helloworld/webapp/MyApplication.java | 4 ++-- .../examples/helloworld/webapp/HelloWorldTest.java | 4 ++-- .../jersey/examples/helloworld/AppScopedResource.java | 4 ++-- .../jersey/examples/helloworld/CustomInterceptor.java | 4 ++-- .../jersey/examples/helloworld/HelloWorldResource.java | 4 ++-- .../jersey/examples/helloworld/RequestScopedBean.java | 4 ++-- .../examples/helloworld/RequestScopedResource.java | 4 ++-- .../examples/helloworld/ResponseBodyFromCdiBean.java | 4 ++-- .../examples/helloworld/AppScopedResourceTest.java | 4 ++-- .../jersey/examples/helloworld/HelloWorldTest.java | 4 ++-- .../examples/helloworld/RequestScopeAlignmentTest.java | 4 ++-- .../examples/helloworld/RequestScopedResourceTest.java | 4 ++-- .../jersey/examples/helloworld/HelloWorldResource.java | 4 ++-- .../org/glassfish/jersey/examples/httppatch/App.java | 4 ++-- .../httppatch/OptionsAcceptPatchHeaderFilter.java | 4 ++-- .../jersey/examples/httppatch/PatchableResource.java | 4 ++-- .../jersey/examples/httppatch/PatchingInterceptor.java | 4 ++-- .../org/glassfish/jersey/examples/httppatch/State.java | 4 ++-- .../jersey/examples/httppatch/HttpPatchTest.java | 4 ++-- .../org/glassfish/jersey/examples/httptrace/App.java | 6 +++--- .../jersey/examples/httptrace/Stringifier.java | 4 ++-- .../org/glassfish/jersey/examples/httptrace/TRACE.java | 4 ++-- .../jersey/examples/httptrace/TracingResource.java | 4 ++-- .../AuthenticationException.java | 4 ++-- .../AuthenticationExceptionMapper.java | 4 ++-- .../httpsclientservergrizzly/RootResource.java | 4 ++-- .../httpsclientservergrizzly/SecurityFilter.java | 4 ++-- .../examples/httpsclientservergrizzly/Server.java | 4 ++-- .../examples/httpsclientservergrizzly/MainTest.java | 4 ++-- .../https/glassfish/resources/HelloWorldResource.java | 4 ++-- .../java8/resources/DefaultMethodInterface.java | 4 ++-- .../java8/resources/DefaultMethodResource.java | 4 ++-- .../examples/java8/resources/LambdaResource.java | 4 ++-- .../examples/java8/DefaultMethodResourceTest.java | 4 ++-- .../jersey/examples/java8/LambdaResourceTest.java | 4 ++-- .../java/org/glassfish/jersey/examples/jaxb/App.java | 4 ++-- .../org/glassfish/jersey/examples/jaxb/JaxbTest.java | 4 ++-- .../jersey/examples/jaxrstypeinjection/App.java | 4 ++-- .../JaxrsInjectionReportingInflector.java | 4 ++-- .../JaxrsInjectionReportingResource.java | 4 ++-- .../examples/jaxrstypeinjection/ReportBuilder.java | 4 ++-- .../jersey/examples/jersey_ejb/entities/Message.java | 4 ++-- .../jersey_ejb/entities/MessageListWriter.java | 4 ++-- .../examples/jersey_ejb/entities/MessageWriter.java | 4 ++-- .../jersey_ejb/exceptions/CustomNotFoundException.java | 4 ++-- .../jersey_ejb/exceptions/NotFoundExceptionMapper.java | 4 ++-- .../jersey_ejb/resources/MessageBoardResourceBean.java | 4 ++-- .../jersey_ejb/resources/MessageBoardRootResource.java | 4 ++-- .../resources/MessageHolderSingletonBean.java | 4 ++-- .../examples/jersey_ejb/test/MessageBoardTest.java | 4 ++-- .../java/org/glassfish/jersey/examples/jsonb/App.java | 4 ++-- .../java/org/glassfish/jersey/examples/jsonb/Cat.java | 4 ++-- .../jersey/examples/jsonb/JsonbApplication.java | 4 ++-- .../glassfish/jersey/examples/jsonb/JsonbResource.java | 4 ++-- .../org/glassfish/jersey/examples/jackson/App.java | 4 ++-- .../examples/jackson/CombinedAnnotationBean.java | 4 ++-- .../examples/jackson/CombinedAnnotationResource.java | 4 ++-- .../jersey/examples/jackson/EmptyArrayBean.java | 4 ++-- .../jersey/examples/jackson/EmptyArrayResource.java | 4 ++-- .../examples/jackson/ExceptionMappingTestResource.java | 4 ++-- .../jersey/examples/jackson/MyApplication.java | 4 ++-- .../examples/jackson/MyObjectMapperProvider.java | 4 ++-- .../glassfish/jersey/examples/jackson/NonJaxbBean.java | 4 ++-- .../jersey/examples/jackson/NonJaxbBeanResource.java | 4 ++-- .../glassfish/jersey/examples/jackson/JacksonTest.java | 4 ++-- .../org/glassfish/jersey/examples/jackson1/App.java | 4 ++-- .../examples/jackson1/CombinedAnnotationBean.java | 4 ++-- .../examples/jackson1/CombinedAnnotationResource.java | 4 ++-- .../glassfish/jersey/examples/jackson1/DummyBean.java | 4 ++-- .../jersey/examples/jackson1/EmptyArrayBean.java | 4 ++-- .../jersey/examples/jackson1/EmptyArrayResource.java | 4 ++-- .../jackson1/ExceptionMappingTestResource.java | 4 ++-- .../jersey/examples/jackson1/MyApplication.java | 4 ++-- .../examples/jackson1/MyObjectMapperProvider.java | 4 ++-- .../jersey/examples/jackson1/NonJaxbBean.java | 4 ++-- .../jersey/examples/jackson1/NonJaxbBeanResource.java | 4 ++-- .../jersey/examples/jackson1/Jackson1Test.java | 4 ++-- .../jersey/examples/jettison/AircraftType.java | 6 +++--- .../jersey/examples/jettison/AircraftTypeList.java | 6 +++--- .../org/glassfish/jersey/examples/jettison/App.java | 6 +++--- .../glassfish/jersey/examples/jettison/FlightList.java | 6 +++--- .../jersey/examples/jettison/FlightsDataStore.java | 4 ++-- .../jersey/examples/jettison/JaxbContextResolver.java | 6 +++--- .../jersey/examples/jettison/JsonJettisonTest.java | 6 +++--- .../org/glassfish/jersey/examples/jsonmoxy/App.java | 4 ++-- .../jersey/examples/jsonmoxy/JsonResource.java | 4 ++-- .../glassfish/jersey/examples/jsonmoxy/TestBean.java | 4 ++-- .../jersey/examples/jsonmoxy/JsonResourceTest.java | 4 ++-- .../java/org/glassfish/jersey/examples/jsonp/App.java | 6 +++--- .../jersey/examples/jsonp/ChangeListResource.java | 4 ++-- .../jersey/examples/jsonp/ChangeRecordBean.java | 4 ++-- .../jersey/examples/jsonp/JsonWithPaddingTest.java | 4 ++-- .../resources/ManagedBeanSingletonResource.java | 4 ++-- .../jersey/examples/managedbeans/resources/Widget.java | 4 ++-- .../examples/managedbeans/ManagedBeanWebAppTest.java | 4 ++-- .../jersey/examples/managedclient/ClientA.java | 4 ++-- .../jersey/examples/managedclient/ClientB.java | 4 ++-- .../examples/managedclient/CustomHeaderFeature.java | 4 ++-- .../examples/managedclient/CustomHeaderFilter.java | 4 ++-- .../examples/managedclient/InternalResource.java | 4 ++-- .../jersey/examples/managedclient/MyApplication.java | 4 ++-- .../jersey/examples/managedclient/PublicResource.java | 4 ++-- .../examples/managedclient/ManagedClientTest.java | 4 ++-- .../glassfish/jersey/examples/managedclient/App.java | 4 ++-- .../jersey/examples/managedclient/ClientA.java | 4 ++-- .../jersey/examples/managedclient/ClientB.java | 4 ++-- .../examples/managedclient/CustomHeaderFeature.java | 4 ++-- .../examples/managedclient/CustomHeaderFilter.java | 4 ++-- .../examples/managedclient/InternalResource.java | 4 ++-- .../jersey/examples/managedclient/PublicResource.java | 4 ++-- .../examples/managedclient/ManagedClientTest.java | 4 ++-- .../webapp/MultiPartFieldInjectedResource.java | 4 ++-- .../examples/multipart/webapp/MultiPartWebAppTest.java | 4 ++-- .../org/glassfish/jersey/examples/opentracing/App.java | 4 ++-- .../jersey/examples/opentracing/TracedResource.java | 4 ++-- .../additional/resource/AdditionalResource.java | 4 ++-- .../subpackage/AdditionalSubPackagedResource.java | 4 ++-- .../additional/resource/AdditionalResource.java | 4 ++-- .../examples/helloworld/test/AbstractWebAppTest.java | 6 +++--- .../osgi/helloworld/WebAppContextListener.java | 4 ++-- .../helloworld/resource/WebInfClassesResource.java | 4 ++-- .../subpackage/WebInfClassesSubPackagedResource.java | 4 ++-- .../examples/osgihttpservice/StatusResource.java | 4 ++-- .../osgihttpservice/test/AbstractHttpServiceTest.java | 4 ++-- .../java/org/glassfish/jersey/examples/reload/App.java | 4 ++-- .../jersey/examples/reload/ArrivalsResource.java | 4 ++-- .../jersey/examples/reload/DeparturesResource.java | 4 ++-- .../glassfish/jersey/examples/reload/FlightsDB.java | 4 ++-- .../jersey/examples/reload/StatsResource.java | 4 ++-- .../examples/reload/compiler/AppClassLoader.java | 4 ++-- .../jersey/examples/reload/compiler/ClassFile.java | 4 ++-- .../jersey/examples/reload/compiler/Compiler.java | 4 ++-- .../jersey/examples/reload/compiler/JavaFile.java | 4 ++-- .../glassfish/jersey/examples/reload/ReloadTest.java | 4 ++-- .../examples/rx/agent/FlowableAgentResource.java | 4 ++-- .../rx/agent/ListenableFutureAgentResource.java | 4 ++-- .../examples/rx/agent/ObservableAgentResource.java | 4 ++-- .../glassfish/jersey/examples/rx/RxClientsTest.java | 4 ++-- .../jersey/examples/server/async/managed/App.java | 4 ++-- .../examples/server/async/managed/ChatResource.java | 4 ++-- .../jersey/examples/server/async/managed/Message.java | 4 ++-- ...SimpleJerseyExecutorManagedLongRunningResource.java | 4 ++-- .../server/async/managed/ManagedAsyncResourceTest.java | 4 ++-- .../glassfish/jersey/examples/server/async/Main.java | 4 ++-- .../jersey/examples/server/async/MainWindow.java | 4 ++-- .../examples/server/async/AsyncJaxrsApplication.java | 4 ++-- .../examples/server/async/LongRunningEchoResource.java | 4 ++-- .../glassfish/jersey/examples/server/async/App.java | 4 ++-- .../server/async/BlockingPostChatResource.java | 4 ++-- .../server/async/FireAndForgetChatResource.java | 4 ++-- .../async/LongRunningAsyncOperationResource.java | 4 ++-- .../server/async/SimpleLongRunningResource.java | 4 ++-- .../org/glassfish/jersey/examples/sse/jaxrs/App.java | 6 +++--- .../jersey/examples/sse/jaxrs/DomainResource.java | 6 +++--- .../sse/jaxrs/JaxRsServerSentEventsResource.java | 6 +++--- .../examples/sse/jaxrs/ServerSentEventsTest.java | 8 ++++---- .../org/glassfish/jersey/examples/sse/jersey/App.java | 4 ++-- .../jersey/examples/sse/jersey/DomainResource.java | 4 ++-- .../examples/sse/jersey/ServerSentEventsResource.java | 4 ++-- .../examples/sse/jersey/ServerSentEventsTest.java | 6 +++--- .../glassfish/jersey/examples/servlet3/webapp/App.java | 4 ++-- .../jersey/examples/servlet3/webapp/CatResource.java | 4 ++-- .../jersey/examples/servlet3/webapp/DogResource.java | 4 ++-- .../src/test/java/Servlet3WebappITCase.java | 4 ++-- .../glassfish/jersey/examples/console/MainTest.java | 2 +- .../examples/sseitemstore/jaxrs/JaxrsItemStoreApp.java | 4 ++-- .../sseitemstore/jaxrs/JaxrsItemStoreResource.java | 4 ++-- .../sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java | 4 ++-- .../examples/sseitemstore/jersey/ItemStoreApp.java | 4 ++-- .../sseitemstore/jersey/ItemStoreResource.java | 4 ++-- .../jersey/JerseyItemStoreResourceTest.java | 4 ++-- .../examples/aggregator/AbstractTestAggregator.java | 6 +++--- .../jersey/examples/aggregator/DataAggregator.java | 4 ++-- .../jersey/examples/aggregator/DataListener.java | 4 ++-- .../jersey/examples/aggregator/MainWindow.java | 4 ++-- .../glassfish/jersey/examples/aggregator/Message.java | 4 ++-- .../aggregator/MessageStreamResourceJaxRs.java | 4 ++-- .../aggregator/MessageStreamResourceJersey.java | 4 ++-- .../aggregator/RemoveSelectedListItemsAction.java | 4 ++-- .../examples/aggregator/TestAggregatorJaxRs.java | 6 +++--- .../examples/aggregator/TestAggregatorJersey.java | 6 +++--- .../jersey/examples/aggregator/TwitterAggregator.java | 4 ++-- .../org/glassfish/jersey/examples/xmlmoxy/App.java | 4 ++-- .../jersey/examples/xmlmoxy/beans/Address.java | 4 ++-- .../jersey/examples/xmlmoxy/beans/Customer.java | 4 ++-- .../jersey/examples/xmlmoxy/beans/PhoneNumber.java | 4 ++-- .../glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java | 4 ++-- .../internal/DefaultConfiguredValidator.java | 4 ++-- .../internal/ValidationInterceptorExecutor.java | 4 ++-- .../hk2ban/EmptyHk2CustomInjectionTypeProvider.java | 4 ++-- .../EmptyHk2CustomInjectionTypeProviderTest.java | 4 ++-- .../servlet/internal/CdiExternalRequestScope.java | 4 ++-- .../internal/CdiExternalRequestScopeExtension.java | 4 ++-- .../servlet/internal/ServletInjectionManagerStore.java | 4 ++-- .../TransactionalExceptionInterceptorProvider.java | 4 ++-- .../internal/TransactionalExceptionMapper.java | 4 ++-- .../transaction/internal/WebAppExceptionHolder.java | 4 ++-- .../internal/WebAppExceptionInterceptor.java | 4 ++-- .../validation/internal/CdiInterceptorWrapper.java | 4 ++-- .../internal/CdiInterceptorWrapperExtension.java | 4 ++-- .../ext/cdi1x/internal/AbstractCdiBeanSupplier.java | 4 ++-- .../ext/cdi1x/internal/CdiComponentProvider.java | 2 +- .../glassfish/jersey/ext/cdi1x/internal/CdiUtil.java | 4 ++-- .../ext/cdi1x/internal/GenericCdiBeanSupplier.java | 4 ++-- .../cdi1x/internal/GenericInjectionManagerStore.java | 4 ++-- .../ext/cdi1x/internal/InjecteeSkippingAnalyzer.java | 4 ++-- .../jersey/ext/cdi1x/internal/JerseyVetoed.java | 4 ++-- .../cdi1x/internal/RequestScopedCdiBeanSupplier.java | 4 ++-- .../ext/cdi1x/spi/Hk2CustomBoundTypesProvider.java | 4 ++-- .../ext/cdi1x/internal/CdiComponentProviderTest.java | 4 ++-- .../jersey/weld/se/WeldInjectionManagerStore.java | 4 ++-- .../org/glassfish/jersey/weld/se/WeldRequestScope.java | 4 ++-- .../server/mvc/freemarker/FreemarkerViewProcessor.java | 4 ++-- .../rx/guava/JerseyRxListenableFutureInvoker.java | 4 ++-- .../rx/guava/RxListenableFutureInvokerProvider.java | 4 ++-- .../client/rx/rxjava/RxObservableInvokerProvider.java | 4 ++-- .../jersey/client/rx/rxjava/RxObservableTest.java | 4 ++-- .../client/rx/rxjava2/JerseyRxFlowableInvoker.java | 4 ++-- .../jersey/client/rx/rxjava2/RxFlowableInvoker.java | 4 ++-- .../client/rx/rxjava2/RxFlowableInvokerProvider.java | 4 ++-- .../jersey/client/rx/rxjava2/RxFlowableTest.java | 4 ++-- .../spring/scope/JaxrsServletRequestAttributes.java | 4 ++-- .../server/spring/scope/JaxrsRequestAttributes.java | 4 ++-- .../spring/scope/JaxrsServletRequestAttributes.java | 4 ++-- .../server/spring/scope/RequestContextFilter.java | 6 +++--- .../server/spring/scope/JaxrsRequestAttributes.java | 2 +- .../spring/scope/JaxrsServletRequestAttributes.java | 2 +- .../server/spring/scope/RequestContextFilter.java | 4 ++-- .../server/gae/GaeBackgroundExecutorProvider.java | 6 +++--- .../org/glassfish/jersey/server/gae/GaeFeature.java | 6 +++--- .../jersey/media/htmljson/AbstractTypeTester.java | 4 ++-- .../java/org/glassfish/jersey/kryo/KryoFeature.java | 4 ++-- .../jersey/kryo/internal/KryoAutoDiscoverable.java | 4 ++-- .../jersey/kryo/internal/KryoMessageBodyProvider.java | 4 ++-- .../org/glassfish/jersey/kryo/JaxRsApplication.java | 4 ++-- .../test/java/org/glassfish/jersey/kryo/Person.java | 4 ++-- .../java/org/glassfish/jersey/kryo/PersonResource.java | 4 ++-- .../org/glassfish/jersey/kryo/PersonResourceTest.java | 4 ++-- .../OpenTracingApplicationEventListener.java | 4 ++-- .../opentracing/OpenTracingClientRequestFilter.java | 4 ++-- .../opentracing/OpenTracingClientResponseFilter.java | 4 ++-- .../jersey/opentracing/OpenTracingFeature.java | 4 ++-- .../glassfish/jersey/opentracing/OpenTracingUtils.java | 4 ++-- .../inject/hk2/ContextInjectionResolverImpl.java | 6 +++--- .../jersey/inject/hk2/Hk2ReferencingFactory.java | 4 ++-- .../jersey/inject/hk2/JerseyClassAnalyzer.java | 4 ++-- .../jersey/inject/hk2/JerseyErrorService.java | 4 ++-- .../jaxb/internal/AbstractJaxbElementProvider.java | 4 ++-- .../jersey/jaxb/internal/AbstractJaxbProvider.java | 4 ++-- .../jaxb/internal/AbstractRootElementJaxbProvider.java | 4 ++-- .../DocumentBuilderFactoryInjectionProvider.java | 4 ++-- .../jersey/jaxb/internal/DocumentProvider.java | 4 ++-- .../jersey/jaxb/internal/JaxbAutoDiscoverable.java | 4 ++-- .../jersey/jaxb/internal/JaxbMessagingBinder.java | 4 ++-- .../jersey/jaxb/internal/JaxbParamConverterBinder.java | 4 ++-- .../jersey/jaxb/internal/JaxbStringReaderProvider.java | 4 ++-- .../internal/SaxParserFactoryInjectionProvider.java | 4 ++-- .../internal/TransformerFactoryInjectionProvider.java | 4 ++-- .../jaxb/internal/XmlCollectionJaxbProvider.java | 4 ++-- .../internal/XmlInputFactoryInjectionProvider.java | 4 ++-- .../jersey/jaxb/internal/XmlJaxbElementProvider.java | 4 ++-- .../jaxb/internal/XmlRootElementJaxbProvider.java | 4 ++-- .../jaxb/internal/XmlRootObjectJaxbProvider.java | 4 ++-- .../org/glassfish/jersey/jsonb/JsonBindingFeature.java | 4 ++-- .../jsonb/internal/JsonBindingAutoDiscoverable.java | 4 ++-- .../jersey/jsonb/internal/JsonBindingProvider.java | 4 ++-- .../org/glassfish/jersey/jettison/JettisonConfig.java | 4 ++-- .../glassfish/jersey/jettison/JettisonConfigured.java | 4 ++-- .../glassfish/jersey/jettison/JettisonMarshaller.java | 4 ++-- .../jersey/jettison/JettisonUnmarshaller.java | 4 ++-- .../jersey/jettison/internal/BaseJsonMarshaller.java | 4 ++-- .../jersey/jettison/internal/BaseJsonUnmarshaller.java | 4 ++-- .../jettison/internal/JettisonJaxbMarshaller.java | 4 ++-- .../jettison/internal/JettisonJaxbUnmarshaller.java | 4 ++-- .../jersey/jettison/internal/Stax2JettisonFactory.java | 4 ++-- .../internal/entity/JettisonArrayProvider.java | 4 ++-- .../internal/entity/JettisonJaxbElementProvider.java | 4 ++-- .../internal/entity/JettisonListElementProvider.java | 4 ++-- .../internal/entity/JettisonLowLevelProvider.java | 4 ++-- .../internal/entity/JettisonObjectProvider.java | 4 ++-- .../internal/entity/JettisonRootElementProvider.java | 4 ++-- .../glassfish/jersey/moxy/json/MoxyJsonFeature.java | 4 ++-- .../glassfish/jersey/moxy/xml/MoxyContextResolver.java | 4 ++-- .../org/glassfish/jersey/moxy/xml/MoxyXmlFeature.java | 4 ++-- .../jersey/media/multipart/ContentDisposition.java | 4 ++-- .../media/multipart/FormDataContentDisposition.java | 4 ++-- .../jersey/media/multipart/FormDataParamException.java | 4 ++-- .../internal/MultiPartHeaderModificationTest.java | 4 ++-- .../org/glassfish/jersey/media/sse/EventInput.java | 4 ++-- .../glassfish/jersey/media/sse/EventInputReader.java | 4 ++-- .../org/glassfish/jersey/media/sse/EventListener.java | 4 ++-- .../org/glassfish/jersey/media/sse/EventOutput.java | 6 +++--- .../org/glassfish/jersey/media/sse/EventSource.java | 6 +++--- .../org/glassfish/jersey/media/sse/InboundEvent.java | 6 +++--- .../glassfish/jersey/media/sse/InboundEventReader.java | 4 ++-- .../org/glassfish/jersey/media/sse/OutboundEvent.java | 6 +++--- .../jersey/media/sse/OutboundEventWriter.java | 6 +++--- .../org/glassfish/jersey/media/sse/SseBroadcaster.java | 4 ++-- .../org/glassfish/jersey/media/sse/SseFeature.java | 4 ++-- .../jersey/media/sse/internal/JerseyEventSink.java | 4 ++-- .../glassfish/jersey/media/sse/internal/JerseySse.java | 4 ++-- .../media/sse/internal/JerseySseBroadcaster.java | 4 ++-- .../jersey/media/sse/internal/SseAutoDiscoverable.java | 6 +++--- .../glassfish/jersey/media/sse/internal/SseBinder.java | 4 ++-- .../sse/internal/SseEventSinkValueParamProvider.java | 4 ++-- .../glassfish/jersey/media/sse/ClientCloseTest.java | 4 ++-- .../glassfish/jersey/media/sse/EventSourceTest.java | 4 ++-- .../glassfish/jersey/media/sse/OutboundEventTest.java | 4 ++-- .../jersey/media/sse/SseEventSinkCloseTest.java | 4 ++-- .../glassfish/jersey/media/sse/SseEventSinkTest.java | 4 ++-- .../jersey/media/sse/internal/JerseyEventSinkTest.java | 4 ++-- .../media/sse/internal/JerseySseBroadcasterTest.java | 4 ++-- .../jersey/server/oauth1/OAuth1ExceptionTest.java | 4 ++-- .../org/glassfish/jersey/test/DeploymentContext.java | 4 ++-- .../java/org/glassfish/jersey/test/JerseyTest.java | 6 +++--- .../jersey/test/ServletDeploymentContext.java | 4 ++-- .../java/org/glassfish/jersey/test/TestProperties.java | 4 ++-- .../jersey/test/spi/TestContainerFactory.java | 4 ++-- .../java/org/glassfish/jersey/test/JerseyTestTest.java | 6 +++--- .../test/maven/runner/ShellMojoExecutionException.java | 4 ++-- .../test/maven/rule/FilePatternDoesNotExistRule.java | 4 ++-- .../test/maven/rule/PatternNotMatchedInFileRule.java | 4 ++-- .../maven/rule/FilePatternDoesNotExistRuleTest.java | 4 ++-- .../maven/rule/PatternNotMatchedInFileRuleTest.java | 4 ++-- .../memleak/common/AbstractMemoryLeakSimpleTest.java | 4 ++-- .../memleak/common/AbstractMemoryLeakWebAppTest.java | 4 ++-- .../memleak/common/MemoryLeakSucceedingTimeout.java | 4 ++-- .../jersey/test/memleak/common/MemoryLeakUtils.java | 4 ++-- .../test/external/ExternalTestContainerFactory.java | 4 ++-- .../test/grizzly/GrizzlyTestContainerFactory.java | 4 ++-- .../test/grizzly/GrizzlyWebTestContainerFactory.java | 6 +++--- .../org/glassfish/jersey/test/grizzly/BaseUriTest.java | 4 ++-- .../jersey/test/grizzly/pckg/GrizzlyPackageTest.java | 4 ++-- .../grizzly/web/GrizzlyRequestDispatchFilterTest.java | 6 +++--- .../grizzly/web/GrizzlyWebFixedRequestSizeTest.java | 4 ++-- .../test/grizzly/web/GrizzlyWebInjectionTest.java | 6 +++--- .../grizzly/web/GrizzlyWebServletAndFilterTest.java | 4 ++-- .../jersey/test/grizzly/web/GrizzlyWebTest.java | 4 ++-- .../grizzly/web/context/GrizzlyWebContextPathTest.java | 4 ++-- .../jersey/test/inmemory/InMemoryConnector.java | 6 +++--- .../test/inmemory/InMemoryTestContainerFactory.java | 6 +++--- .../jersey/test/inmemory/InMemoryContainerTest.java | 4 ++-- .../test/inmemory/internal/FollowRedirectsTest.java | 4 ++-- .../jdkhttp/JdkHttpServerTestContainerFactory.java | 4 ++-- .../jersey/test/jetty/JettyTestContainerFactory.java | 4 ++-- .../jersey/test/netty/NettyTestContainerFactory.java | 4 ++-- .../jersey/test/simple/SimpleTestContainerFactory.java | 4 ++-- .../util/runner/ConcurrentParameterizedRunner.java | 4 ++-- .../jersey/test/util/runner/ConcurrentRunner.java | 4 ++-- .../jersey/test/util/runner/RunSeparately.java | 4 ++-- .../jersey/test/util/runner/ConcurrentRunnerTest.java | 4 ++-- .../jersey/tests/e2e/client/BasicClientTest.java | 4 ++-- .../tests/e2e/client/CancelFutureClientTest.java | 4 ++-- .../ChunkedInputStreamClosedPrematurelyTest.java | 6 +++--- .../tests/e2e/client/ClientBufferingDisabledTest.java | 4 ++-- .../tests/e2e/client/ClientExecutorCloseTest.java | 4 ++-- .../jersey/tests/e2e/client/ClientExecutorTest.java | 4 ++-- .../jersey/tests/e2e/client/ClientFilterTest.java | 4 ++-- .../tests/e2e/client/HttpDigestAuthFilterTest.java | 4 ++-- .../jersey/tests/e2e/client/HttpMethodEntityTest.java | 4 ++-- .../tests/e2e/client/InjectedClientBodyWorker.java | 4 ++-- .../jersey/tests/e2e/client/JaxRsTimeoutTest.java | 4 ++-- .../tests/e2e/client/RequestScopedReadEntityTest.java | 4 ++-- .../jersey/tests/e2e/client/ResponseCloseTest.java | 4 ++-- .../e2e/client/ResponseReadAndBufferEntityTest.java | 4 ++-- .../tests/e2e/client/ShutdownHookMemoryLeakTest.java | 4 ++-- .../tests/e2e/client/connector/HttpPatchTest.java | 4 ++-- .../connector/RequestHeaderModificationsTest.java | 4 ++-- .../client/connector/ssl/AuthenticationException.java | 4 ++-- .../connector/ssl/AuthenticationExceptionMapper.java | 4 ++-- .../tests/e2e/client/connector/ssl/RootResource.java | 4 ++-- .../tests/e2e/client/connector/ssl/SecurityFilter.java | 4 ++-- .../jersey/tests/e2e/client/connector/ssl/Server.java | 4 ++-- .../connector/ssl/SslConnectorConfigurationTest.java | 6 +++--- .../tests/e2e/client/httpurlconnector/AsyncTest.java | 4 ++-- .../jersey/tests/e2e/common/TestRuntimeDelegate.java | 4 ++-- .../e2e/common/config/ServiceFinderBinderTest.java | 4 ++-- .../jersey/tests/e2e/common/config/TestContract.java | 4 ++-- .../jersey/tests/e2e/common/config/TestServiceA.java | 4 ++-- .../jersey/tests/e2e/common/config/TestServiceB.java | 4 ++-- .../jersey/tests/e2e/common/config/TestServiceC.java | 4 ++-- .../jersey/tests/e2e/common/config/TestServiceD.java | 4 ++-- .../common/internal/ContextResolverFactoryTest.java | 4 ++-- .../tests/e2e/common/internal/JaxrsProvidersTest.java | 4 ++-- .../tests/e2e/common/internal/ProviderBinderTest.java | 6 +++--- .../jersey/tests/e2e/common/internal/TestBinder.java | 4 ++-- .../common/internal/inject/ReferencingFactoryTest.java | 4 ++-- .../AcceptableMediaTypeStringRepresentationTest.java | 4 ++-- .../message/internal/AcceptableMediaTypeTest.java | 4 ++-- .../e2e/common/message/internal/HeaderUtilsTest.java | 4 ++-- .../message/internal/InboundMessageContextTest.java | 4 ++-- .../common/message/internal/MatchingEntityTagTest.java | 6 +++--- .../message/internal/OutboundJaxrsResponseTest.java | 4 ++-- .../message/internal/OutboundMessageContextTest.java | 4 ++-- .../message/internal/QualitySourceMediaTypeTest.java | 4 ++-- .../common/process/internal/ExecutorProvidersTest.java | 4 ++-- .../e2e/common/uri/internal/JerseyUriBuilderTest.java | 4 ++-- .../jersey/tests/e2e/entity/AbstractTypeTester.java | 4 ++-- .../jersey/tests/e2e/entity/EmptyEntityTest.java | 4 ++-- .../e2e/entity/EmptyRequestToEntityParamTest.java | 4 ++-- .../tests/e2e/entity/InterceptedStreamCloseTest.java | 4 ++-- .../jersey/tests/e2e/entity/JsonMoxyTest.java | 4 ++-- .../tests/e2e/entity/SubResourceDynamicProxyTest.java | 4 ++-- .../glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java | 4 ++-- .../jersey/tests/e2e/json/Jersey1835Test.java | 4 ++-- .../jersey/tests/e2e/json/JsonTestHelper.java | 4 ++-- .../e2e/json/JsonWithPaddingEncodingFilterTest.java | 4 ++-- .../glassfish/jersey/tests/e2e/json/entity/Animal.java | 4 ++-- .../jersey/tests/e2e/json/entity/AnimalList.java | 4 ++-- .../jersey/tests/e2e/json/entity/AnotherAnimal.java | 4 ++-- .../jersey/tests/e2e/json/entity/AnotherCat.java | 4 ++-- .../tests/e2e/json/entity/AttrAndCharDataBean.java | 4 ++-- .../glassfish/jersey/tests/e2e/json/entity/Cat.java | 4 ++-- .../e2e/json/entity/ComplexBeanWithAttributes.java | 4 ++-- .../e2e/json/entity/ComplexBeanWithAttributes2.java | 4 ++-- .../e2e/json/entity/ComplexBeanWithAttributes3.java | 4 ++-- .../glassfish/jersey/tests/e2e/json/entity/Dog.java | 4 ++-- .../jersey/tests/e2e/json/entity/EmptyElementBean.java | 4 ++-- .../e2e/json/entity/EmptyElementContainingBean.java | 4 ++-- .../tests/e2e/json/entity/EncodedContentBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/FakeArrayBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/IntArray.java | 4 ++-- .../tests/e2e/json/entity/ListAndNonListBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/ListWrapperBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/MyError.java | 4 ++-- .../jersey/tests/e2e/json/entity/MyMessage.java | 4 ++-- .../jersey/tests/e2e/json/entity/MyResponse.java | 4 ++-- .../jersey/tests/e2e/json/entity/NamespaceBean.java | 4 ++-- .../e2e/json/entity/NamespaceBeanWithAttribute.java | 4 ++-- .../jersey/tests/e2e/json/entity/NullStringBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/PureCharDataBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/SimpleBean.java | 4 ++-- .../e2e/json/entity/SimpleBeanWithAttributes.java | 4 ++-- .../json/entity/SimpleBeanWithJustOneAttribute.java | 4 ++-- .../entity/SimpleBeanWithJustOneAttributeAndValue.java | 4 ++-- .../tests/e2e/json/entity/SimpleXmlTypeBean.java | 4 ++-- .../e2e/json/entity/SingleItemListWrapperBean.java | 4 ++-- .../jersey/tests/e2e/json/entity/TreeModel.java | 4 ++-- .../tests/e2e/json/entity/TwoListsWrapperBean.java | 4 ++-- .../glassfish/jersey/tests/e2e/json/entity/User.java | 4 ++-- .../jersey/tests/e2e/json/entity/UserTable.java | 4 ++-- .../jersey/tests/e2e/json/entity/pojo/PojoAnimal.java | 4 ++-- .../tests/e2e/json/entity/pojo/PojoAnimalList.java | 4 ++-- .../jersey/tests/e2e/json/entity/pojo/PojoCat.java | 4 ++-- .../jersey/tests/e2e/json/entity/pojo/PojoDog.java | 4 ++-- .../jersey/tests/e2e/sse/BroadcasterCloseTest.java | 4 ++-- .../jersey/tests/e2e/sse/BroadcasterExecutorTest.java | 4 ++-- .../jersey/tests/e2e/sse/BroadcasterTest.java | 4 ++-- .../jersey/tests/e2e/sse/EventOutputTest.java | 6 +++--- .../jersey/tests/e2e/sse/SseCustomEventImplTest.java | 4 ++-- .../tests/e2e/sse/SseEventSinkToEventSourceTest.java | 4 ++-- .../AbstractDisableMetainfServicesLookupTest.java | 4 ++-- .../jersey/tests/e2e/server/AsyncResponseTest.java | 4 ++-- .../tests/e2e/server/ChunkedInputOutputTest.java | 6 +++--- .../tests/e2e/server/ClientResponseOnServerTest.java | 4 ++-- .../jersey/tests/e2e/server/CompletionStageTest.java | 4 ++-- .../ContainerListenerRegistrationAsProvidersTest.java | 4 ++-- .../e2e/server/CustomInjectablesApplicationTest.java | 4 ++-- .../server/CustomInjectablesResourceConfigTest.java | 4 ++-- .../e2e/server/EncodedSlashInPathSegmentTest.java | 4 ++-- .../jersey/tests/e2e/server/ExceptionLoggingTest.java | 4 ++-- .../tests/e2e/server/ExceptionMapperPriorityTest.java | 4 ++-- .../server/GloballyNameBoundResourceFilterTest.java | 4 ++-- .../tests/e2e/server/InitializationLoggingTest.java | 4 ++-- .../jersey/tests/e2e/server/InjectionTest.java | 4 ++-- .../tests/e2e/server/InputStreamResponseTest.java | 4 ++-- .../server/InterceptorHttpHeadersInjectionTest.java | 4 ++-- .../server/InterceptorNameAndDynamicBindingTest.java | 4 ++-- .../tests/e2e/server/ManagedClientExecutorTest.java | 4 ++-- .../e2e/server/MessageBodyProvidersExceptionsTest.java | 4 ++-- .../e2e/server/MetainfServicesLookupDisabledTest.java | 4 ++-- .../e2e/server/MetainfServicesLookupEnabledTest.java | 4 ++-- .../tests/e2e/server/ParamConverterPriorityTest.java | 4 ++-- .../glassfish/jersey/tests/e2e/server/ReloadTest.java | 4 ++-- .../tests/e2e/server/RequestScopedAndAsyncTest.java | 4 ++-- .../jersey/tests/e2e/server/ResourceFilterTest.java | 4 ++-- .../jersey/tests/e2e/server/ServerDestroyTest.java | 4 ++-- .../jersey/tests/e2e/server/SubResourceTest.java | 4 ++-- .../tests/e2e/server/SubjectSecurityContextTest.java | 4 ++-- .../e2e/server/monitoring/ApplicationInfoTest.java | 4 ++-- .../monitoring/MonitoringStatisticsLocatorTest.java | 4 ++-- .../e2e/server/validation/PropertyValidationTest.java | 4 ++-- .../tests/e2e/server/wadl/WadlBeanParamTest.java | 4 ++-- .../tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java | 4 ++-- .../jersey/tests/e2e/server/wadl/WadlResourceTest.java | 6 +++--- .../glassfish/jersey/tests/api/AbortingFilterTest.java | 4 ++-- .../jersey/tests/api/AnnotationInheritanceTest.java | 4 ++-- .../jersey/tests/api/ConstructorSelectionTest.java | 4 ++-- .../org/glassfish/jersey/tests/api/ExceptionTest.java | 4 ++-- .../jersey/tests/api/LocationHeaderAsyncTest.java | 4 ++-- .../jersey/tests/api/LocationHeaderBasicTest.java | 4 ++-- .../jersey/tests/api/LocationHeaderFiltersTest.java | 4 ++-- .../LocationHeaderWithAbsolutizationDisabledTest.java | 4 ++-- .../api/LocationHeaderWithIncompatibleFlagTest.java | 4 ++-- .../jersey/tests/api/MediaTypeProviderTest.java | 4 ++-- .../jersey/tests/api/MessageBodyWriterTest.java | 4 ++-- .../org/glassfish/jersey/tests/api/OptionsTest.java | 4 ++-- .../jersey/tests/api/ResourceContextTest.java | 4 ++-- .../glassfish/jersey/tests/api/ResponseE2ETest.java | 4 ++-- .../jersey/tests/api/ResponseIntegrationTest.java | 4 ++-- .../org/glassfish/jersey/tests/api/ResponseTest.java | 2 +- .../jersey/tests/api/UnsafeCharsInUriTest.java | 4 ++-- .../org/glassfish/jersey/tests/api/VariantsTest.java | 4 ++-- .../org/glassfish/jersey/tests/e2e/ClientTest.java | 4 ++-- .../jersey/tests/e2e/ExecutorServiceProviderTest.java | 4 ++-- .../tests/e2e/client/connector/HugeEntityTest.java | 4 ++-- .../jersey/tests/e2e/common/ContentLengthTest.java | 4 ++-- .../common/MessageBodyWriterObjectDistanceTest.java | 4 ++-- .../tests/e2e/common/NonPublicNonStaticTest.java | 4 ++-- .../tests/e2e/common/ProvidersLegacyOrderingTest.java | 4 ++-- .../jersey/tests/e2e/common/ProvidersOrderingTest.java | 4 ++-- .../jersey/tests/e2e/common/ResponseLinksTest.java | 4 ++-- .../jersey/tests/e2e/common/UriComponentTest.java | 4 ++-- .../jersey/tests/e2e/container/Jersey2462Test.java | 6 +++--- .../jersey/tests/e2e/sonar/SonarJerseyE2ETest.java | 4 ++-- .../tests/integration/async/TestApplication.java | 4 ++-- .../integration/jersey2730/TestExceptionResource.java | 4 ++-- .../jersey2730/exception/MappedException.java | 4 ++-- .../jersey2730/exception/MappedExceptionMapper.java | 4 ++-- .../jersey2730/exception/UnmappedException.java | 4 ++-- .../jersey2730/exception/UnmappedRuntimeException.java | 4 ++-- .../tests/integration/jersey2812/TestFilter.java | 4 ++-- .../tests/integration/jersey2812/TestWaitResource.java | 4 ++-- .../integration/async/AbstractAsyncJerseyTest.java | 4 ++-- .../tests/integration/jersey2730/Jersey2730ITCase.java | 4 ++-- .../tests/integration/jersey2812/Jersey2812ITCase.java | 4 ++-- .../glassfish/jersey/tests/cdi/bv/CdiApplication.java | 4 ++-- .../jersey/tests/cdi/bv/CdiFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/bv/CdiOldFashionedResource.java | 4 ++-- .../jersey/tests/cdi/bv/CdiParamInjectedResource.java | 4 ++-- .../tests/cdi/bv/CdiPropertyInjectedResource.java | 4 ++-- .../jersey/tests/cdi/bv/CdiValidationInterceptor.java | 4 ++-- .../jersey/tests/cdi/bv/CdiValidationResult.java | 4 ++-- .../glassfish/jersey/tests/cdi/bv/Hk2Application.java | 4 ++-- .../jersey/tests/cdi/bv/Hk2FieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/bv/Hk2OldFashionedResource.java | 4 ++-- .../jersey/tests/cdi/bv/Hk2ParamInjectedResource.java | 4 ++-- .../tests/cdi/bv/Hk2PropertyInjectedResource.java | 4 ++-- .../jersey/tests/cdi/bv/NonJaxRsValidatedBean.java | 4 ++-- .../jersey/tests/cdi/bv/BaseValidationTest.java | 4 ++-- .../glassfish/jersey/tests/cdi/bv/CombinedTest.java | 4 ++-- .../org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java | 4 ++-- .../org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java | 4 ++-- .../jersey/tests/cdi/resources/CdiAppScopedTimer.java | 4 ++-- .../tests/cdi/resources/CdiRequestScopedResource.java | 4 ++-- .../tests/cdi/resources/CdiRequestScopedTimer.java | 4 ++-- .../tests/cdi/resources/EjbSingletonResource.java | 4 ++-- .../jersey/tests/cdi/resources/EjbSingletonTimer.java | 4 ++-- .../tests/cdi/resources/EjbStatefulResource.java | 4 ++-- .../tests/cdi/resources/EjbStatelessResource.java | 4 ++-- .../jersey/tests/cdi/resources/EjbStatelessTimer.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../jersey/tests/cdi/resources/CdiIntoEjbTest.java | 4 ++-- .../jersey/tests/cdi/resources/EjbIntoCdiTest.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/TestBase.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiEcho.java | 4 ++-- .../org/glassfish/jersey/tests/cdi/resources/Echo.java | 4 ++-- .../jersey/tests/cdi/resources/EchoResource.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../jersey/tests/cdi/resources/EchoResourceTest.java | 4 ++-- .../cdi/lib/JaxRsInjectedDependentBean.java | 4 ++-- .../cdi/lib/JaxRsInjectedRequestScopedBean.java | 4 ++-- .../multimodule/cdi/web1/AppScopedJaxRsResource.java | 4 ++-- .../integration/multimodule/cdi/web1/JaxRsApp.java | 4 ++-- .../cdi/web1/RequestScopedJaxRsResource.java | 4 ++-- .../multimodule/cdi/web1/JaxRsCdiIntegrationTest.java | 4 ++-- .../integration/multimodule/cdi/web2/JaxRsAppOne.java | 4 ++-- .../integration/multimodule/cdi/web2/JaxRsAppTwo.java | 4 ++-- .../cdi/web2/SharedAppScopedJaxRsResource.java | 4 ++-- .../cdi/web2/SharedRequestScopedJaxRsResource.java | 4 ++-- .../multimodule/cdi/web2/JaxRsCdiIntegrationTest.java | 4 ++-- .../jersey/tests/cdi/resources/EchoResource.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../tests/cdi/resources/MultipartFeatureTest.java | 4 ++-- .../cdi/resources/ConstructorInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/CounterResource.java | 4 ++-- .../jersey/tests/cdi/resources/CustomCdiProducer.java | 4 ++-- .../jersey/tests/cdi/resources/CustomExtension.java | 4 ++-- .../jersey/tests/cdi/resources/EchoService.java | 4 ++-- .../jersey/tests/cdi/resources/FieldProducedBean.java | 4 ++-- .../resources/FirstNonJaxRsBeanInjectedResource.java | 4 ++-- .../resources/JCDIBeanDependentExceptionMapper.java | 4 ++-- .../resources/JCDIBeanDependentPerRequestResource.java | 4 ++-- .../tests/cdi/resources/JCDIBeanDependentResource.java | 4 ++-- .../resources/JCDIBeanDependentSingletonResource.java | 4 ++-- .../cdi/resources/JCDIBeanPerRequestResource.java | 4 ++-- .../cdi/resources/JCDIBeanRequestScopedTimer.java | 4 ++-- .../tests/cdi/resources/JCDIBeanSingletonResource.java | 4 ++-- .../jersey/tests/cdi/resources/MainApplication.java | 4 ++-- .../jersey/tests/cdi/resources/MethodProducedBean.java | 4 ++-- .../jersey/tests/cdi/resources/ProducerResource.java | 4 ++-- .../jersey/tests/cdi/resources/ReverseEcho.java | 4 ++-- .../jersey/tests/cdi/resources/Reversing.java | 4 ++-- .../tests/cdi/resources/ReversingEchoResource.java | 4 ++-- .../resources/SecondNonJaxRsBeanInjectedResource.java | 4 ++-- .../tests/cdi/resources/SecondaryApplication.java | 4 ++-- .../jersey/tests/cdi/resources/Stuttering.java | 4 ++-- .../jersey/tests/cdi/resources/StutteringEcho.java | 4 ++-- .../tests/cdi/resources/StutteringEchoResource.java | 4 ++-- .../jersey/tests/cdi/resources/ValueHolder.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiTest.java | 4 ++-- .../jersey/tests/cdi/resources/CounterTest.java | 4 ++-- .../tests/cdi/resources/JaxRsInjectedCdiBeanTest.java | 4 ++-- .../cdi/resources/NonJaxRsBeanJaxRsInjectionTest.java | 4 ++-- .../jersey/tests/cdi/resources/PerRequestBeanTest.java | 4 ++-- .../cdi/resources/PerRequestDependentBeanTest.java | 4 ++-- .../jersey/tests/cdi/resources/ProducerTest.java | 4 ++-- .../cdi/resources/QualifiedInjectionSetGetTest.java | 4 ++-- .../jersey/tests/cdi/resources/ReverseEchoTest.java | 4 ++-- .../cdi/resources/SecondJaxRsInjectedCdiBeanTest.java | 4 ++-- .../jersey/tests/cdi/resources/SingletonBeanTest.java | 4 ++-- .../cdi/resources/SingletonDependentBeanTest.java | 4 ++-- .../jersey/tests/cdi/resources/StutterEchoTest.java | 4 ++-- .../jersey/tests/cdi/resources/TimerTest.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/AppEcho.java | 4 ++-- .../cdi/resources/AppScopedCtorInjectedResource.java | 4 ++-- .../cdi/resources/AppScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/AppSpecific.java | 4 ++-- .../jersey/tests/cdi/resources/EchoService.java | 4 ++-- .../jersey/tests/cdi/resources/Hk2InjectedType.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../jersey/tests/cdi/resources/MyHk2TypesProvider.java | 4 ++-- .../jersey/tests/cdi/resources/RequestEcho.java | 4 ++-- .../resources/RequestScopedCtorInjectedResource.java | 4 ++-- .../resources/RequestScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/RequestSpecific.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiTest.java | 4 ++-- .../tests/cdi/resources/CustomInjectionTest.java | 4 ++-- .../tests/cdi/resources/ExceptionMappersTest.java | 4 ++-- .../jersey/tests/cdi/resources/MonitoringTest.java | 4 ++-- .../tests/cdi/resources/RequestSensitiveTest.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/AppEcho.java | 4 ++-- .../cdi/resources/AppScopedCtorInjectedResource.java | 4 ++-- .../cdi/resources/AppScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/AppSpecific.java | 4 ++-- .../jersey/tests/cdi/resources/CdiInjectedType.java | 4 ++-- .../jersey/tests/cdi/resources/EchoService.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../jersey/tests/cdi/resources/RequestEcho.java | 4 ++-- .../resources/RequestScopedCtorInjectedResource.java | 4 ++-- .../resources/RequestScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/RequestSpecific.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiTest.java | 4 ++-- .../tests/cdi/resources/CustomInjectionTest.java | 4 ++-- .../tests/cdi/resources/ExceptionMappersTest.java | 4 ++-- .../jersey/tests/cdi/resources/MonitoringTest.java | 4 ++-- .../tests/cdi/resources/RequestSensitiveTest.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/AppEcho.java | 4 ++-- .../cdi/resources/AppScopedCtorInjectedResource.java | 4 ++-- .../cdi/resources/AppScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/AppSpecific.java | 4 ++-- .../jersey/tests/cdi/resources/EchoService.java | 4 ++-- .../jersey/tests/cdi/resources/MyApplication.java | 4 ++-- .../jersey/tests/cdi/resources/MyHk2TypesProvider.java | 4 ++-- .../jersey/tests/cdi/resources/RequestEcho.java | 4 ++-- .../resources/RequestScopedCtorInjectedResource.java | 4 ++-- .../resources/RequestScopedFieldInjectedResource.java | 4 ++-- .../jersey/tests/cdi/resources/RequestSpecific.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiTest.java | 4 ++-- .../tests/cdi/resources/CustomInjectionTest.java | 4 ++-- .../tests/cdi/resources/ExceptionMappersTest.java | 4 ++-- .../jersey/tests/cdi/resources/MonitoringTest.java | 4 ++-- .../tests/cdi/resources/RequestSensitiveTest.java | 4 ++-- .../connector/provider/CustomConnectorProvider.java | 4 ++-- .../client/connector/provider/TestResource.java | 4 ++-- .../provider/CustomConnectorProviderTest.java | 4 ++-- .../multimodule/ejb/reload/lib/ContainerListener.java | 4 ++-- .../multimodule/ejb/reload/lib/EjbReloaderService.java | 4 ++-- .../ejb/reload/lib/ReloadDetectionResource.java | 4 ++-- .../multimodule/ejb/reload/lib/ReloaderResource.java | 4 ++-- .../multimodule/ejb/reload/web1/FirstApp.java | 4 ++-- .../multimodule/ejb/reload/web1/ReloadTest.java | 4 ++-- .../multimodule/ejb/reload/web2/SecondApp.java | 4 ++-- .../ejb/reload/web2/JaxRsFromEjbLibraryTest.java | 6 +++--- .../multimodule/ejb/lib/EjbCounterResource.java | 4 ++-- .../multimodule/ejb/lib/StatefulResource.java | 4 ++-- .../multimodule/ejb/lib/StatelessResource.java | 4 ++-- .../multimodule/ejb/web1/JaxRsConfiguration.java | 4 ++-- .../multimodule/ejb/web1/WarStatelessResource.java | 6 +++--- .../multimodule/ejb/web1/JaxRsFromEjbLibraryTest.java | 6 +++--- .../jersey/tests/ejb/resources/AppResource.java | 4 ++-- .../jersey/tests/ejb/resources/CounterBean.java | 4 ++-- .../jersey/tests/ejb/resources/CounterFilter.java | 4 ++-- .../tests/ejb/resources/CustomBaseException.java | 4 ++-- .../jersey/tests/ejb/resources/CustomExceptionOne.java | 4 ++-- .../jersey/tests/ejb/resources/CustomExceptionTwo.java | 4 ++-- .../org/glassfish/jersey/tests/ejb/resources/Echo.java | 4 ++-- .../glassfish/jersey/tests/ejb/resources/EchoBean.java | 4 ++-- .../jersey/tests/ejb/resources/EchoResource.java | 4 ++-- .../tests/ejb/resources/EjbExceptionMapperBase.java | 4 ++-- .../tests/ejb/resources/EjbExceptionMapperOne.java | 4 ++-- .../tests/ejb/resources/EjbExceptionMapperTwo.java | 4 ++-- .../tests/ejb/resources/ExceptionEjbResource.java | 4 ++-- .../jersey/tests/ejb/resources/MyApplication.java | 4 ++-- .../glassfish/jersey/tests/ejb/resources/RawEcho.java | 4 ++-- .../jersey/tests/ejb/resources/RawEchoResource.java | 4 ++-- .../jersey/tests/ejb/resources/StandaloneServlet.java | 4 ++-- .../glassfish/jersey/tests/ejb/resources/EjbTest.java | 4 ++-- .../tests/integration/j376/ApplicationScopedBean.java | 4 ++-- .../integration/j376/ApplicationScopedResource.java | 4 ++-- .../integration/j376/ConstructorInjectionResource.java | 4 ++-- .../tests/integration/j376/FieldInjectionResource.java | 4 ++-- .../jersey/tests/integration/j376/GrizzlyApp.java | 4 ++-- .../integration/j376/MethodInjectionResource.java | 4 ++-- .../jersey/tests/integration/j376/MyApplication.java | 4 ++-- .../jersey/tests/integration/j376/SecondBean.java | 4 ++-- .../jersey/tests/integration/j376/J376Test.java | 4 ++-- .../jersey/tests/integration/j441/one/CdiResource.java | 4 ++-- .../integration/j441/one/CustomExceptionMapper.java | 4 ++-- .../tests/integration/j441/one/MyApplication.java | 4 ++-- .../jersey/tests/integration/j441/two/CdiResource.java | 4 ++-- .../integration/j441/two/CustomExceptionMapper.java | 4 ++-- .../tests/integration/j441/two/MyApplication.java | 4 ++-- .../j59/ejb/lib/LocalBeanWithRemoteInterface.java | 4 ++-- .../integration/j59/ejb/lib/MyRemoteInterface.java | 4 ++-- .../integration/j59/cdi/web/CdiBackedResource.java | 4 ++-- .../integration/j59/cdi/web/JaxRsConfiguration.java | 4 ++-- .../j59/cdi/web/ResourceMarkerInterface.java | 4 ++-- .../tests/integration/j59/cdi/web/NameBeanTest.java | 4 ++-- .../jersey/tests/integration/jersey1883/Life.java | 4 ++-- .../tests/integration/jersey1883/MyApplication.java | 4 ++-- .../jersey/tests/integration/jersey1883/NoLife.java | 4 ++-- .../tests/integration/jersey1883/SingletonLife.java | 4 ++-- .../tests/integration/jersey1883/Jersey1883ITCase.java | 4 ++-- .../tests/integration/jersey1960/EchoResource.java | 4 ++-- .../tests/integration/jersey1960/Jersey1960App.java | 4 ++-- .../tests/integration/jersey1960/RequestFilter.java | 4 ++-- .../tests/integration/jersey1960/Jersey1960ITCase.java | 4 ++-- .../jersey/tests/integration/jersey2137/Account.java | 4 ++-- .../jersey2137/CdiTransactionalNoRollbackResource.java | 4 ++-- .../jersey2137/CdiTransactionalResource.java | 4 ++-- .../tests/integration/jersey2137/TestApplication.java | 4 ++-- .../jersey2137/WaeExceptionMappingTest.java | 4 ++-- .../tests/integration/jersey2154/CdiResource.java | 4 ++-- .../jersey/tests/integration/jersey2154/EjbBean.java | 4 ++-- .../tests/integration/jersey2154/TestApplication.java | 4 ++-- .../jersey2154/EjbExceptionMappingTest.java | 4 ++-- .../jersey2160/Issue2160ReproducerResource.java | 4 ++-- .../tests/integration/jersey2160/Jersey2160App.java | 4 ++-- .../tests/integration/jersey2160/RequestFilter.java | 4 ++-- .../tests/integration/jersey2160/Jersey2160ITCase.java | 4 ++-- .../integration/jersey2167/Issue2167Resource.java | 4 ++-- .../tests/integration/jersey2167/Jersey2167App.java | 4 ++-- .../tests/integration/jersey2167/MyAnnotation.java | 4 ++-- .../jersey/tests/integration/jersey2167/MyBinder.java | 4 ++-- .../integration/jersey2167/MyValueParamProvider.java | 4 ++-- .../tests/integration/jersey2167/Jersey2167ITCase.java | 4 ++-- .../jersey2176/Issue2176ReproducerResource.java | 4 ++-- .../tests/integration/jersey2176/Jersey2176App.java | 4 ++-- .../integration/jersey2176/Jersey2176SendErrorApp.java | 4 ++-- .../integration/jersey2176/Jersey2176SetStatusApp.java | 4 ++-- .../tests/integration/jersey2176/MyException.java | 4 ++-- .../integration/jersey2176/MyWriterInterceptor.java | 4 ++-- .../integration/jersey2176/TraceResponseFilter.java | 4 ++-- .../integration/jersey2176/TraceResponseWrapper.java | 4 ++-- .../integration/jersey2176/Jersey2176ITCaseBase.java | 4 ++-- .../jersey2176/Jersey2176SendErrorITCase.java | 4 ++-- .../jersey2176/Jersey2176SetStatusITCase.java | 4 ++-- .../jersey/tests/integration/jersey2184/App.java | 4 ++-- .../tests/integration/jersey2184/MonkeyResource.java | 4 ++-- .../tests/integration/jersey2184/Jersey2184ITCase.java | 4 ++-- .../integration/jersey2322/Issue2322Resource.java | 4 ++-- .../tests/integration/jersey2322/Jersey2322.java | 4 ++-- .../integration/jersey2322/MyObjectMapperProvider.java | 4 ++-- .../tests/integration/jersey2322/Jersey2322ITCase.java | 4 ++-- .../jersey2335/ConstructorInjectedProvider.java | 4 ++-- .../integration/jersey2335/FieldInjectedProvider.java | 4 ++-- .../integration/jersey2335/Issue2335Resource.java | 4 ++-- .../tests/integration/jersey2335/Jersey2335.java | 4 ++-- .../tests/integration/jersey2335/Jersey2335ITCase.java | 4 ++-- .../jersey2654/ServletFilterTestResource.java | 4 ++-- .../tests/integration/jersey2654/TestApplication.java | 4 ++-- .../tests/integration/jersey2654/Jersey2654ITCase.java | 4 ++-- .../tests/integration/jersey2878/TestApplication.java | 4 ++-- .../tests/integration/jersey2878/TestResource.java | 4 ++-- .../integration/jersey2878/Jersey2878ApacheITCase.java | 4 ++-- .../tests/integration/jersey2892/TestApplication.java | 4 ++-- .../tests/integration/jersey2892/TestResource.java | 4 ++-- .../AbstractJerseyEntityFilteringITCase.java | 4 ++-- .../tests/integration/jersey2892/J605MoxyITCase.java | 4 ++-- .../jersey2892/Jersey2892JacksonITCase.java | 4 ++-- .../jersey/tests/cdi/resources/MainApplication.java | 4 ++-- .../glassfish/jersey/tests/cdi/resources/CdiTest.java | 2 +- .../propertycheck/PropertyOverlappingCheckTest.java | 6 +++--- .../integration/servlet_2_5_filter/MyResource.java | 4 ++-- .../servlet_2_5_filter/MyResourceITCase.java | 4 ++-- .../servlet_25_init_1/ClientUsingResource.java | 4 ++-- .../servlet_25_init_1/HelloWorldResource.java | 4 ++-- .../servlet_25_init_1/MultipleLinksResource.java | 4 ++-- .../integration/servlet_25_init_1/Servlet25init1.java | 4 ++-- .../servlet_25_init_1/Servlet25Init1ITCase.java | 4 ++-- .../servlet_25_init_2/HelloWorldResource.java | 4 ++-- .../servlet_25_init_2/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_3/HelloWorldResource.java | 4 ++-- .../servlet_25_init_3/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_4/HelloWorldResource.java | 4 ++-- .../integration/servlet_25_init_4/HelloWriter.java | 4 ++-- .../servlet_25_init_4/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_5/HelloWorldResource.java | 4 ++-- .../integration/servlet_25_init_5/Servlet25init5.java | 4 ++-- .../servlet_25_init_5/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_6/HelloWorldResource.java | 4 ++-- .../servlet_25_init_6/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_7/HelloWorldResource.java | 4 ++-- .../servlet_25_init_7/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_init_8/HelloWorldResource.java | 4 ++-- .../integration/servlet_25_init_8/HelloWriter.java | 4 ++-- .../servlet_25_init_8/HelloWorldResourceITCase.java | 4 ++-- .../servlet_25_config_reload/AnotherResource.java | 4 ++-- .../servlet_25_config_reload/HelloWorldResource.java | 4 ++-- .../servlet_25_config_reload/ReloadResource.java | 4 ++-- .../servlet_25_config_reload/ReloadTestIT.java | 4 ++-- .../servlet_3_async/AsyncServletResource.java | 4 ++-- .../integration/servlet_3_async/Servlet3Async.java | 4 ++-- .../servlet_3_async/AsyncServletResourceITCase.java | 4 ++-- .../tests/integration/servlet_3_chunked_io/App.java | 4 ++-- .../integration/servlet_3_chunked_io/Message.java | 4 ++-- .../integration/servlet_3_chunked_io/TestResource.java | 4 ++-- .../servlet_3_chunked_io/ChunkedInputOutputITCase.java | 4 ++-- .../tests/integration/servlet_3_filter/MyResource.java | 4 ++-- .../integration/servlet_3_filter/MyResourceITCase.java | 4 ++-- .../servlet_3_async/AsyncServletResource.java | 4 ++-- .../integration/servlet_3_async/Servlet3Async.java | 4 ++-- .../servlet_3_async/AsyncServletResourceTest.java | 4 ++-- .../servlet_3_init_1/HelloWorldResource.java | 4 ++-- .../integration/servlet_3_init_1/Servlet3init1.java | 4 ++-- .../servlet_3_init_1/HelloWorldResourceITCase.java | 4 ++-- .../servlet_3_init_2/HelloWorldResource.java | 4 ++-- .../integration/servlet_3_init_2/Servlet3init2.java | 4 ++-- .../servlet_3_init_2/HelloWorldResourceITCase.java | 4 ++-- .../servlet_3_init_5/HelloWorldResource.java | 6 +++--- .../integration/servlet_3_init_5/HelloWriter.java | 6 +++--- .../servlet_3_init_5/HelloWorldResourceITCase.java | 6 +++--- .../servlet_3_init_7/HelloWorldResource.java | 6 +++--- .../integration/servlet_3_init_7/HelloWriter.java | 6 +++--- .../servlet_3_init_7/HelloWorldResourceITCase.java | 6 +++--- .../servlet_3_init_8/HelloWorld1Resource.java | 4 ++-- .../servlet_3_init_8/HelloWorld2Resource.java | 4 ++-- .../servlet_3_init_8/HelloWorld3Resource.java | 4 ++-- .../servlet_3_init_8/HelloWorld4Resource.java | 4 ++-- .../servlet_3_init_8/Servlet3Init8App1.java | 4 ++-- .../servlet_3_init_8/Servlet3Init8App2.java | 4 ++-- .../servlet_3_init_8/Servlet3Init8App3.java | 4 ++-- .../servlet_3_init_8/Servlet3Init8App4.java | 4 ++-- .../servlet_3_init_8/Servlet3Init8App5.java | 4 ++-- .../servlet_3_init_8/UnreachableResource.java | 4 ++-- .../servlet_3_init_8/HelloWorldResourceITCase.java | 4 ++-- .../HelloWorldResourceUnreachableITCase.java | 4 ++-- .../AbstractHelloWorldResource.java | 4 ++-- .../servlet_3_init_provider/Application1.java | 4 ++-- .../servlet_3_init_provider/Application2.java | 4 ++-- .../servlet_3_init_provider/Application3.java | 4 ++-- .../servlet_3_init_provider/Application4.java | 4 ++-- .../servlet_3_init_provider/HelloWorld1Resource.java | 4 ++-- .../servlet_3_init_provider/HelloWorld2Resource.java | 4 ++-- .../servlet_3_init_provider/HelloWorld3Resource.java | 4 ++-- .../servlet_3_init_provider/HelloWorld4Resource.java | 4 ++-- .../servlet_3_init_provider/HelloWorld5Resource.java | 4 ++-- .../servlet_3_init_provider/HelloWriter.java | 6 +++--- .../TestContainerLifecycleListener.java | 4 ++-- .../servlet_3_init_provider/TestFilter.java | 4 ++-- .../TestServletContainerProvider.java | 4 ++-- .../AbstractHelloWorldResourceTest.java | 4 ++-- .../HelloWorld1ResourceITCase.java | 4 ++-- .../HelloWorld2ResourceITCase.java | 4 ++-- .../HelloWorld3ResourceITCase.java | 4 ++-- .../HelloWorld4ResourceITCase.java | 4 ++-- .../HelloWorld5ResourceITCase.java | 4 ++-- .../servlet_3_params/CustomContextListener.java | 4 ++-- .../integration/servlet_3_params/ParamResource.java | 4 ++-- .../integration/servlet_3_params/ParamsTestITCase.java | 4 ++-- .../integration/servlet_3_sse_1/ItemStoreApp.java | 4 ++-- .../integration/servlet_3_sse_1/ItemStoreResource.java | 4 ++-- .../servlet_3_sse_1/ItemStoreResourceITCase.java | 4 ++-- .../JaxRsApplicationAutodetected.java | 4 ++-- .../RequestResponseInjectedResource.java | 4 ++-- .../RequestResponseInjectedSingletonResource.java | 4 ++-- .../RequestResponseWrapperProvider.java | 4 ++-- .../AbstractRequestResponseTypeTest.java | 4 ++-- .../AutodetectedAppRequestResponseTypeITCase.java | 4 ++-- .../WebXmlConfiguredAppRequestResponseTypeITCase.java | 4 ++-- .../JaxRsApplicationAutodetected.java | 4 ++-- .../RequestResponseInjectedResource.java | 4 ++-- .../RequestResponseWrapperProvider.java | 4 ++-- .../AbstractRequestResponseTypeTest.java | 4 ++-- .../AutodetectedAppRequestResponseTypeITCase.java | 4 ++-- .../WebXmlConfiguredAppRequestResponseTypeITCase.java | 4 ++-- .../servlettests/SuppressContentLengthFilter.java | 4 ++-- .../servlettests/CacheControlOn404ITCase.java | 4 ++-- .../servlettests/Custom404MediaTypeITCase.java | 4 ++-- .../servlettests/DuplicateHeaderITCase.java | 4 ++-- .../tests/integration/sonar/TestApplication.java | 4 ++-- .../jersey/tests/integration/sonar/TestResource.java | 4 ++-- .../tests/integration/sonar/JerseySonarITCase.java | 4 ++-- .../tests/integration/tracing/AllTracingSupport.java | 4 ++-- .../tests/integration/tracing/AsyncResource.java | 4 ++-- .../tests/integration/tracing/AsyncSubResource.java | 4 ++-- .../integration/tracing/ContainerRequestFilter68.java | 4 ++-- .../tracing/ContainerRequestFilterNoPriority.java | 4 ++-- .../tracing/ContainerResponseFilter5001.java | 4 ++-- .../tracing/ContainerResponseFilterNoPriority.java | 4 ++-- .../jersey/tests/integration/tracing/Message.java | 4 ++-- .../integration/tracing/MessageBodyReaderGeneric.java | 4 ++-- .../tracing/MessageBodyReaderTestFormat.java | 4 ++-- .../integration/tracing/MessageBodyWriterGeneric.java | 4 ++-- .../tracing/MessageBodyWriterTestFormat.java | 4 ++-- .../integration/tracing/OnDemandTracingSupport.java | 4 ++-- .../tracing/PreMatchingContainerRequestFilter23.java | 4 ++-- .../tracing/PreMatchingContainerRequestFilter42.java | 4 ++-- .../tests/integration/tracing/ReaderInterceptor14.java | 4 ++-- .../tests/integration/tracing/ReaderInterceptor18.java | 4 ++-- .../jersey/tests/integration/tracing/Resource.java | 4 ++-- .../jersey/tests/integration/tracing/SubResource.java | 4 ++-- .../tests/integration/tracing/TestException.java | 4 ++-- .../tests/integration/tracing/TestExceptionMapper.java | 4 ++-- .../tracing/TestExtendedExceptionMapperGeneric.java | 4 ++-- .../tracing/TestExtendedExceptionMapperRuntime.java | 4 ++-- .../tests/integration/tracing/TracingSupport.java | 4 ++-- .../jersey/tests/integration/tracing/Utils.java | 4 ++-- .../tests/integration/tracing/WriterInterceptor39.java | 4 ++-- .../tests/integration/tracing/WriterInterceptor45.java | 4 ++-- .../integration/tracing/AllTracingSupportITCase.java | 4 ++-- .../tracing/OnDemandTracingSupportITCase.java | 4 ++-- .../tests/jmockit/server/ResourceConfigTest.java | 2 +- .../testleak/DaemonThreadMemoryLeakingResource.java | 4 ++-- .../tests/memleaks/testleak/TestApplication.java | 4 ++-- .../tests/memleaks/nojersey/GreetingService.java | 4 ++-- .../tests/memleaks/nojersey/GreetingWrapper.java | 4 ++-- .../tests/memleaks/nojersey/HelloServiceImpl.java | 4 ++-- .../glassfish/jersey/tests/memleaks/nojersey/Main.java | 4 ++-- .../jersey/tests/memleaks/nojersey/MyServlet.java | 4 ++-- .../jersey/tests/memleaks/threadlocal/SomeClass.java | 4 ++-- .../memleaks/threadlocal/StaticReferenceClass.java | 4 ++-- .../threadlocal/ThreadLocalMemoryLeakServlet.java | 4 ++-- .../memleaks/beanparam/BeanParamLeakResource.java | 4 ++-- .../tests/memleaks/beanparam/TestApplication.java | 4 ++-- .../beanparam/BeanParamLeakResourceITCase.java | 4 ++-- .../tests/memleaks/testleak/MemoryLeakingResource.java | 4 ++-- .../tests/memleaks/testleak/TestApplication.java | 4 ++-- .../client/EndlessShutdownHookLeakTest.java | 4 ++-- .../shutdownhook/ClientShutdownLeakResource.java | 4 ++-- .../tests/memleaks/shutdownhook/TestApplication.java | 4 ++-- .../shutdownhook/ShutdownLeakResourceITCase.java | 4 ++-- .../osgi/test/basic/ApacheOsgiIntegrationTest.java | 4 ++-- .../osgi/test/basic/BasicOsgiIntegrationTest.java | 4 ++-- .../jersey/osgi/test/basic/BeanValidationTest.java | 4 ++-- .../glassfish/jersey/osgi/test/basic/JsonResource.java | 4 ++-- .../jersey/osgi/test/basic/PackageScanningTest.java | 4 ++-- .../jersey/osgi/test/basic/ResourceBundleTest.java | 4 ++-- .../jersey/osgi/test/basic/SimpleResource.java | 4 ++-- .../org/glassfish/jersey/osgi/test/basic/SseTest.java | 4 ++-- .../basic/subpackage/SimpleResourceSubpackaged.java | 4 ++-- .../org/glassfish/jersey/osgi/test/util/Helper.java | 4 ++-- .../jersey/tests/performance/jmxclient/Main.java | 4 ++-- .../filter/dynamic/DynamicFilterFeature.java | 4 ++-- .../filter/dynamic/DynamicallyBoundFilter.java | 4 ++-- .../filter/dynamic/DynamicallyBoundFilterResource.java | 4 ++-- .../performance/filter/dynamic/JaxRsApplication.java | 4 ++-- .../tests/performance/filter/dynamic/FilterTest.java | 4 ++-- .../tests/performance/filter/global/GlobalFilter.java | 4 ++-- .../performance/filter/global/JaxRsApplication.java | 4 ++-- .../performance/filter/global/TextEntityResource.java | 4 ++-- .../tests/performance/filter/global/FilterTest.java | 4 ++-- .../jersey/tests/performance/filter/name/Filtered.java | 4 ++-- .../performance/filter/name/JaxRsApplication.java | 4 ++-- .../tests/performance/filter/name/NameBoundFilter.java | 4 ++-- .../filter/name/NameBoundFilterResource.java | 4 ++-- .../tests/performance/filter/name/FilterTest.java | 4 ++-- .../interceptor/dynamic/DynamicInterceptorFeature.java | 4 ++-- .../dynamic/DynamicallyBoundInterceptor.java | 4 ++-- .../dynamic/DynamicallyBoundInterceptorResource.java | 4 ++-- .../interceptor/dynamic/JaxRsApplication.java | 4 ++-- .../interceptor/dynamic/InterceptorTest.java | 4 ++-- .../interceptor/global/CustomInterceptor.java | 4 ++-- .../interceptor/global/JaxRsApplication.java | 4 ++-- .../interceptor/global/TextEntityResource.java | 4 ++-- .../interceptor/global/InterceptorTest.java | 4 ++-- .../performance/interceptor/name/Intercepted.java | 4 ++-- .../interceptor/name/InterceptedByNameResource.java | 4 ++-- .../performance/interceptor/name/JaxRsApplication.java | 4 ++-- .../interceptor/name/NameBoundInterceptor.java | 4 ++-- .../performance/interceptor/name/InterceptorTest.java | 4 ++-- .../tests/performance/mbw/custom/JaxRsApplication.java | 4 ++-- .../jersey/tests/performance/mbw/custom/Person.java | 4 ++-- .../tests/performance/mbw/custom/PersonProvider.java | 4 ++-- .../tests/performance/mbw/custom/PersonResource.java | 4 ++-- .../tests/performance/mbw/custom/PersonEntityTest.java | 4 ++-- .../tests/performance/mbw/json/JaxRsApplication.java | 4 ++-- .../tests/performance/mbw/json/JsonEntityResource.java | 4 ++-- .../jersey/tests/performance/mbw/json/Person.java | 4 ++-- .../tests/performance/mbw/json/JsonEntityTest.java | 4 ++-- .../tests/performance/mbw/json/JaxRsApplication.java | 4 ++-- .../tests/performance/mbw/json/JsonEntityResource.java | 4 ++-- .../jersey/tests/performance/mbw/json/Person.java | 4 ++-- .../tests/performance/mbw/json/JsonEntityTest.java | 4 ++-- .../tests/performance/mbw/kryo/JaxRsApplication.java | 4 ++-- .../jersey/tests/performance/mbw/kryo/Person.java | 4 ++-- .../tests/performance/mbw/kryo/PersonResource.java | 4 ++-- .../tests/performance/mbw/kryo/PersonResourceTest.java | 4 ++-- .../tests/performance/mbw/text/JaxRsApplication.java | 4 ++-- .../tests/performance/mbw/text/TextEntityResource.java | 4 ++-- .../tests/performance/mbw/text/TextEntityTest.java | 4 ++-- .../tests/performance/mbw/xml/JaxRsApplication.java | 4 ++-- .../jersey/tests/performance/mbw/xml/Person.java | 4 ++-- .../tests/performance/mbw/xml/XmlEntityResource.java | 4 ++-- .../tests/performance/mbw/xml/XmlEntityTest.java | 4 ++-- .../tests/performance/mbw/xml/JaxRsApplication.java | 4 ++-- .../jersey/tests/performance/mbw/xml/Person.java | 4 ++-- .../tests/performance/mbw/xml/XmlEntityResource.java | 4 ++-- .../tests/performance/mbw/xml/XmlEntityTest.java | 4 ++-- .../tests/performance/param/srl/JaxRsApplication.java | 4 ++-- .../tests/performance/param/srl/SrlResource.java | 4 ++-- .../jersey/tests/performance/param/srl/SrlSrmTest.java | 4 ++-- .../proxy/injection/FieldInjectedResource.java | 4 ++-- .../performance/proxy/injection/JaxRsApplication.java | 4 ++-- .../proxy/injection/MethodInjectedResource.java | 4 ++-- .../proxy/injection/InjectedResourcesTest.java | 4 ++-- .../performance/tools/ConstantTestValueGenerator.java | 4 ++-- .../tests/performance/tools/GenerateForTest.java | 4 ++-- .../jersey/tests/performance/tools/Person.java | 4 ++-- .../performance/tools/RandomTestValueGenerator.java | 4 ++-- .../jersey/tests/performance/tools/TestBean.java | 4 ++-- .../tests/performance/tools/TestBeanCoordinates.java | 4 ++-- .../jersey/tests/performance/tools/TestBeanEnum.java | 4 ++-- .../jersey/tests/performance/tools/TestBeanInfo.java | 4 ++-- .../performance/tools/TestDataGenerationStrategy.java | 4 ++-- .../tests/performance/tools/TestDataGenerator.java | 4 ++-- .../tests/performance/tools/TestDataGeneratorApp.java | 4 ++-- .../tests/performance/tools/TestValueGenerator.java | 4 ++-- .../performance/tools/TestValueGeneratorFactory.java | 4 ++-- .../MultiThreadingAggregatedReservoirTest.java | 4 ++-- .../glassfish/jersey/tools/plugins/Configuration.java | 4 ++-- .../jersey/tools/plugins/PredefinedCategories.java | 4 ++-- .../glassfish/jersey/perftest/agent/PerfTestAgent.java | 4 ++-- 1652 files changed, 3364 insertions(+), 3364 deletions(-) diff --git a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheClientProperties.java b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheClientProperties.java index cca39ebf79..b77919780e 100644 --- a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheClientProperties.java +++ b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheClientProperties.java @@ -26,7 +26,7 @@ * * @author jorgeluisw@mac.com * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Arul Dhesiaseelan (aruld at acm.org) */ @PropertiesClass diff --git a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java index 7377cfeccb..50fd7aff4a 100644 --- a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java +++ b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java @@ -158,7 +158,7 @@ * * @author jorgeluisw@mac.com * @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 */ diff --git a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnectorProvider.java b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnectorProvider.java index bf1a432b84..b94923f493 100644 --- a/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnectorProvider.java +++ b/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnectorProvider.java @@ -80,10 +80,10 @@ * The following methods are currently supported: HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE. *

* - * @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 diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AsyncTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AsyncTest.java index 3e3896f66d..82e2d5d49d 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AsyncTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/AsyncTest.java @@ -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 @@ -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()); diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/DisableContentEncodingTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/DisableContentEncodingTest.java index 2fd7048741..4e2681feb5 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/DisableContentEncodingTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/DisableContentEncodingTest.java @@ -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 @@ -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 { diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/FollowRedirectsTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/FollowRedirectsTest.java index 267fd5dcb9..f55bf78f66 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/FollowRedirectsTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/FollowRedirectsTest.java @@ -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 @@ -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()); diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java index 9c3bfd63c1..e6a29e5be9 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java @@ -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 @@ -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 { diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/LargeDataTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/LargeDataTest.java index 5483203213..938096c7df 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/LargeDataTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/LargeDataTest.java @@ -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 @@ -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 { diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/ManagedClientTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/ManagedClientTest.java index 2f1f1c389a..a263177d22 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/ManagedClientTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/ManagedClientTest.java @@ -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 @@ -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 { @@ -87,7 +87,7 @@ public class ManagedClientTest extends JerseyTest { * to every method that is annotated with {@link Require @Require} internal feature * annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public static class CustomHeaderFeature implements DynamicFeature { diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java index 6bfac5a611..218bf4b9a5 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/StreamingTest.java @@ -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 @@ -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; diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TraceSupportTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TraceSupportTest.java index 4691bb9d22..c0442f2d44 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TraceSupportTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/TraceSupportTest.java @@ -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 @@ -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 { diff --git a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingHttpClientAccessTest.java b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingHttpClientAccessTest.java index a5a029972c..61b9bd0225 100644 --- a/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingHttpClientAccessTest.java +++ b/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/UnderlyingHttpClientAccessTest.java @@ -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 @@ -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 { diff --git a/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnector.java b/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnector.java index 6b3a3bcdbe..e4428d5f94 100644 --- a/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnector.java +++ b/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnector.java @@ -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 @@ -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 { diff --git a/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnectorProvider.java b/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnectorProvider.java index ab398575bd..7aff9eb05f 100644 --- a/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnectorProvider.java +++ b/connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnectorProvider.java @@ -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 @@ -65,7 +65,7 @@ * The following methods are currently supported: HEAD, GET, POST, PUT, DELETE, OPTIONS, PATCH and TRACE. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.5 */ public class GrizzlyConnectorProvider implements ConnectorProvider { diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/AsyncTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/AsyncTest.java index 78298fc00e..754c371a44 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/AsyncTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/AsyncTest.java @@ -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 @@ -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 { diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java index b28aae5822..75e0ca0f9f 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java @@ -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 @@ -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 { diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/FollowRedirectsTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/FollowRedirectsTest.java index 7c9c417f0e..21f8879f3d 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/FollowRedirectsTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/FollowRedirectsTest.java @@ -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 @@ -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") diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/NoEntityTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/NoEntityTest.java index eacf6ed56b..a6db9eef1d 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/NoEntityTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/NoEntityTest.java @@ -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 @@ -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()); diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TraceSupportTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TraceSupportTest.java index 4a132efe14..d5b2cf5c46 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TraceSupportTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/TraceSupportTest.java @@ -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 @@ -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 { diff --git a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/UnderlyingHttpClientAccessTest.java b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/UnderlyingHttpClientAccessTest.java index b756630986..eee7992a49 100644 --- a/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/UnderlyingHttpClientAccessTest.java +++ b/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/UnderlyingHttpClientAccessTest.java @@ -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 @@ -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 { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProperties.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProperties.java index 7e602d0bdd..190232f94b 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProperties.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProperties.java @@ -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 @@ -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 { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProvider.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProvider.java index b205008ca1..9d70ed2223 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProvider.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/JdkConnectorProvider.java @@ -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 @@ -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 diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStream.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStream.java index 236ac52c37..083b076160 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStream.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStream.java @@ -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 @@ -29,7 +29,7 @@ *

* 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 { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/BufferedBodyOutputStream.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/BufferedBodyOutputStream.java index 233258e5f8..2ee03fefda 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/BufferedBodyOutputStream.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/BufferedBodyOutputStream.java @@ -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 @@ -21,7 +21,7 @@ import java.nio.ByteBuffer; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class BufferedBodyOutputStream extends BodyOutputStream { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStream.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStream.java index 3ba488bfdd..92b5a03bb5 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStream.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStream.java @@ -26,7 +26,7 @@ /** * Body stream that can operate either synchronously or asynchronously. See {@link BodyOutputStream} for details. * - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class ChunkedBodyOutputStream extends BodyOutputStream { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ConnectorConfiguration.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ConnectorConfiguration.java index 63a571cd25..612d5406fb 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ConnectorConfiguration.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ConnectorConfiguration.java @@ -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 @@ -37,7 +37,7 @@ *

* This is internal to the connector and is not used by the user for configuration. * - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class ConnectorConfiguration { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Constants.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Constants.java index 9b3b8e345e..d77854477a 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Constants.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Constants.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.jdk.connector.internal; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class Constants { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/DestinationConnectionPool.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/DestinationConnectionPool.java index 26a9aed57a..2ef9b9c4df 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/DestinationConnectionPool.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/DestinationConnectionPool.java @@ -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 @@ -29,7 +29,7 @@ import java.util.concurrent.ScheduledExecutorService; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class DestinationConnectionPool { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Filter.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Filter.java index f42e68a725..c96b2e998d 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Filter.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Filter.java @@ -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 @@ -22,8 +22,8 @@ * A filter can add functionality to JDK client transport. Filters are composed together to * create JDK client transport. * - * @author Petr Janouch (petr.janouch at oracle.com) - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Petr Janouch + * @author Pavel Bucek */ class Filter { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnection.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnection.java index 28ce23221a..2330dd492e 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnection.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnection.java @@ -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 @@ -34,7 +34,7 @@ import org.glassfish.jersey.SslConfigurator; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpConnection { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java index 96842c46a2..28c750033b 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java @@ -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 @@ -23,7 +23,7 @@ import java.util.concurrent.ScheduledExecutorService; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpConnectionPool { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpFilter.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpFilter.java index 3f3dda8fa2..f0e9b16061 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpFilter.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpFilter.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.HttpHeaders; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpFilter extends Filter { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java index 04f4451315..ed2fbf9d97 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParser.java @@ -25,7 +25,7 @@ /** * @author Alexey Stashok - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpParser { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParserUtils.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParserUtils.java index 7b806b3e18..eaa20b0938 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParserUtils.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpParserUtils.java @@ -21,7 +21,7 @@ /** * @author Alexey Stashok - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpParserUtils { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequest.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequest.java index 4eea8268b0..cc8dfbe507 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequest.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequest.java @@ -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 @@ -24,7 +24,7 @@ import java.util.Map; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpRequest { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequestEncoder.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequestEncoder.java index 4c47fad611..d1a116b078 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequestEncoder.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpRequestEncoder.java @@ -24,7 +24,7 @@ import java.util.Map; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpRequestEncoder { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpResponse.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpResponse.java index 51aa7e15a9..6a52d78e8b 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpResponse.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpResponse.java @@ -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 @@ -22,7 +22,7 @@ import java.util.Map; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class HttpResponse { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/InterceptingOutputStream.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/InterceptingOutputStream.java index 61d184039e..f2b094f6ba 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/InterceptingOutputStream.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/InterceptingOutputStream.java @@ -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 @@ -23,7 +23,7 @@ * A stream that invokes {@link FirstCallListener} when any operation is invoked. * {@link FirstCallListener} is invoked only once in the stream lifetime. * - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class InterceptingOutputStream extends OutputStream { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/JdkConnector.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/JdkConnector.java index fe723a5ef7..c5dab95c74 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/JdkConnector.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/JdkConnector.java @@ -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 @@ -39,7 +39,7 @@ import org.glassfish.jersey.client.spi.Connector; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class JdkConnector implements Connector { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ParseException.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ParseException.java index 37dab60f12..ddf0886326 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ParseException.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ParseException.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.jdk.connector.internal; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ParseException extends Exception { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyAuthenticationException.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyAuthenticationException.java index a9a85fbaee..f65f502a48 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyAuthenticationException.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyAuthenticationException.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.jdk.connector.internal; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ProxyAuthenticationException extends Exception { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyBasicAuthenticator.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyBasicAuthenticator.java index bab2807b31..d965cfdab1 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyBasicAuthenticator.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyBasicAuthenticator.java @@ -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 @@ -21,7 +21,7 @@ /** - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka */ class ProxyBasicAuthenticator { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyDigestAuthenticator.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyDigestAuthenticator.java index 285eeb5bc0..668ed58fd7 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyDigestAuthenticator.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyDigestAuthenticator.java @@ -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 @@ -31,8 +31,8 @@ * * @author raphael.jolivet@gmail.com * @author Stefan Katerkamp (stefan@katerkamp.de) - * @author Miroslav Fuksa (miroslav.fuksa at oracle.com) - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Miroslav Fuksa + * @author Ondrej Kosatka */ class ProxyDigestAuthenticator { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyFilter.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyFilter.java index c0f74bdc84..6ca75b0a51 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyFilter.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/ProxyFilter.java @@ -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 @@ -23,7 +23,7 @@ import java.util.List; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class ProxyFilter extends Filter { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectException.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectException.java index 28c8c65494..65aec26b79 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectException.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectException.java @@ -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 @@ -35,7 +35,7 @@ * * * - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka * @see RedirectHandler */ public class RedirectException extends Exception { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectHandler.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectHandler.java index 79e1973066..889632abff 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectHandler.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/RedirectHandler.java @@ -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 @@ -27,8 +27,8 @@ import java.util.Set; /** - * @author Petr Janouch (petr.janouch at oracle.com) - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Petr Janouch + * @author Ondrej Kosatka */ class RedirectHandler { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/SslFilter.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/SslFilter.java index 9c4fa30762..15bd43af9b 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/SslFilter.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/SslFilter.java @@ -30,7 +30,7 @@ /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class SslFilter extends Filter { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java index c601dee0fc..64fb9c706c 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransferEncodingParser.java @@ -25,7 +25,7 @@ /** * @author Alexey Stashok - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ abstract class TransferEncodingParser { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java index 9f59cdfb6f..fde82982a9 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java @@ -48,7 +48,7 @@ * another one is started only after the previous one has completed. Blocking in {@link #onRead(Object)} * or {@link #onConnect()} method will result in data not being read from a socket until these methods have completed. * - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class TransportFilter extends Filter { diff --git a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Utils.java b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Utils.java index 37b012b9b0..0ac7b632d7 100644 --- a/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Utils.java +++ b/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/Utils.java @@ -21,7 +21,7 @@ import java.nio.Buffer; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class Utils { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStreamTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStreamTest.java index 249f645330..3d64abeeb9 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStreamTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyInputStreamTest.java @@ -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 @@ -36,7 +36,7 @@ import static junit.framework.TestCase.assertNull; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class AsynchronousBodyInputStreamTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java index 09e21becd6..2feea43ecc 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java @@ -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 @@ -40,7 +40,7 @@ import static junit.framework.Assert.assertNotNull; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class AsynchronousBodyOutputStreamTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStreamTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStreamTest.java index d86f05d64c..474e9e9c85 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStreamTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ChunkedBodyOutputStreamTest.java @@ -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 @@ -26,7 +26,7 @@ import static junit.framework.TestCase.fail; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ChunkedBodyOutputStreamTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ConnectionPoolTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ConnectionPoolTest.java index ee9d261267..9585c54af1 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ConnectionPoolTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ConnectionPoolTest.java @@ -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 @@ -49,7 +49,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ConnectionPoolTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java index 532645dbb9..418e7c4dd3 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java @@ -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 @@ -39,7 +39,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Paul Sandoz (paul.sandoz at oracle.com) + * @author Paul Sandoz * @author Arul Dhesiaseelan (aruld at acm.org) */ public class CookieTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/EntityWriteTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/EntityWriteTest.java index 1937aa9e82..65ce246b32 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/EntityWriteTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/EntityWriteTest.java @@ -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 @@ -34,7 +34,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class EntityWriteTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionTest.java index 3a124e2794..d2af874457 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionTest.java @@ -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 @@ -57,7 +57,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class HttpConnectionTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpParserTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpParserTest.java index b73a8bbfb8..3dccc763c0 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpParserTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/HttpParserTest.java @@ -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 @@ -34,7 +34,7 @@ import static org.junit.Assert.fail; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class HttpParserTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ModifyHeaderInBodyWriterTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ModifyHeaderInBodyWriterTest.java index a3e6772b43..f35cba79f4 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ModifyHeaderInBodyWriterTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ModifyHeaderInBodyWriterTest.java @@ -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 @@ -45,7 +45,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ModifyHeaderInBodyWriterTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/MultiValueHeaderTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/MultiValueHeaderTest.java index 281ced548f..89348300be 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/MultiValueHeaderTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/MultiValueHeaderTest.java @@ -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 @@ -32,7 +32,7 @@ import org.junit.Test; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MultiValueHeaderTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ProxyTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ProxyTest.java index 15a2cdfbbd..266646cf0a 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ProxyTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ProxyTest.java @@ -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 @@ -48,7 +48,7 @@ import static org.junit.Assert.fail; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ProxyTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/PublicSitesTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/PublicSitesTest.java index 4d779398c7..40f0181371 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/PublicSitesTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/PublicSitesTest.java @@ -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 @@ -31,7 +31,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ @Ignore public class PublicSitesTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ReadChunkedEntity.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ReadChunkedEntity.java index 42e944b0c8..49dc28df93 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ReadChunkedEntity.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/ReadChunkedEntity.java @@ -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 @@ -37,7 +37,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch * * TODO I have a strong feeling a got inspired somewhere, but forgot where. */ diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/RedirectTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/RedirectTest.java index 1fb31eb866..52722ec25b 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/RedirectTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/RedirectTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.junit.Assert.fail; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class RedirectTest extends JerseyTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java index 099c23cb6d..c1e7fbe611 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/SslFilterTest.java @@ -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 @@ -47,7 +47,7 @@ import static org.junit.Assert.fail; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class SslFilterTest { diff --git a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/TestUtils.java b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/TestUtils.java index 0312a48354..53ed774819 100644 --- a/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/TestUtils.java +++ b/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/TestUtils.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.jdk.connector.internal; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ class TestUtils { diff --git a/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java b/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java index 834668323d..634bddb357 100644 --- a/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java +++ b/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java @@ -121,7 +121,7 @@ *

* * @author Arul Dhesiaseelan (aruld at acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JettyConnector implements Connector { diff --git a/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java b/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java index c2fb054c10..e59ae71139 100644 --- a/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java +++ b/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnectorProvider.java @@ -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 @@ -75,7 +75,7 @@ *

* * @author Arul Dhesiaseelan (aruld at acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.5 */ public class JettyConnectorProvider implements ConnectorProvider { diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java index 0f732f94e9..53f98f39f2 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/AsyncTest.java @@ -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 @@ -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 { private static final Logger LOGGER = Logger.getLogger(AsyncTest.class.getName()); diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java index 0edda7a8f2..b618241679 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/FollowRedirectsTest.java @@ -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 @@ -47,7 +47,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 { diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java index 641648dbfa..73743ebe67 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/HelloWorldTest.java @@ -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 @@ -43,7 +43,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HelloWorldTest extends JerseyTest { diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java index fb1ce624c6..4c2606760b 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/ManagedClientTest.java @@ -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 @@ -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 { diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java index 87cac21e5c..f2642eb27b 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/TraceSupportTest.java @@ -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 @@ -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 { diff --git a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java index fc60fc761b..ff64489f97 100644 --- a/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java +++ b/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/UnderlyingHttpClientAccessTest.java @@ -33,7 +33,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 { diff --git a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java index 51e78e8279..1a9cbe5f2f 100644 --- a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java +++ b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -45,7 +45,7 @@ /** * Jersey implementation of Netty channel handler. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class JerseyClientHandler extends SimpleChannelInboundHandler { diff --git a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java index d67c547164..0cd1f755db 100644 --- a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java +++ b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -69,7 +69,7 @@ /** * Netty connector implementation. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class NettyConnector implements Connector { diff --git a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnectorProvider.java b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnectorProvider.java index 4716f6750d..01895cf8fa 100644 --- a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnectorProvider.java +++ b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnectorProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -45,7 +45,7 @@ * be closed after processing the entity to release connection-based resources. *

* - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.24 */ @Beta diff --git a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/JerseyChunkedInput.java b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/JerseyChunkedInput.java index 3ea9693f05..ef14ba3a1e 100644 --- a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/JerseyChunkedInput.java +++ b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/JerseyChunkedInput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -37,7 +37,7 @@ * Netty {@link ChunkedInput} implementation which also serves as an output * stream to Jersey {@link javax.ws.rs.container.ContainerResponseContext}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class JerseyChunkedInput extends OutputStream implements ChunkedInput, ChannelFutureListener { diff --git a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/NettyInputStream.java b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/NettyInputStream.java index 8ff47d67ae..6789f2c5ae 100644 --- a/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/NettyInputStream.java +++ b/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/internal/NettyInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -26,7 +26,7 @@ * Converts Netty NIO buffers to an input streams and stores them in the queue, * waiting for Jersey to process it. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class NettyInputStream extends InputStream { diff --git a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/AsyncTest.java b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/AsyncTest.java index 32377846d5..6a9637bade 100644 --- a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/AsyncTest.java +++ b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/AsyncTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -43,7 +43,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 { diff --git a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HelloWorldTest.java b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HelloWorldTest.java index d860530c98..6716c9be43 100644 --- a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HelloWorldTest.java +++ b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HelloWorldTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -41,7 +41,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldTest extends JerseyTest { diff --git a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeEntityTest.java b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeEntityTest.java index dbc5fac9c4..44d7f38eec 100644 --- a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeEntityTest.java +++ b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/HugeEntityTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -45,7 +45,7 @@ /** * Test to make sure huge entity gets chunk-encoded. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HugeEntityTest extends JerseyTest { diff --git a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/NoEntityTest.java b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/NoEntityTest.java index 2570b02192..2677c3ed11 100644 --- a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/NoEntityTest.java +++ b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/NoEntityTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -34,7 +34,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()); diff --git a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TraceSupportTest.java b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TraceSupportTest.java index 8d8bf3313c..4ce24f54b7 100644 --- a/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TraceSupportTest.java +++ b/connectors/netty-connector/src/test/java/org/glassfish/jersey/netty/connector/TraceSupportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -53,7 +53,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 { diff --git a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentInterceptor.java b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentInterceptor.java index 26e6e8b87e..8e08ffa73f 100644 --- a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentInterceptor.java +++ b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentInterceptor.java @@ -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 @@ -25,7 +25,7 @@ /** * EJB interceptor to inject Jersey specific stuff into EJB beans. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class EjbComponentInterceptor { diff --git a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java index e301251c4c..2602c3f0cc 100644 --- a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java +++ b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java @@ -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. * Copyright (c) [2018-2019] [Payara Foundation and/or its affiliates]. * * This program and the accompanying materials are made available under the @@ -72,7 +72,7 @@ * EJB component provider. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Priority(300) @SuppressWarnings("UnusedDeclaration") diff --git a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java index 1121c411cd..243b167882 100644 --- a/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java +++ b/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java @@ -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 @@ -33,7 +33,7 @@ * would end up mapped to the corresponding response. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EjbExceptionMapper implements ExtendedExceptionMapper { diff --git a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainer.java b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainer.java index 8c9815d653..f906ca1d2d 100644 --- a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainer.java +++ b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainer.java @@ -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 @@ -60,9 +60,9 @@ /** * Jersey {@code Container} implementation based on Grizzly {@link org.glassfish.grizzly.http.server.HttpHandler}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Libor Kramolis + * @author Marek Potociar */ public final class GrizzlyHttpContainer extends HttpHandler implements Container { diff --git a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainerProvider.java b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainerProvider.java index 4d1422727e..91bfc308b9 100644 --- a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainerProvider.java +++ b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpContainerProvider.java @@ -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 @@ -26,8 +26,8 @@ /** * Container provider for containers based on Grizzly {@link org.glassfish.grizzly.http.server.HttpHandler}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class GrizzlyHttpContainerProvider implements ContainerProvider { diff --git a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java index fed3ec7b03..ee2a58324b 100644 --- a/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java +++ b/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java @@ -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 @@ -46,9 +46,9 @@ * When the {@code start} parameter is not present, the factory method returns an already started instance. *

* - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Jakub Podlesak + * @author Marek Potociar * @see HttpServer * @see GrizzlyHttpContainer */ diff --git a/containers/grizzly2-servlet/src/main/java/org/glassfish/jersey/grizzly2/servlet/GrizzlyWebContainerFactory.java b/containers/grizzly2-servlet/src/main/java/org/glassfish/jersey/grizzly2/servlet/GrizzlyWebContainerFactory.java index db969ddcde..1eb0bde634 100644 --- a/containers/grizzly2-servlet/src/main/java/org/glassfish/jersey/grizzly2/servlet/GrizzlyWebContainerFactory.java +++ b/containers/grizzly2-servlet/src/main/java/org/glassfish/jersey/grizzly2/servlet/GrizzlyWebContainerFactory.java @@ -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 @@ -41,7 +41,7 @@ * referenced in the java classpath. * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public final class GrizzlyWebContainerFactory { diff --git a/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpHandlerContainer.java b/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpHandlerContainer.java index 051c5cac06..265e9e3542 100644 --- a/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpHandlerContainer.java +++ b/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpHandlerContainer.java @@ -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 @@ -55,7 +55,7 @@ * Jersey {@code Container} implementation based on Java SE {@link HttpServer}. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JdkHttpHandlerContainer implements HttpHandler, Container { diff --git a/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpServerFactory.java b/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpServerFactory.java index 0f1fbb28e9..1743925469 100644 --- a/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpServerFactory.java +++ b/containers/jdk-http/src/main/java/org/glassfish/jersey/jdkhttp/JdkHttpServerFactory.java @@ -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 @@ -43,7 +43,7 @@ * Factory for creating {@link HttpServer JDK HttpServer} instances to run Jersey applications. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class JdkHttpServerFactory { diff --git a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java index 24998f949e..9e1660a559 100644 --- a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java +++ b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java @@ -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 @@ -32,7 +32,7 @@ /** * Abstract JDK HTTP Server unit tester. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractJdkHttpServerTester { diff --git a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpPackageTest.java b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpPackageTest.java index 675bbaa2d7..ea327c0ec2 100644 --- a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpPackageTest.java +++ b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpPackageTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Jdk Http Container package scanning test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JdkHttpPackageTest extends AbstractJdkHttpServerTester { diff --git a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java index 11f6216732..042a383d83 100644 --- a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java +++ b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpsServerTest.java @@ -51,7 +51,7 @@ /** * Jdk Https Server tests. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JdkHttpsServerTest extends AbstractJdkHttpServerTester { diff --git a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/LifecycleListenerTest.java b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/LifecycleListenerTest.java index 229058f286..c2acf8daf6 100644 --- a/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/LifecycleListenerTest.java +++ b/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/LifecycleListenerTest.java @@ -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 @@ -35,7 +35,7 @@ /** * Reload and ContainerLifecycleListener support test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LifecycleListenerTest extends AbstractJdkHttpServerTester { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java index f54fc00377..15a3217322 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java @@ -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 @@ -125,9 +125,9 @@ * field or parameter annotated with {@code @PersistenceUnit(unitName="WidgetPU")}. * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class ServletContainer extends HttpServlet implements Filter, Container { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletProperties.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletProperties.java index e6ea54b70c..a3257d2ed0 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletProperties.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletProperties.java @@ -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 @@ -21,7 +21,7 @@ /** * Jersey servlet container configuration properties. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @PropertiesClass public final class ServletProperties { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java index 84962be656..35c1499d13 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java @@ -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 @@ -92,10 +92,10 @@ * Filter implementation, or encapsulated by a Servlet or Filter implementation. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar * @author Martin Matula - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class WebComponent { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java index b96ebb7167..451e912d8d 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java @@ -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 @@ -44,9 +44,9 @@ * The writer depends on provided {@link AsyncContextDelegate} to support async functionality. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Martin Matula - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class ResponseWriter implements ContainerResponseWriter { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ServletContainerProviderFactory.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ServletContainerProviderFactory.java index 8dbeb808a3..7fa646fecd 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ServletContainerProviderFactory.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ServletContainerProviderFactory.java @@ -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 @@ -23,7 +23,7 @@ * Factory class to get all "registered" implementations of {@link ServletContainerProvider}. * Mentioned implementation classes are registered by {@code META-INF/services}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.1 */ public final class ServletContainerProviderFactory { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ExtendedServletContainerProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ExtendedServletContainerProvider.java index f9fa19b92c..73e42c7264 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ExtendedServletContainerProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ExtendedServletContainerProvider.java @@ -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 @@ -27,7 +27,7 @@ * binding implementation in HK2 locator and also an implementation of {@link RequestScopedInitializer} * that is used to set actual request/response references in injection manager within each request. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @since 2.21 */ public interface ExtendedServletContainerProvider extends ServletContainerProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/NoOpServletContainerProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/NoOpServletContainerProvider.java index d4147d897e..c668f0f543 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/NoOpServletContainerProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/NoOpServletContainerProvider.java @@ -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 @@ -34,7 +34,7 @@ * dummy no-op method implementation. It should be convenient to extend if you only need to implement * a subset of the original SPI methods. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class NoOpServletContainerProvider implements ExtendedServletContainerProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestContextProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestContextProvider.java index 49049f2a41..792a3a8d3c 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestContextProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestContextProvider.java @@ -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 @@ -22,7 +22,7 @@ /** * Provide access to the actual servlet request/response. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @see {@link RequestScopedInitializerProvider} */ public interface RequestContextProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestScopedInitializerProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestScopedInitializerProvider.java index ea1862603a..fee9f4fb50 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestScopedInitializerProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/RequestScopedInitializerProvider.java @@ -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 @@ -22,7 +22,7 @@ * Produces {@link RequestScopedInitializer} * based on provided {@link RequestContextProvider}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface RequestScopedInitializerProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ServletContainerProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ServletContainerProvider.java index 2e9b69746c..7e6e927d56 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ServletContainerProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/spi/ServletContainerProvider.java @@ -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 @@ -33,7 +33,7 @@ * The provider implementation class is registered via {@code META-INF/services}. * * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.4.1 */ public interface ServletContainerProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegate.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegate.java index 99a02a8571..fae2fd908e 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegate.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegate.java @@ -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 @@ -24,7 +24,7 @@ * * @see AsyncContextDelegateProvider * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface AsyncContextDelegate { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegateProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegateProvider.java index 8503ff1381..944b4ce3ef 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegateProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/AsyncContextDelegateProvider.java @@ -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 @@ -25,7 +25,7 @@ * If no such a factory is registered via the {@code META-INF/services} mechanism * a default factory for Servlet versions prior to 3.0 will be utilized with no async support. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface AsyncContextDelegateProvider { diff --git a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/FilterUrlMappingsProvider.java b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/FilterUrlMappingsProvider.java index a68b5ea1c0..d8c1c0ce74 100644 --- a/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/FilterUrlMappingsProvider.java +++ b/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/spi/FilterUrlMappingsProvider.java @@ -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 @@ -22,7 +22,7 @@ /** * Provides an access to context path from the filter configuration. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public interface FilterUrlMappingsProvider { diff --git a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java index 25ad283c2c..cb60bafb54 100644 --- a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java +++ b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java @@ -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 @@ -32,8 +32,8 @@ /** * Servlet 3.x container response writer async extension and related extension factory implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class AsyncContextDelegateProviderImpl implements AsyncContextDelegateProvider { diff --git a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java index e632f72e23..072820c2fe 100644 --- a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java +++ b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java @@ -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 @@ -32,7 +32,7 @@ * The functionality is available in Servlet 3.x environment only, so this * implementation of {@link FilterUrlMappingsProvider} interface is Servlet 3 specific. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class FilterUrlMappingsProviderImpl implements FilterUrlMappingsProvider { @Override diff --git a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java index 17493a3596..5341af30ec 100644 --- a/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java +++ b/containers/jersey-servlet/src/main/java/org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java @@ -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 @@ -96,7 +96,7 @@ themselves of container-supplied class scanning facilities. * * @author Paul Sandoz * @author Martin Matula - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @HandlesTypes({ Path.class, Provider.class, Application.class, ApplicationPath.class }) public final class JerseyServletContainerInitializer implements ServletContainerInitializer { diff --git a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java index fa93775555..54e3316694 100644 --- a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java +++ b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java @@ -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 @@ -68,8 +68,8 @@ * Jersey {@code Container} implementation based on Jetty {@link org.eclipse.jetty.server.Handler}. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Libor Kramolis + * @author Marek Potociar */ public final class JettyHttpContainer extends AbstractHandler implements Container { diff --git a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java index 8155ea713b..b501079b0d 100644 --- a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java +++ b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerFactory.java @@ -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 @@ -48,7 +48,7 @@ * connected TCP socket channel. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class JettyHttpContainerFactory { diff --git a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerProvider.java b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerProvider.java index 15afcbf164..7c50c759b7 100644 --- a/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerProvider.java +++ b/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainerProvider.java @@ -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 @@ -27,7 +27,7 @@ * Container provider for containers based on Jetty Server {@link org.eclipse.jetty.server.Handler}. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class JettyHttpContainerProvider implements ContainerProvider { diff --git a/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java b/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java index 1377b88251..15b299a186 100644 --- a/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java +++ b/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java @@ -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 @@ -38,7 +38,7 @@ * Reload and ContainerLifecycleListener support test. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LifecycleListenerTest extends AbstractJettyServerTester { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java index 556b7c6d2d..20af41fb85 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/HttpVersionChooser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -28,7 +28,7 @@ /** * Choose the handler implementation based on Http protocol. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class HttpVersionChooser extends ApplicationProtocolNegotiationHandler { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyHttp2ServerHandler.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyHttp2ServerHandler.java index ddb10891eb..ef5cb87b7a 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyHttp2ServerHandler.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyHttp2ServerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -48,7 +48,7 @@ *

* Note that this implementation cannot be more experimental. Any contributions / feedback is welcomed. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @ChannelHandler.Sharable class JerseyHttp2ServerHandler extends ChannelDuplexHandler { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java index 8e3067248a..1b93fb853e 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -51,7 +51,7 @@ * {@link io.netty.channel.ChannelInboundHandler} which servers as a bridge * between Netty and Jersey. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class JerseyServerHandler extends ChannelInboundHandlerAdapter { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java index 68962ddaef..e7c11bfd34 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -38,7 +38,7 @@ *

* Adds {@link HttpServerCodec}, {@link ChunkedWriteHandler} and {@link JerseyServerHandler} to the channels pipeline. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class JerseyServerInitializer extends ChannelInitializer { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttp2ResponseWriter.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttp2ResponseWriter.java index 327d8942f7..c08d065867 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttp2ResponseWriter.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttp2ResponseWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -42,7 +42,7 @@ /** * Netty implementation of {@link ContainerResponseWriter}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class NettyHttp2ResponseWriter implements ContainerResponseWriter { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainer.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainer.java index c825a82674..ac4bf4ef03 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainer.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -30,7 +30,7 @@ /** * Netty based implementation of a {@link Container}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class NettyHttpContainer implements Container { diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainerProvider.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainerProvider.java index 124b36ef1e..93981e4747 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainerProvider.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyHttpContainerProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -39,7 +39,7 @@ *

* There is also a few "factory" methods for creating Netty server. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.24 */ @Beta diff --git a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyResponseWriter.java b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyResponseWriter.java index d66204d8cc..00998c347b 100644 --- a/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyResponseWriter.java +++ b/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/NettyResponseWriter.java @@ -46,7 +46,7 @@ /** * Netty implementation of {@link ContainerResponseWriter}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class NettyResponseWriter implements ContainerResponseWriter { diff --git a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainer.java b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainer.java index e59962fd1a..22909e1936 100644 --- a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainer.java +++ b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainer.java @@ -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 @@ -66,7 +66,7 @@ * {@link org.simpleframework.http.core.Container}. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class SimpleContainer implements org.simpleframework.http.core.Container, Container { diff --git a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerFactory.java b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerFactory.java index a9dc46d4c7..e979908f71 100644 --- a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerFactory.java +++ b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerFactory.java @@ -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 @@ -45,7 +45,7 @@ * decrypt and encrypt information sent over the connected TCP socket channel. * * @author Arul Dhesiaseelan (aruld at acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Paul Sandoz */ public final class SimpleContainerFactory { diff --git a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerProvider.java b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerProvider.java index 68f8f0fb77..4eaf1c4bd8 100644 --- a/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerProvider.java +++ b/containers/simple-http/src/main/java/org/glassfish/jersey/simple/SimpleContainerProvider.java @@ -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 @@ -29,7 +29,7 @@ * * @author Marc Hadley * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class SimpleContainerProvider implements ContainerProvider { diff --git a/containers/simple-http/src/test/java/org/glassfish/jersey/simple/LifecycleListenerTest.java b/containers/simple-http/src/test/java/org/glassfish/jersey/simple/LifecycleListenerTest.java index 439b7d2341..4c163292ee 100644 --- a/containers/simple-http/src/test/java/org/glassfish/jersey/simple/LifecycleListenerTest.java +++ b/containers/simple-http/src/test/java/org/glassfish/jersey/simple/LifecycleListenerTest.java @@ -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 @@ -37,7 +37,7 @@ * Reload and ContainerLifecycleListener support test. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LifecycleListenerTest extends AbstractSimpleServerTester { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/AbortException.java b/core-client/src/main/java/org/glassfish/jersey/client/AbortException.java index 0a81affef5..713c4f5573 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/AbortException.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/AbortException.java @@ -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 @@ -22,7 +22,7 @@ * Internal exception indicating that request processing has been aborted * in the request filter processing chain. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * * @see javax.ws.rs.client.ClientRequestContext#abortWith(javax.ws.rs.core.Response) */ diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ChunkParser.java b/core-client/src/main/java/org/glassfish/jersey/client/ChunkParser.java index 9aa3ca7dbb..394bd97868 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ChunkParser.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ChunkParser.java @@ -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 @@ -38,7 +38,7 @@ * of the chunk data. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ChunkParser { /** diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInput.java b/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInput.java index e7101c5573..29493f36fb 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInput.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInput.java @@ -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 @@ -48,7 +48,7 @@ * input streams. * * @param chunk type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("UnusedDeclaration") public class ChunkedInput extends GenericType implements Closeable { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInputReader.java b/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInputReader.java index 2b4a9afa48..f480447023 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInputReader.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ChunkedInputReader.java @@ -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 @@ -38,7 +38,7 @@ /** * {@link javax.ws.rs.ext.MessageBodyWriter} for {@link ChunkedInput}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ConstrainedTo(RuntimeType.CLIENT) class ChunkedInputReader implements MessageBodyReader { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutor.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutor.java index 3d85ebc0c3..6b12259dfb 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutor.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutor.java @@ -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 @@ -35,7 +35,7 @@ * with the {@code @ClientAsyncExecutor} annotation. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see org.glassfish.jersey.client.ClientAsyncExecutorLiteral * @since 2.18 */ diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java index 986460bd36..816e6601ed 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java @@ -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 @@ -25,7 +25,7 @@ * in method calls that require use of annotation instances. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ @SuppressWarnings("ClassExplicitlyAnnotation") diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundScheduler.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundScheduler.java index c01f066fab..538b4006c1 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundScheduler.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundScheduler.java @@ -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 @@ -34,7 +34,7 @@ * annotated with the {@code @ClientAsyncExecutor} annotation. *

* - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @see ClientBackgroundSchedulerLiteral * @since 2.26 */ diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java index aeb4860e55..be4549751b 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java @@ -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 @@ -25,7 +25,7 @@ * in method calls that require use of annotation instances. *

* - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ @SuppressWarnings("ClassExplicitlyAnnotation") diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientBinder.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientBinder.java index 12b9968f12..6f6778f74e 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientBinder.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientBinder.java @@ -39,9 +39,9 @@ /** * Registers all binders necessary for {@link Client} runtime. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak + * @author Libor Kramolis */ class ClientBinder extends AbstractBinder { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java index 29089e1d76..da8052b67e 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientConfig.java @@ -64,9 +64,9 @@ * Jersey externalized implementation of client-side JAX-RS {@link javax.ws.rs.core.Configurable * configurable} contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ public class ClientConfig implements Configurable, ExtendedConfig { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutor.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutor.java index 51cde1c509..786adaa5f1 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutor.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutor.java @@ -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 @@ -24,7 +24,7 @@ /** * Executor for client async processing and background task scheduling. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ public interface ClientExecutor { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientFilteringStages.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientFilteringStages.java index 75a1d98b6f..057fac557d 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientFilteringStages.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientFilteringStages.java @@ -40,7 +40,7 @@ /** * Client filtering stage factory. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class ClientFilteringStages { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientLifecycleListener.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientLifecycleListener.java index 3aaf87fa28..a33cd3a2b8 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientLifecycleListener.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientLifecycleListener.java @@ -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 @@ -24,7 +24,7 @@ /** * Jersey client lifecycle listener contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.11 */ @Contract diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java index e7b272fd32..e4f20be6a4 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java @@ -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 @@ -27,8 +27,8 @@ /** * Jersey client implementation configuration properties. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Libor Kramolis */ @PropertiesClass public final class ClientProperties { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java index 5ed0efdcc5..22d766d8bb 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientRequest.java @@ -56,7 +56,7 @@ /** * Jersey client request context. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ClientRequest extends OutboundMessageContext implements ClientRequestContext, HttpHeaders, InjectionManagerSupplier { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientResponse.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientResponse.java index 93301c22d1..51c95564e0 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientResponse.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientResponse.java @@ -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 @@ -47,7 +47,7 @@ /** * Jersey client response context. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ClientResponse extends InboundMessageContext implements ClientResponseContext, InjectionManagerSupplier { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java b/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java index e40da77468..fb90a0305a 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java @@ -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 @@ -56,7 +56,7 @@ /** * Client-side request processing runtime. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class ClientRuntime implements JerseyClient.ShutdownHook, ClientExecutor { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientAsyncExecutorProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientAsyncExecutorProvider.java index 369603ac83..a875febd0b 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientAsyncExecutorProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientAsyncExecutorProvider.java @@ -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 @@ -30,7 +30,7 @@ /** * Default {@link org.glassfish.jersey.spi.ExecutorServiceProvider} used on the client side for asynchronous request processing. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ClientAsyncExecutor class DefaultClientAsyncExecutorProvider extends ThreadPoolExecutorProvider { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientBackgroundSchedulerProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientBackgroundSchedulerProvider.java index 7ff298eabd..00824566e1 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientBackgroundSchedulerProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/DefaultClientBackgroundSchedulerProvider.java @@ -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 @@ -22,7 +22,7 @@ * Default {@link org.glassfish.jersey.spi.ScheduledExecutorServiceProvider} used on the client side for providing the scheduled * executor service that runs background tasks. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ @ClientBackgroundScheduler diff --git a/core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java index 86bac8473f..7389781ece 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnectorProvider.java @@ -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 @@ -47,7 +47,7 @@ * {@link #USE_FIXED_LENGTH_STREAMING} Jersey client configuration property. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HttpUrlConnectorProvider implements ConnectorProvider { /** diff --git a/core-client/src/main/java/org/glassfish/jersey/client/InboundJaxrsResponse.java b/core-client/src/main/java/org/glassfish/jersey/client/InboundJaxrsResponse.java index 57181aaa4d..4d6fe52511 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/InboundJaxrsResponse.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/InboundJaxrsResponse.java @@ -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 @@ -44,7 +44,7 @@ * ensures that all request-scoped method invocations are run in the proper request scope. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class InboundJaxrsResponse extends Response { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/Initializable.java b/core-client/src/main/java/org/glassfish/jersey/client/Initializable.java index 1c8f4c240e..a144443efa 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/Initializable.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/Initializable.java @@ -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 @@ -25,7 +25,7 @@ *

* * @param initializable type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.8 */ public interface Initializable> { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/JerseyClient.java b/core-client/src/main/java/org/glassfish/jersey/client/JerseyClient.java index 8dadb35263..f7e3916007 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/JerseyClient.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/JerseyClient.java @@ -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 @@ -51,7 +51,7 @@ * Jersey implementation of {@link javax.ws.rs.client.Client JAX-RS Client} * contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyClient implements javax.ws.rs.client.Client, Initializable { private static final Logger LOG = Logger.getLogger(JerseyClient.class.getName()); diff --git a/core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java b/core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java index 309ef772c5..5f1a5942af 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java @@ -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 @@ -36,7 +36,7 @@ /** * Jersey provider of {@link javax.ws.rs.client.ClientBuilder JAX-RS client builder}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyClientBuilder extends ClientBuilder { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java b/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java index b2dfddd875..d5c06a34be 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java @@ -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 @@ -70,7 +70,7 @@ * Jersey implementation of {@link javax.ws.rs.client.Invocation JAX-RS client-side * request invocation} contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyInvocation implements javax.ws.rs.client.Invocation { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java b/core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java index c7d54be0cc..6c4f029fdc 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java @@ -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 @@ -31,7 +31,7 @@ * Jersey implementation of {@link javax.ws.rs.client.WebTarget JAX-RS client target} * contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyWebTarget implements javax.ws.rs.client.WebTarget, Initializable { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/RequestProcessingInitializationStage.java b/core-client/src/main/java/org/glassfish/jersey/client/RequestProcessingInitializationStage.java index 99de792004..dc861036fe 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/RequestProcessingInitializationStage.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/RequestProcessingInitializationStage.java @@ -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 @@ -37,7 +37,7 @@ * the client-side request-scoped processing injection for the current * request and response exchange. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class RequestProcessingInitializationStage implements Function { private final Provider> requestRefProvider; diff --git a/core-client/src/main/java/org/glassfish/jersey/client/ResponseCallback.java b/core-client/src/main/java/org/glassfish/jersey/client/ResponseCallback.java index 6ed906422b..60cc10fd10 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/ResponseCallback.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/ResponseCallback.java @@ -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 @@ -23,7 +23,7 @@ /** * Client response processing callback. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ interface ResponseCallback { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/authentication/BasicAuthenticator.java b/core-client/src/main/java/org/glassfish/jersey/client/authentication/BasicAuthenticator.java index be0cfe3f5b..bf6ac8644f 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/authentication/BasicAuthenticator.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/authentication/BasicAuthenticator.java @@ -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 @@ -30,7 +30,7 @@ * Implementation of Basic Http Authentication method (RFC 2617). * * @author Miroslav Fuksa - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Craig McClanahan */ final class BasicAuthenticator { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdater.java index 3d2461a3fd..beac96880d 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdater.java @@ -25,7 +25,7 @@ * @param String / Collection<String>> type * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ public interface ParameterUpdater { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.java index f52508e227..5f6ec3f6ec 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/inject/ParameterUpdaterProvider.java @@ -23,7 +23,7 @@ * Provider of parameter updater. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ public interface ParameterUpdaterProvider { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java index 65b2eaee24..0b018d6b9d 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/HttpUrlConnector.java @@ -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 @@ -64,7 +64,7 @@ /** * Default client transport connector using {@link HttpURLConnection}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HttpUrlConnector implements Connector { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueUpdater.java index fb56ed76d0..fb09364b74 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/AbstractParamValueUpdater.java @@ -29,7 +29,7 @@ * logic supplied using {@link ParamConverter parameter converters}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ abstract class AbstractParamValueUpdater { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionUpdater.java index ef1ab8ef6a..d8407e3719 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/CollectionUpdater.java @@ -36,7 +36,7 @@ * * @param parameter value type. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ abstract class CollectionUpdater extends AbstractParamValueUpdater diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterFactory.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterFactory.java index 262bf3d8ef..2b15402295 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterFactory.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/ParameterUpdaterFactory.java @@ -44,7 +44,7 @@ * {@link ParameterUpdater parameter updater}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ @Singleton diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterUpdater.java index c7f67d235e..da36a7508b 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveCharacterUpdater.java @@ -22,7 +22,7 @@ /** * Value updater for {@link java.lang.Character} and {@code char} parameters. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Gaurav Gupta (gaurav.gupta@payara.fish) * */ diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfUpdater.java index 7cef2d0a99..b9ea6a050f 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/PrimitiveValueOfUpdater.java @@ -24,7 +24,7 @@ * on the primitive Java type wrapper classes. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) * @author Patrik Dudits * diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueUpdater.java index 97e98dbc36..46ae92e32a 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleStringValueUpdater.java @@ -26,7 +26,7 @@ * This class can be seen as a special, optimized, case of {@link SingleValueUpdater}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ final class SingleStringValueUpdater implements ParameterUpdater { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueUpdater.java b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueUpdater.java index c2a7cd9974..152451c9de 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueUpdater.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/internal/inject/SingleValueUpdater.java @@ -30,7 +30,7 @@ * * @param custom Java type. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gaurav Gupta (gaurav.gupta@payara.fish) */ final class SingleValueUpdater extends AbstractParamValueUpdater implements ParameterUpdater { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/spi/AsyncConnectorCallback.java b/core-client/src/main/java/org/glassfish/jersey/client/spi/AsyncConnectorCallback.java index f4d5e8e923..7ffa36cc91 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/spi/AsyncConnectorCallback.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/spi/AsyncConnectorCallback.java @@ -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 @@ -21,7 +21,7 @@ /** * Asynchronous connector response processing callback contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface AsyncConnectorCallback { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/spi/CachingConnectorProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/spi/CachingConnectorProvider.java index d30de4cf94..f66b326082 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/spi/CachingConnectorProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/spi/CachingConnectorProvider.java @@ -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 @@ -31,7 +31,7 @@ * instances that have significantly different connector-specific settings. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.10 */ public class CachingConnectorProvider implements ConnectorProvider { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/spi/Connector.java b/core-client/src/main/java/org/glassfish/jersey/client/spi/Connector.java index 8c8953b4f6..b218f908df 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/spi/Connector.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/spi/Connector.java @@ -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 @@ -32,7 +32,7 @@ * registered in {@link org.glassfish.jersey.client.ClientConfig}. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ // Must not be annotated with @Contract public interface Connector extends Inflector { diff --git a/core-client/src/main/java/org/glassfish/jersey/client/spi/ConnectorProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/spi/ConnectorProvider.java index 6a8b81ad47..3b80d7d734 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/spi/ConnectorProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/spi/ConnectorProvider.java @@ -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 @@ -34,7 +34,7 @@ * initializer method. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.5 */ // Must not be annotated with @Contract diff --git a/core-client/src/main/java/org/glassfish/jersey/client/spi/DefaultSslContextProvider.java b/core-client/src/main/java/org/glassfish/jersey/client/spi/DefaultSslContextProvider.java index 84dd5b4fc2..4f8ab05380 100644 --- a/core-client/src/main/java/org/glassfish/jersey/client/spi/DefaultSslContextProvider.java +++ b/core-client/src/main/java/org/glassfish/jersey/client/spi/DefaultSslContextProvider.java @@ -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 @@ -25,7 +25,7 @@ *

* Can be used to override {@link SslConfigurator#getDefaultContext()}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.21.1 */ public interface DefaultSslContextProvider { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java b/core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java index 05234b18c0..f813eae8ed 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/ClientConfigTest.java @@ -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 @@ -45,7 +45,7 @@ /** * {@link ClientConfig} unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ClientConfigTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java b/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java index 77512caa02..59afe35bf1 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java @@ -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 @@ -51,7 +51,7 @@ /** * {@code ClientRequest} unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(MockitoJUnitRunner.class) public class ClientRequestTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/ClientRxTest.java b/core-client/src/test/java/org/glassfish/jersey/client/ClientRxTest.java index 263822dd07..cb0497a8e1 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/ClientRxTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/ClientRxTest.java @@ -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 @@ -43,7 +43,7 @@ /** * Sanity test for {@link Invocation.Builder#rx()} methods. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ClientRxTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/CustomConnectorTest.java b/core-client/src/test/java/org/glassfish/jersey/client/CustomConnectorTest.java index 570e60c063..17b83e7e33 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/CustomConnectorTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/CustomConnectorTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.junit.Assert.assertThat; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CustomConnectorTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/DefaultSslContextProviderTest.java b/core-client/src/test/java/org/glassfish/jersey/client/DefaultSslContextProviderTest.java index b7483d9fc2..d0ef2bdf2a 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/DefaultSslContextProviderTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/DefaultSslContextProviderTest.java @@ -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 @@ -32,7 +32,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class DefaultSslContextProviderTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java b/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java index 7ee4a3b8b4..bb4a680098 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientBuilderTest.java @@ -49,7 +49,7 @@ /** * {@link JerseyClient} unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Michal Gajdos */ public class JerseyClientBuilderTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientTest.java b/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientTest.java index a3aa578287..8a851f63d2 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/JerseyClientTest.java @@ -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 @@ -54,7 +54,7 @@ /** * {@link JerseyClient} unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyClientTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java b/core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java index 56d763f89a..cf3ba575de 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/JerseyCompletionStageRxInvokerTest.java @@ -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 @@ -41,7 +41,7 @@ import static org.hamcrest.core.Is.is; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class JerseyCompletionStageRxInvokerTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/ShutdownHookLeakTest.java b/core-client/src/test/java/org/glassfish/jersey/client/ShutdownHookLeakTest.java index d92fec7a5d..ff88ab8007 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/ShutdownHookLeakTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/ShutdownHookLeakTest.java @@ -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 @@ -32,7 +32,7 @@ /** * Reproducer for JERSEY-2786. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ShutdownHookLeakTest { diff --git a/core-client/src/test/java/org/glassfish/jersey/client/filter/EncodingFilterTest.java b/core-client/src/test/java/org/glassfish/jersey/client/filter/EncodingFilterTest.java index 66dfc489f5..4d1fe390a5 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/filter/EncodingFilterTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/filter/EncodingFilterTest.java @@ -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 @@ -53,7 +53,7 @@ * Client-side content encoding filter unit tests. * * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class EncodingFilterTest { @Test diff --git a/core-client/src/test/java/org/glassfish/jersey/client/spi/CachingConnectorProviderTest.java b/core-client/src/test/java/org/glassfish/jersey/client/spi/CachingConnectorProviderTest.java index c3ea1605d2..d4f9363972 100644 --- a/core-client/src/test/java/org/glassfish/jersey/client/spi/CachingConnectorProviderTest.java +++ b/core-client/src/test/java/org/glassfish/jersey/client/spi/CachingConnectorProviderTest.java @@ -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 @@ -35,7 +35,7 @@ /** * Caching connector provider unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CachingConnectorProviderTest { public static class ReferenceCountingNullConnector implements Connector, ConnectorProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/Beta.java b/core-common/src/main/java/org/glassfish/jersey/Beta.java index b855978033..9ea9ff6dbf 100644 --- a/core-common/src/main/java/org/glassfish/jersey/Beta.java +++ b/core-common/src/main/java/org/glassfish/jersey/Beta.java @@ -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 @@ -47,7 +47,7 @@ * will be removed from such API and the API will become part of a stable public Jersey API. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Retention(RetentionPolicy.CLASS) @Documented diff --git a/core-common/src/main/java/org/glassfish/jersey/CommonProperties.java b/core-common/src/main/java/org/glassfish/jersey/CommonProperties.java index 654d9e77b7..8001bd5d1c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/CommonProperties.java +++ b/core-common/src/main/java/org/glassfish/jersey/CommonProperties.java @@ -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 @@ -28,7 +28,7 @@ * Common (server/client) Jersey configuration properties. * * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @PropertiesClass public final class CommonProperties { diff --git a/core-common/src/main/java/org/glassfish/jersey/ExtendedConfig.java b/core-common/src/main/java/org/glassfish/jersey/ExtendedConfig.java index ca0c24fc7d..12e6840972 100644 --- a/core-common/src/main/java/org/glassfish/jersey/ExtendedConfig.java +++ b/core-common/src/main/java/org/glassfish/jersey/ExtendedConfig.java @@ -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 @@ -21,7 +21,7 @@ /** * Extended common runtime configuration. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ExtendedConfig extends Configuration { diff --git a/core-common/src/main/java/org/glassfish/jersey/JerseyPriorities.java b/core-common/src/main/java/org/glassfish/jersey/JerseyPriorities.java index a35a764b40..e8a4d57bcb 100644 --- a/core-common/src/main/java/org/glassfish/jersey/JerseyPriorities.java +++ b/core-common/src/main/java/org/glassfish/jersey/JerseyPriorities.java @@ -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 @@ -22,7 +22,7 @@ * Built-in Jersey-specific priority constants to be used along with {@link javax.ws.rs.Priorities} where finer-grained * categorization is required. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JerseyPriorities { diff --git a/core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java b/core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java index 1f03bfc1d5..1bf2647fd4 100644 --- a/core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java +++ b/core-common/src/main/java/org/glassfish/jersey/SslConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 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 @@ -65,7 +65,7 @@ * @author Alexey Stashok * @author Hubert Iwaniuk * @author Bruno Harbulot - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("UnusedDeclaration") public final class SslConfigurator { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/ContextResolverFactory.java b/core-common/src/main/java/org/glassfish/jersey/internal/ContextResolverFactory.java index aa97addf27..66f1c9f327 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/ContextResolverFactory.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/ContextResolverFactory.java @@ -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 @@ -41,7 +41,7 @@ * A factory implementation for managing {@link ContextResolver} instances. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContextResolverFactory implements ContextResolvers { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java b/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java index aff86bd7ee..f73602cc88 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/ExceptionMapperFactory.java @@ -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 @@ -51,8 +51,8 @@ * * @author Paul Sandoz * @author Santiago Pericas-Geertsen (Santiago.PericasGeertsen at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ public class ExceptionMapperFactory implements ExceptionMappers { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/JaxrsProviders.java b/core-common/src/main/java/org/glassfish/jersey/internal/JaxrsProviders.java index 519b1e5326..5b97317596 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/JaxrsProviders.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/JaxrsProviders.java @@ -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 @@ -39,7 +39,7 @@ /** * Jersey implementation of JAX-RS {@link Providers} contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JaxrsProviders implements Providers { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/MapPropertiesDelegate.java b/core-common/src/main/java/org/glassfish/jersey/internal/MapPropertiesDelegate.java index a1f811377a..aed1cfe912 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/MapPropertiesDelegate.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/MapPropertiesDelegate.java @@ -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 @@ -24,7 +24,7 @@ /** * Properties delegate backed by a {@code Map}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class MapPropertiesDelegate implements PropertiesDelegate { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/OsgiRegistry.java b/core-common/src/main/java/org/glassfish/jersey/internal/OsgiRegistry.java index 846e133f9a..67304d103f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/OsgiRegistry.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/OsgiRegistry.java @@ -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 @@ -66,8 +66,8 @@ * via the OSGi Bundle API as direct ClassLoader#getResource() method invocation * does not work in this case within OSGi. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Jakub Podlesak + * @author Adam Lindenthal */ public final class OsgiRegistry implements SynchronousBundleListener { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/PropertiesDelegate.java b/core-common/src/main/java/org/glassfish/jersey/internal/PropertiesDelegate.java index d0cde50459..70833b9462 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/PropertiesDelegate.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/PropertiesDelegate.java @@ -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 @@ -21,7 +21,7 @@ /** * TODO: javadoc. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface PropertiesDelegate { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/RuntimeDelegateImpl.java b/core-common/src/main/java/org/glassfish/jersey/internal/RuntimeDelegateImpl.java index 7fb25a63ad..2183afa5f5 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/RuntimeDelegateImpl.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/RuntimeDelegateImpl.java @@ -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 @@ -29,7 +29,7 @@ * method. * * @author Jakub Podlesak - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public class RuntimeDelegateImpl extends AbstractRuntimeDelegate { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/ServiceConfigurationError.java b/core-common/src/main/java/org/glassfish/jersey/internal/ServiceConfigurationError.java index fa3c542ab0..d777c7a2f0 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/ServiceConfigurationError.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/ServiceConfigurationError.java @@ -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 @@ -28,7 +28,7 @@ * * * @author Mark Reinhold - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ServiceConfigurationError extends Error { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/ServiceFinderBinder.java b/core-common/src/main/java/org/glassfish/jersey/internal/ServiceFinderBinder.java index cc0da5e650..84bf1d4581 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/ServiceFinderBinder.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/ServiceFinderBinder.java @@ -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 @@ -31,8 +31,8 @@ * and registers found instances to {@link InjectionManager}. * * @param contract type. - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ public class ServiceFinderBinder extends AbstractBinder { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Custom.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Custom.java index 0b315d77d0..938ef2ea7f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Custom.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Custom.java @@ -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 @@ -41,7 +41,7 @@ *

* * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see org.glassfish.jersey.internal.inject.CustomAnnotationLiteral */ @Qualifier diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/CustomAnnotationLiteral.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/CustomAnnotationLiteral.java index 6e47ed8cd2..e76892cc01 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/CustomAnnotationLiteral.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/CustomAnnotationLiteral.java @@ -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 @@ -23,7 +23,7 @@ * in method calls that require use of annotation instances. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("ClassExplicitlyAnnotation") public final class CustomAnnotationLiteral extends AnnotationLiteral implements Custom { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ForeignRequestScopeBridge.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ForeignRequestScopeBridge.java index dabbe13f1b..774bd0735f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ForeignRequestScopeBridge.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ForeignRequestScopeBridge.java @@ -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 @@ -26,7 +26,7 @@ * factory created components managed by 3rd party component * providers * - * Jakub Podlesak (jakub.podlesak at oracle.com). + * Jakub Podlesak. */ public interface ForeignRequestScopeBridge { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Injections.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Injections.java index 90b2f1b48b..d2ff00de0e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Injections.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Injections.java @@ -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 @@ -31,7 +31,7 @@ * Injection binding utility methods. * * @author Tom Beerbower - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Injections { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterFactory.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterFactory.java index c29091dedd..5fcd8531f7 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterFactory.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverterFactory.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -38,7 +38,7 @@ * providers are iterated first, so that user registered providers are preferred against internal jersey providers. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java index 7d5a953dd0..31b1a586ff 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ParamConverters.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -43,7 +43,7 @@ * strategies of constructing an instance from a {@code String} value. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class ParamConverters { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/PrimitiveMapper.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/PrimitiveMapper.java index b763cc4ff5..5b1a58434b 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/PrimitiveMapper.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/PrimitiveMapper.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -26,7 +26,7 @@ * as the default values as defined by the JAX-RS specification. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class PrimitiveMapper { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ProviderBinder.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ProviderBinder.java index 1e10beaa64..bc7e01e099 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ProviderBinder.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ProviderBinder.java @@ -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 @@ -50,7 +50,7 @@ *

* * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Michal Gajdos */ public class ProviderBinder { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java index a0fa74584d..b74628d54a 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/Providers.java @@ -52,7 +52,7 @@ * Utility class providing a set of utility methods for easier and more type-safe * interaction with an injection layer. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public final class Providers { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ReferencingFactory.java b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ReferencingFactory.java index ddeb7f6fb0..0c92e24360 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/inject/ReferencingFactory.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/inject/ReferencingFactory.java @@ -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 @@ -27,7 +27,7 @@ * Factory that provides injection of the referenced instance. * * @param - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class ReferencingFactory implements Supplier { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommon.java b/core-common/src/main/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommon.java index 5f1e85172f..3a58bb3dfa 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommon.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommon.java @@ -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 @@ -20,7 +20,7 @@ * The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions. * For further details, see javadoc bellow. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SonarJerseyCommon { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/Closure.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/Closure.java index 89e3ce3f1f..9c68ca4179 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/Closure.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/Closure.java @@ -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 @@ -20,7 +20,7 @@ * Closure interface. * * @param data type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Closure { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/ExtendedLogger.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/ExtendedLogger.java index 928f39c64e..0790294be3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/ExtendedLogger.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/ExtendedLogger.java @@ -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 @@ -27,7 +27,7 @@ /** * Logger extension with additional logging utility & convenience methods. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("deprecation") public final class ExtendedLogger { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/JdkVersion.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/JdkVersion.java index b36aa08023..9b8ec40d95 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/JdkVersion.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/JdkVersion.java @@ -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 @@ -20,7 +20,7 @@ * JDK Version related utilities. Ported from Grizzly project. * * @author Ryan Lubke (ryan.lubke at oracle.com) - * @author Alexey Stashok (oleksiy.stashok at oracle.com) + * @author Alexey Stashok * @since 2.3 */ public class JdkVersion implements Comparable { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/JerseyPublisher.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/JerseyPublisher.java index becb368acf..d1016cd13b 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/JerseyPublisher.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/JerseyPublisher.java @@ -36,7 +36,7 @@ *

* Delegates to {@link SubmissionPublisher} repackaged from jsr166 on JDK 8 or to JDK {@code SubmissionPublisher}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JerseyPublisher implements Flow.Publisher { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/LazyUid.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/LazyUid.java index d8b357686d..1c9ccc2740 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/LazyUid.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/LazyUid.java @@ -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 @@ -27,7 +27,7 @@ * The UUID value gets initialized with the first call to {@link #value()} method. * Once initialized, the UUID value stays the same. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LazyUid implements Serializable { private static final long serialVersionUID = 4618609413877136867L; diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/Producer.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/Producer.java index c840354619..a5c75e7200 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/Producer.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/Producer.java @@ -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 @@ -30,7 +30,7 @@ * * @param type of the produced result. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Producer extends Callable { @Override diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesClass.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesClass.java index 1ae4dc81ae..c19896f7ab 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesClass.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesClass.java @@ -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 @@ -35,7 +35,7 @@ * (@code org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest) unit test. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see org.glassfish.jersey.internal.util.Property * @see org.glassfish.jersey.internal.util.PropertyAlias */ diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/Property.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/Property.java index f099fc8a14..1a1894441e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/Property.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/Property.java @@ -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 @@ -31,7 +31,7 @@ * (@code org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest) unit test. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see org.glassfish.jersey.internal.util.PropertiesClass * @see org.glassfish.jersey.internal.util.PropertyAlias */ diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertyAlias.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertyAlias.java index 2f1191bb03..ba8744dd23 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertyAlias.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertyAlias.java @@ -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 @@ -30,7 +30,7 @@ * it has to be marked by this annotation, otherwise the test will fail and prevent Jersey build to succeed. *

* - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @see org.glassfish.jersey.internal.util.PropertiesClass * @see org.glassfish.jersey.internal.util.Property */ diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/ReflectionHelper.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/ReflectionHelper.java index 26d280ceb0..b0a04479a8 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/ReflectionHelper.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/ReflectionHelper.java @@ -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 @@ -64,7 +64,7 @@ * Utility methods for Java reflection. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class ReflectionHelper { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/Tokenizer.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/Tokenizer.java index dbb830588f..e15138ca51 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/Tokenizer.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/Tokenizer.java @@ -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 @@ -25,7 +25,7 @@ * A utility class providing methods capable of splitting String entries * into an array of tokens based on either default or custom token delimiters. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Tokenizer { private Tokenizer() { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/TypeVisitor.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/TypeVisitor.java index a930bc7c0b..2d96d425c3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/TypeVisitor.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/TypeVisitor.java @@ -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 @@ -27,7 +27,7 @@ * * @param type visiting result type. * @author Kohsuke Kawaguchi - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ abstract class TypeVisitor { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStream.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStream.java index ea8eb4c3c9..39176a88ac 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStream.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStream.java @@ -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 @@ -34,7 +34,7 @@ * this input stream provides the non-blocking {@code tryRead} counterparts. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ByteBufferInputStream extends NonBlockingInputStream { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Cache.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Cache.java index 1bca9095f3..923552cbb4 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Cache.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Cache.java @@ -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 @@ -33,7 +33,7 @@ * * @param The type of the key of the cache * @param The type of the values in the cache - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Cache implements Function { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ClassTypePair.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ClassTypePair.java index 68a1ce3c35..e950a2d961 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ClassTypePair.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/ClassTypePair.java @@ -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 @@ -21,7 +21,7 @@ /** * A pair of raw class and the related type. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ClassTypePair { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/DataStructures.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/DataStructures.java index 468125ff3d..3e295b7c6c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/DataStructures.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/DataStructures.java @@ -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 @@ -27,7 +27,7 @@ * on running environment. * * @author Gustav Trede - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.3 */ public final class DataStructures { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyUnsafeValue.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyUnsafeValue.java index b563c52783..efe0833e28 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyUnsafeValue.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyUnsafeValue.java @@ -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 @@ -24,7 +24,7 @@ * of a {@code LazyUnsafeValue} instance is available via {@link #isInitialized()} method. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface LazyUnsafeValue extends UnsafeValue { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyValue.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyValue.java index ab3d079032..5b1e5bc305 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyValue.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/LazyValue.java @@ -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 @@ -24,7 +24,7 @@ * of a {@code LazyValue} instance is available via {@link #isInitialized()} method. *

* - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface LazyValue extends Value { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/MultivaluedStringMap.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/MultivaluedStringMap.java index 808055efb4..168a371ac9 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/MultivaluedStringMap.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/MultivaluedStringMap.java @@ -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 @@ -30,7 +30,7 @@ * individual string values as a constructor parameters. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MultivaluedStringMap extends MultivaluedHashMap { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/NonBlockingInputStream.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/NonBlockingInputStream.java index 148ec34ace..bcd00581d5 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/NonBlockingInputStream.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/NonBlockingInputStream.java @@ -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 @@ -23,7 +23,7 @@ * An abstract {@link InputStream} extension that defines contract for non-blocking * streaming {@code read} operations. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class NonBlockingInputStream extends InputStream { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Ref.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Ref.java index 6357e33f64..f7c9996cec 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Ref.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Ref.java @@ -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 @@ -21,7 +21,7 @@ * and the reference can be get by {@link #get()}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * * @param referred value type * diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Refs.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Refs.java index dacf95f911..1ae6c3cf4e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Refs.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Refs.java @@ -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 @@ -19,7 +19,7 @@ /** * A collection of {@link Ref reference} factory & utility methods. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Refs { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/UnsafeValue.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/UnsafeValue.java index dc22957146..c659f629a7 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/UnsafeValue.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/UnsafeValue.java @@ -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 @@ -22,7 +22,7 @@ * * @param value type. * @param exception type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface UnsafeValue { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Value.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Value.java index 5366812739..ee2380073c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Value.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Value.java @@ -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 @@ -20,7 +20,7 @@ * A generic value provider. * * @param value type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Value { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Values.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Values.java index 1c51225400..47616447a8 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Values.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Values.java @@ -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 @@ -19,7 +19,7 @@ /** * A collection of {@link Value Value provider} factory & utility methods. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Values { diff --git a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Views.java b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Views.java index 19fd728934..32e2640e9e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Views.java +++ b/core-common/src/main/java/org/glassfish/jersey/internal/util/collection/Views.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -34,7 +34,7 @@ /** * Collections utils, which provide transforming views for {@link List} and {@link Map}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class Views { diff --git a/core-common/src/main/java/org/glassfish/jersey/logging/ClientLoggingFilter.java b/core-common/src/main/java/org/glassfish/jersey/logging/ClientLoggingFilter.java index 17633d70c4..1cd5cdb86e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/logging/ClientLoggingFilter.java +++ b/core-common/src/main/java/org/glassfish/jersey/logging/ClientLoggingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -42,9 +42,9 @@ * is set to the minimum value, which means that filter is called as the last filter when request is sent and similarly as the * first filter when the response is received, so request and response is logged as sent or as received. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka */ @ConstrainedTo(RuntimeType.CLIENT) @PreMatching diff --git a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeature.java b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeature.java index 9b0775a7da..e4e2b01f03 100644 --- a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeature.java +++ b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeature.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -65,7 +65,7 @@ *
  • {@link #LOGGING_FEATURE_MAX_ENTITY_SIZE_CLIENT}
  • * * - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka * @since 2.23 */ public class LoggingFeature implements Feature { diff --git a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.java b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.java index f51a89140f..205ed08b5f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.java +++ b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingFeatureAutoDiscoverable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -47,7 +47,7 @@ *

    * The registration does not occur if the feature is already registered or auto-discoverable mechanism is disabled. * - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka * @since 2.23 */ @Priority(AutoDiscoverable.DEFAULT_PRIORITY) diff --git a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingInterceptor.java b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingInterceptor.java index 85e0e0862d..5863c7bee5 100644 --- a/core-common/src/main/java/org/glassfish/jersey/logging/LoggingInterceptor.java +++ b/core-common/src/main/java/org/glassfish/jersey/logging/LoggingInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -47,7 +47,7 @@ * An interceptor that logs an entity if configured so and provides a common logic for {@link ClientLoggingFilter} * and {@link ServerLoggingFilter}. * - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka */ abstract class LoggingInterceptor implements WriterInterceptor { diff --git a/core-common/src/main/java/org/glassfish/jersey/logging/ServerLoggingFilter.java b/core-common/src/main/java/org/glassfish/jersey/logging/ServerLoggingFilter.java index 441db64f16..8405edff43 100644 --- a/core-common/src/main/java/org/glassfish/jersey/logging/ServerLoggingFilter.java +++ b/core-common/src/main/java/org/glassfish/jersey/logging/ServerLoggingFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -42,9 +42,9 @@ * is set to the maximum value, which means that filter is called as the first filter when request arrives and similarly as the * last filter when the response is dispatched, so request and response is logged as arrives or as dispatched. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka */ @ConstrainedTo(RuntimeType.SERVER) @PreMatching diff --git a/core-common/src/main/java/org/glassfish/jersey/message/AbstractEntityProviderModel.java b/core-common/src/main/java/org/glassfish/jersey/message/AbstractEntityProviderModel.java index bebc40f066..a9d9075afe 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/AbstractEntityProviderModel.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/AbstractEntityProviderModel.java @@ -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 @@ -25,7 +25,7 @@ /** * Abstract entity provider model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.16 */ public abstract class AbstractEntityProviderModel { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/MessageProperties.java b/core-common/src/main/java/org/glassfish/jersey/message/MessageProperties.java index 27fccbc1de..6319abbe7b 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/MessageProperties.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/MessageProperties.java @@ -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 @@ -21,7 +21,7 @@ /** * Jersey configuration properties for message & entity processing. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @PropertiesClass public final class MessageProperties { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/MessageUtils.java b/core-common/src/main/java/org/glassfish/jersey/message/MessageUtils.java index d657467d3c..59b9cdc5c4 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/MessageUtils.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/MessageUtils.java @@ -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 @@ -25,7 +25,7 @@ /** * Utility class with message related methods. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public final class MessageUtils { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/ReaderModel.java b/core-common/src/main/java/org/glassfish/jersey/message/ReaderModel.java index 82359f5329..b2bf602c75 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/ReaderModel.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/ReaderModel.java @@ -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 @@ -28,7 +28,7 @@ /** * {@link javax.ws.rs.ext.MessageBodyReader} model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.16 */ public final class ReaderModel extends AbstractEntityProviderModel { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/WriterModel.java b/core-common/src/main/java/org/glassfish/jersey/message/WriterModel.java index fb39b41cae..c7b4527751 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/WriterModel.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/WriterModel.java @@ -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 @@ -28,7 +28,7 @@ /** * {@link javax.ws.rs.ext.MessageBodyWriter} model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.16 */ public final class WriterModel extends AbstractEntityProviderModel { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractFormProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractFormProvider.java index d1e685031c..1df64714c7 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractFormProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractFormProvider.java @@ -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 @@ -36,7 +36,7 @@ * @param form type. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractFormProvider extends AbstractMessageReaderWriterProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java index 0c877a59e9..2b3be1749d 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/AbstractMessageReaderWriterProvider.java @@ -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 @@ -34,7 +34,7 @@ * * @param Java type supported by the provider * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractMessageReaderWriterProvider implements MessageBodyReader, MessageBodyWriter { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableLanguageTag.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableLanguageTag.java index 2cab1ee645..9c5f7d3e6e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableLanguageTag.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableLanguageTag.java @@ -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 @@ -22,7 +22,7 @@ * An acceptable language tag. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AcceptableLanguageTag extends LanguageTag implements Qualified { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableMediaType.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableMediaType.java index eff94e0f30..fe39724822 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableMediaType.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableMediaType.java @@ -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 @@ -26,7 +26,7 @@ * An acceptable media type. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AcceptableMediaType extends MediaType implements Qualified { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableToken.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableToken.java index 7cf59c8daa..1883d572f2 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableToken.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/AcceptableToken.java @@ -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 @@ -22,7 +22,7 @@ * An acceptable token. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AcceptableToken extends Token implements Qualified { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java index bfc9352c12..b69a170420 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/BasicTypesMessageProvider.java @@ -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 @@ -46,7 +46,7 @@ * argument constructor. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"text/plain"}) @Consumes({"text/plain"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/ByteArrayProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/ByteArrayProvider.java index 4e6063f115..4871013d9f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/ByteArrayProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/ByteArrayProvider.java @@ -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 @@ -32,7 +32,7 @@ * Default Jersey byte array entity provider (reader and writer). * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"application/octet-stream", "*/*"}) @Consumes({"application/octet-stream", "*/*"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/CacheControlProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/CacheControlProvider.java index b63b01fc28..8cf122c206 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/CacheControlProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/CacheControlProvider.java @@ -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 @@ -35,7 +35,7 @@ * {@code Cache-Control} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author hubick@java.net */ @Singleton diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java index 203a5eddfe..39f74fb6af 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/CommittingOutputStream.java @@ -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 @@ -52,7 +52,7 @@ *

    * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public final class CommittingOutputStream extends OutputStream { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/CookieProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/CookieProvider.java index 6c63dbb695..fbe9275459 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/CookieProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/CookieProvider.java @@ -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 @@ -29,7 +29,7 @@ * Request {@code Cookie} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class CookieProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java index 8460cee6bf..74ce034c13 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/CookiesParser.java @@ -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 @@ -32,7 +32,7 @@ * Cookies parser. * * @author Marc Hadley - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CookiesParser { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/DataSourceProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/DataSourceProvider.java index e2a2503845..10c093242a 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/DataSourceProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/DataSourceProvider.java @@ -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 @@ -36,7 +36,7 @@ * entity type to/from a {@link DataSource} instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"application/octet-stream", "*/*"}) @Consumes({"application/octet-stream", "*/*"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/DateProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/DateProvider.java index 5c27798f3b..b0e1495063 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/DateProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/DateProvider.java @@ -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 @@ -30,7 +30,7 @@ * {@code Date} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class DateProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityInputStream.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityInputStream.java index 3e481e78ac..06678b16fe 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityInputStream.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityInputStream.java @@ -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 @@ -31,7 +31,7 @@ *
  • {@link #close()} method throws Jersey-specific runtime exception in case of an IO error.
  • * * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class EntityInputStream extends InputStream { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityTagProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityTagProvider.java index 56e9dc16bd..cdffee5836 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityTagProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/EntityTagProvider.java @@ -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 @@ -32,7 +32,7 @@ * {@code ETag} {@link HeaderDelegateProvider header delegate provider}. * * @author Marc Hadley - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class EntityTagProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/FileProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/FileProvider.java index 6ed3508072..fb5a6d4559 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/FileProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/FileProvider.java @@ -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 @@ -39,7 +39,7 @@ * entity type to/from a {@link File} instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"application/octet-stream", "*/*"}) @Consumes({"application/octet-stream", "*/*"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.java index 2dce040e63..8d1ce18bdc 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProvider.java @@ -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 @@ -37,7 +37,7 @@ * entity type to/from {@link MultivaluedMap multi-valued map} instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces("application/x-www-form-urlencoded") @Consumes("application/x-www-form-urlencoded") diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/FormProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/FormProvider.java index b9b78aa879..ccf81de88e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/FormProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/FormProvider.java @@ -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 @@ -38,7 +38,7 @@ * entity type to/from {@link Form JAX-RS Form} instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"application/x-www-form-urlencoded", "*/*"}) @Consumes({"application/x-www-form-urlencoded", "*/*"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderUtils.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderUtils.java index f4182e9175..1bf54400ed 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderUtils.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderUtils.java @@ -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 @@ -39,9 +39,9 @@ /** * Utility class supporting the processing of message headers. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public final class HeaderUtils { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderValueException.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderValueException.java index c6e4a20840..bc1cb67358 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderValueException.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/HeaderValueException.java @@ -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 @@ -22,7 +22,7 @@ * {@link ProcessingException Processing exception} indicating that an attempt to * read a value of a header failed. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HeaderValueException extends ProcessingException { private static final long serialVersionUID = 981810773601231157L; diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpDateFormat.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpDateFormat.java index d99116c1dc..75479e6846 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpDateFormat.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpDateFormat.java @@ -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 @@ -29,7 +29,7 @@ * Helper class for HTTP specified date formats. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class HttpDateFormat { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderListAdapter.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderListAdapter.java index 61c6305754..b574f95a02 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderListAdapter.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderListAdapter.java @@ -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 @@ -23,7 +23,7 @@ * headers containing comma-separated value lists. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ /* package */ class HttpHeaderListAdapter extends HttpHeaderReader { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java index c1ac16fa46..25f69629dc 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/HttpHeaderReader.java @@ -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 @@ -35,7 +35,7 @@ * An abstract pull-based reader of HTTP headers. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class HttpHeaderReader { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java index 500531050d..026fd697ff 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/InboundMessageContext.java @@ -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 @@ -59,7 +59,7 @@ /** * Base inbound message context implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class InboundMessageContext { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/JerseyLink.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/JerseyLink.java index 6acacdc8ae..a27d248cae 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/JerseyLink.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/JerseyLink.java @@ -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 @@ -32,7 +32,7 @@ /** * Jersey implementation of {@link javax.ws.rs.core.Link JAX-RS Link} contract. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class JerseyLink extends javax.ws.rs.core.Link { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java index a1e4d7dc9c..c34756b115 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java @@ -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 @@ -23,7 +23,7 @@ * A language tag. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LanguageTag { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/LinkProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/LinkProvider.java index 5645348a5e..91c6f5433f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/LinkProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/LinkProvider.java @@ -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 @@ -37,7 +37,7 @@ * Provider for Link Headers. * * @author Santiago Pericas-Geertsen - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class LinkProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/LocaleProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/LocaleProvider.java index 82e1d1bcf3..7aedca7050 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/LocaleProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/LocaleProvider.java @@ -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 @@ -30,7 +30,7 @@ * {@code Locale} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class LocaleProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MatchingEntityTag.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MatchingEntityTag.java index 30eb09451f..1219ea1434 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MatchingEntityTag.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MatchingEntityTag.java @@ -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 @@ -33,7 +33,7 @@ * {@code *} is not a valid entity tag. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MatchingEntityTag extends EntityTag { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypeProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypeProvider.java index b7623e2a40..bfd51b410c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypeProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypeProvider.java @@ -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 @@ -31,7 +31,7 @@ * Header delegate provider for MediaType. * * @author Marc Hadley - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ @Singleton diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypes.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypes.java index d58c2deab9..1cfeb0180c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypes.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MediaTypes.java @@ -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 @@ -34,7 +34,7 @@ * Common media types and functionality. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class MediaTypes { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MessageBodyFactory.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MessageBodyFactory.java index 3c16126983..73551ca572 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MessageBodyFactory.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MessageBodyFactory.java @@ -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 @@ -82,8 +82,8 @@ * A factory for managing {@link MessageBodyReader}, {@link MessageBodyWriter} instances. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ public class MessageBodyFactory implements MessageBodyWorkers { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MessagingBinders.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MessagingBinders.java index e7a15e1c3e..95b000d2fb 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MessagingBinders.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MessagingBinders.java @@ -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 @@ -34,8 +34,8 @@ * Binding definitions for the default set of message related providers (readers, * writers, header delegates). * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Libor Kramolis */ public final class MessagingBinders { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/MsgTraceEvent.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/MsgTraceEvent.java index ca94700345..b175a19611 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/MsgTraceEvent.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/MsgTraceEvent.java @@ -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 @@ -19,7 +19,7 @@ /** * Common tracing events. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public enum MsgTraceEvent implements TracingLogger.Event { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/NewCookieProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/NewCookieProvider.java index 01a62ecb0f..fcfa203c2d 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/NewCookieProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/NewCookieProvider.java @@ -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 @@ -29,7 +29,7 @@ * Response {@code Set-Cookie} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class NewCookieProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/NullOutputStream.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/NullOutputStream.java index e8f9c53d0d..26d3f14593 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/NullOutputStream.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/NullOutputStream.java @@ -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 @@ -29,7 +29,7 @@ * to write the data to the closed stream result in an {@link java.io.IOException} being thrown. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class NullOutputStream extends OutputStream { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.java index 8f8699d25c..27843dbb63 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundJaxrsResponse.java @@ -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 @@ -49,7 +49,7 @@ * The implementation delegates method calls to an {@link #getContext() underlying * outbound message context}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OutboundJaxrsResponse extends javax.ws.rs.core.Response { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundMessageContext.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundMessageContext.java index 0b76182516..ef37b6c426 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundMessageContext.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/OutboundMessageContext.java @@ -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 @@ -56,7 +56,7 @@ /** * Base outbound message context implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OutboundMessageContext { private static final Annotation[] EMPTY_ANNOTATIONS = new Annotation[0]; diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/ParameterizedHeader.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/ParameterizedHeader.java index 2dd0154f24..7b71c95adb 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/ParameterizedHeader.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/ParameterizedHeader.java @@ -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 @@ -29,7 +29,7 @@ * parameter is separated with a ';'. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ParameterizedHeader { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/Qualified.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/Qualified.java index 21b7a5ba08..fd14322433 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/Qualified.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/Qualified.java @@ -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 @@ -20,7 +20,7 @@ * Quality factor for acceptable header types represented as a "parts per thousand" (i.e. per mille) value. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Qualified { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/Quality.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/Quality.java index 9ebed32af8..f0ef76ec64 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/Quality.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/Quality.java @@ -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 @@ -25,7 +25,7 @@ /** * Quality parameter constants. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Quality { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/QualitySourceMediaType.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/QualitySourceMediaType.java index b58a83da34..261a248513 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/QualitySourceMediaType.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/QualitySourceMediaType.java @@ -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 @@ -26,7 +26,7 @@ * A quality source media type. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class QualitySourceMediaType extends MediaType implements Qualified { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.java index 9b2a25f9a8..5263fff80f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/ReaderInterceptorExecutor.java @@ -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 @@ -51,7 +51,7 @@ * which finally reads an entity from the output stream provided by the chain. * * @author Miroslav Fuksa - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class ReaderInterceptorExecutor extends InterceptorExecutor implements ReaderInterceptorContext, InjectionManagerSupplier { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/RenderedImageProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/RenderedImageProvider.java index bce792f9e0..7a53ea2eff 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/RenderedImageProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/RenderedImageProvider.java @@ -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 @@ -43,7 +43,7 @@ * {@link BufferedImage buffered} image instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces("image/*") @Consumes({"image/*", "application/octet-stream"}) diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/SourceProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/SourceProvider.java index 70e530faf0..acd27d8e8a 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/SourceProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/SourceProvider.java @@ -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 @@ -54,7 +54,7 @@ * Collection of {@link Source XML source} providers. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public final class SourceProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/StringBuilderUtils.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/StringBuilderUtils.java index 70d6a612b5..459231ade7 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/StringBuilderUtils.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/StringBuilderUtils.java @@ -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 @@ -21,7 +21,7 @@ * values. * * @author Marc Hadley - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public class StringBuilderUtils { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/StringHeaderProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/StringHeaderProvider.java index 1375693202..49dc845666 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/StringHeaderProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/StringHeaderProvider.java @@ -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 @@ -28,7 +28,7 @@ * {@code String} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class StringHeaderProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/Token.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/Token.java index 81e210fc4e..8e4abe1579 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/Token.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/Token.java @@ -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 @@ -22,7 +22,7 @@ * A token. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Token { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.java index 5824122334..97afd686e3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingAwarePropertiesDelegate.java @@ -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 @@ -24,7 +24,7 @@ * Delegating properties delegate backed by another {@code PropertiesDelegate} with implemented "cache" or direct reference to * tracing support related classes (e.g. {@code TracingLogger}) to improve performance of lookup tracing context instance. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public final class TracingAwarePropertiesDelegate implements PropertiesDelegate { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingInfo.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingInfo.java index 776c30a372..329eb3a97f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingInfo.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingInfo.java @@ -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 @@ -22,7 +22,7 @@ /** * Collects tracing messages for a request. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ final class TracingInfo { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java index 1c844c2031..fd5b8d8d08 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/TracingLogger.java @@ -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 @@ -32,7 +32,7 @@ * * Use one instance per request. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public abstract class TracingLogger { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/UriProvider.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/UriProvider.java index 041b69d580..2feac33993 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/UriProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/UriProvider.java @@ -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 @@ -30,7 +30,7 @@ * {@code URI} {@link HeaderDelegateProvider header delegate provider}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public class UriProvider implements HeaderDelegateProvider { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java index 6efa89238b..c4f035ee10 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/Utils.java @@ -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 @@ -22,7 +22,7 @@ /** * Utility class. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class Utils { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantListBuilder.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantListBuilder.java index f2b77760a3..b0e81e11ac 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantListBuilder.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantListBuilder.java @@ -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 @@ -28,7 +28,7 @@ * An implementation of {@link VariantListBuilder}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class VariantListBuilder extends Variant.VariantListBuilder { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantSelector.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantSelector.java index 93efd46151..292c3eabba 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantSelector.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/VariantSelector.java @@ -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 @@ -35,7 +35,7 @@ * Utility for selecting variant that best matches request from a list of variants. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class VariantSelector { diff --git a/core-common/src/main/java/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.java b/core-common/src/main/java/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.java index 9de95647fc..29236d016a 100644 --- a/core-common/src/main/java/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.java +++ b/core-common/src/main/java/org/glassfish/jersey/message/internal/WriterInterceptorExecutor.java @@ -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 @@ -49,7 +49,7 @@ * which writes entity to the output stream provided by the chain. * * @author Miroslav Fuksa - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class WriterInterceptorExecutor extends InterceptorExecutor implements WriterInterceptorContext, InjectionManagerSupplier { diff --git a/core-common/src/main/java/org/glassfish/jersey/model/ContractProvider.java b/core-common/src/main/java/org/glassfish/jersey/model/ContractProvider.java index 45479ee20f..d690f1fba2 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/ContractProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/ContractProvider.java @@ -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 @@ -31,7 +31,7 @@ /** * Jersey contract provider model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ContractProvider implements Scoped, NameBound { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/model/Scoped.java b/core-common/src/main/java/org/glassfish/jersey/model/Scoped.java index ea4b49e93f..77b3d808c6 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/Scoped.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/Scoped.java @@ -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 @@ -21,7 +21,7 @@ /** * Scoped Jersey application model component. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Scoped { /** diff --git a/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java b/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java index 02483d9aee..5775d6def3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java @@ -59,7 +59,7 @@ * server and client. * * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CommonConfig implements FeatureContext, ExtendedConfig { diff --git a/core-common/src/main/java/org/glassfish/jersey/model/internal/ComponentBag.java b/core-common/src/main/java/org/glassfish/jersey/model/internal/ComponentBag.java index ba3eaf6af9..fd1aaeb5a4 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/internal/ComponentBag.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/internal/ComponentBag.java @@ -68,7 +68,7 @@ * *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ComponentBag { /** @@ -681,7 +681,7 @@ void loadFrom(final ComponentBag bag) { /** * Immutable version of {@link org.glassfish.jersey.model.internal.ComponentBag}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ private static class ImmutableComponentBag extends ComponentBag { ImmutableComponentBag(ComponentBag original) { diff --git a/core-common/src/main/java/org/glassfish/jersey/model/internal/ImmutableCommonConfig.java b/core-common/src/main/java/org/glassfish/jersey/model/internal/ImmutableCommonConfig.java index bc6aa578ef..287f8b8a18 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/internal/ImmutableCommonConfig.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/internal/ImmutableCommonConfig.java @@ -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 @@ -25,7 +25,7 @@ /** * Immutable runtime configuration. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ImmutableCommonConfig extends CommonConfig { diff --git a/core-common/src/main/java/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.java b/core-common/src/main/java/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.java index 8edaa1f631..3c7f17a2ac 100644 --- a/core-common/src/main/java/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.java +++ b/core-common/src/main/java/org/glassfish/jersey/model/internal/ManagedObjectsFinalizer.java @@ -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 @@ -35,7 +35,7 @@ * on the injection manager where this service is registered. Therefore only classes with their lifecycle linked * to the injection manager that created them should be registered here. * - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ @Singleton public class ManagedObjectsFinalizer { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/Inflector.java b/core-common/src/main/java/org/glassfish/jersey/process/Inflector.java index 310ba23570..45263419ca 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/Inflector.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/Inflector.java @@ -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 @@ -22,7 +22,7 @@ * @param transformable data type. * @param type of result produced by a successful inflector data transformation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Inflector { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.java b/core-common/src/main/java/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.java index 47fd8f2a45..9b6fe99478 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/JerseyProcessingUncaughtExceptionHandler.java @@ -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 @@ -24,7 +24,7 @@ /** * Uncaught exception handler that can be used by various Jersey request processing thread pools uncaught exceptions. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.17 */ public class JerseyProcessingUncaughtExceptionHandler implements Thread.UncaughtExceptionHandler { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/AbstractChainableStage.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/AbstractChainableStage.java index f4f1cbe148..52a24d1190 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/AbstractChainableStage.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/AbstractChainableStage.java @@ -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 @@ -22,7 +22,7 @@ * Implements support for managing the default next stage value. * * @param processed data type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractChainableStage implements ChainableStage { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/ChainableStage.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/ChainableStage.java index 81c103bdce..0d33fa6e47 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/ChainableStage.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/ChainableStage.java @@ -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 @@ -35,7 +35,7 @@ *

    * * @param processed data type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ChainableStage extends Stage { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/ExecutorProviders.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/ExecutorProviders.java index 55bcf56faa..72a2c5e9fd 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/ExecutorProviders.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/ExecutorProviders.java @@ -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 @@ -46,7 +46,7 @@ /** * A utility class with a methods for handling executor injection registration and proper disposal. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ExecutorProviders { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/Inflecting.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/Inflecting.java index d57f4686db..5b0505be74 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/Inflecting.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/Inflecting.java @@ -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 @@ -28,7 +28,7 @@ * @param data type transformable by the provided inflector. * @param type of a result produced by the provided inflector on success. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Inflecting { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScope.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScope.java index c867196c79..ced41cdbb1 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScope.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScope.java @@ -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 @@ -97,7 +97,7 @@ * which this scope context is used. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public abstract class RequestScope { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScoped.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScoped.java index 5bbffa3a72..8a2b5ea495 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScoped.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/RequestScoped.java @@ -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 @@ -27,7 +27,7 @@ /** * Request scope binding annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Target({TYPE, METHOD}) @Retention(RUNTIME) diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/Stage.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/Stage.java index 9a78c2ab65..97c9efc5df 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/Stage.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/Stage.java @@ -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 @@ -26,7 +26,7 @@ *

    * * @param processed data type. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Stage { diff --git a/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java b/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java index 0c87d01d04..b7c73884a3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java +++ b/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java @@ -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 @@ -26,7 +26,7 @@ /** * A stage-related collection of utility methods. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Stages { private static final ChainableStage IDENTITY = new AbstractChainableStage() { diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java index 33a02c89bb..27cf44959c 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/AbstractThreadPoolProvider.java @@ -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 @@ -54,7 +54,7 @@ * at most once during the lifetime of any particular provider instance. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ public abstract class AbstractThreadPoolProvider implements AutoCloseable { diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/ContextResolvers.java b/core-common/src/main/java/org/glassfish/jersey/spi/ContextResolvers.java index 8096815ba9..0163fcc73f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/ContextResolvers.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/ContextResolvers.java @@ -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 @@ -25,7 +25,7 @@ * An injectable interface providing look-up for {@link ContextResolver ContextResolver<T>} * provider instances. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ContextResolvers { diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/Contract.java b/core-common/src/main/java/org/glassfish/jersey/spi/Contract.java index 58f5afaa0a..00889ebd25 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/Contract.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/Contract.java @@ -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 @@ -33,7 +33,7 @@ *

    * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/ExecutorServiceProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/ExecutorServiceProvider.java index 59f623c46f..9cda6348f4 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/ExecutorServiceProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/ExecutorServiceProvider.java @@ -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 @@ -63,7 +63,7 @@ * @Inject @Named("my-executor") ExecutorService myExecutor; * * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see ScheduledExecutorServiceProvider * @see ThreadPoolExecutorProvider * @since 2.18 diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/HeaderDelegateProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/HeaderDelegateProvider.java index 6993e30c05..daa18c3c39 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/HeaderDelegateProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/HeaderDelegateProvider.java @@ -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 @@ -30,7 +30,7 @@ * @param the type of the header. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Contract public interface HeaderDelegateProvider extends HeaderDelegate { diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.java index a8f801b5b8..fc79865944 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledExecutorServiceProvider.java @@ -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 @@ -47,7 +47,7 @@ * @Inject @Named("my-scheduler") ScheduledExecutorService myScheduler; * * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see ExecutorServiceProvider * @see ScheduledThreadPoolExecutorProvider * @since 2.18 diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.java index 171491aa57..486226c11e 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/ScheduledThreadPoolExecutorProvider.java @@ -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 @@ -50,7 +50,7 @@ * that are created and managed by the container. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ public class ScheduledThreadPoolExecutorProvider extends AbstractThreadPoolProvider diff --git a/core-common/src/main/java/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.java b/core-common/src/main/java/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.java index fbaa3835bf..dbcec5581f 100644 --- a/core-common/src/main/java/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.java +++ b/core-common/src/main/java/org/glassfish/jersey/spi/ThreadPoolExecutorProvider.java @@ -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 @@ -43,7 +43,7 @@ * Subclasses may override the respective methods to customize the parameters of the provisioned thread pool executor. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ public class ThreadPoolExecutorProvider extends AbstractThreadPoolProvider diff --git a/core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java b/core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java index ff085907a6..4c846f36d3 100644 --- a/core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java +++ b/core-common/src/main/java/org/glassfish/jersey/uri/UriComponent.java @@ -39,7 +39,7 @@ * of a URI. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriComponent { diff --git a/core-common/src/main/java/org/glassfish/jersey/uri/internal/UriParser.java b/core-common/src/main/java/org/glassfish/jersey/uri/internal/UriParser.java index 50c8386217..1b742edfac 100644 --- a/core-common/src/main/java/org/glassfish/jersey/uri/internal/UriParser.java +++ b/core-common/src/main/java/org/glassfish/jersey/uri/internal/UriParser.java @@ -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 @@ -24,7 +24,7 @@ * The parser is not thread safe. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class UriParser { private static final String ERROR_STATE = LocalizationMessages.URI_PARSER_NOT_EXECUTED(); diff --git a/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java b/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java index c682bebc5a..19f988711a 100644 --- a/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java +++ b/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java @@ -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 @@ -24,7 +24,7 @@ /** * Helper for classes in the jsr166 package to access the {@code sun.misc.Unsafe} instance. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ class UnsafeAccessor { static sun.misc.Unsafe getUnsafe() { diff --git a/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java b/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java index b08d014f39..cfae326453 100644 --- a/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/SecurityManagerConfiguredTest.java @@ -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 @@ -22,7 +22,7 @@ /** * Test that verifies that security manager is setup to run the Jersey core server unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class SecurityManagerConfiguredTest { /** diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java b/core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java index 6d9e1d7f89..0f025f199c 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/TestRuntimeDelegate.java @@ -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 @@ -32,7 +32,7 @@ /** * Test runtime delegate. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestRuntimeDelegate extends AbstractRuntimeDelegate { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/inject/ProvidersTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/inject/ProvidersTest.java index 919b1ed384..dc15766709 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/inject/ProvidersTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/inject/ProvidersTest.java @@ -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 @@ -35,7 +35,7 @@ * Tests {@link Providers}. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ProvidersTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java index f8da546bdb..f4414f5b42 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/routing/CombinedMediaTypeTest.java @@ -33,7 +33,7 @@ * Combined media type tests. * * @author Jakub Podlesak - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CombinedMediaTypeTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommonTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommonTest.java index b35a505a0a..06a97ad8d7 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommonTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/sonar/SonarJerseyCommonTest.java @@ -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 @@ -20,7 +20,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SonarJerseyCommonTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java index 1c216ae21a..659f9041f4 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/JerseyPublisherTest.java @@ -36,7 +36,7 @@ /** * Test Jersey {@link Flow.Publisher} implementation, {@link JerseyPublisher}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JerseyPublisherTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/OsgiRegistryTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/OsgiRegistryTest.java index a66cb6ef98..f6adc20c80 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/OsgiRegistryTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/OsgiRegistryTest.java @@ -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 @@ -24,7 +24,7 @@ /** * Utility class {@ling OsgiRegistry} tests. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class OsgiRegistryTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java index 6b358ee530..edeef20c6d 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java @@ -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 @@ -32,7 +32,7 @@ /** * {@code ReflectionHelper} unit tests. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class ReflectionHelperTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/TokenizerTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/TokenizerTest.java index b4746b4ec8..02ba36a7b7 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/TokenizerTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/TokenizerTest.java @@ -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 @@ -22,7 +22,7 @@ /** * Tokenizer utility unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TokenizerTest { @Test diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStreamTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStreamTest.java index 5d5bc28238..b5fbeba35d 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStreamTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ByteBufferInputStreamTest.java @@ -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 @@ -38,7 +38,7 @@ /** * {@link ByteBufferInputStream} unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ByteBufferInputStreamTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ViewsTest.java b/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ViewsTest.java index 1cd4e54dd0..11bb457c29 100644 --- a/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ViewsTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/internal/util/collection/ViewsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -30,7 +30,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ViewsTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java b/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java index 59f2755243..e4e5e91480 100644 --- a/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -29,7 +29,7 @@ import static javax.ws.rs.core.MediaType.TEXT_HTML_TYPE; /** - * @author Ondrej Kosatka (ondrej.kosatka at oracle.com) + * @author Ondrej Kosatka */ public class LoggingInterceptorTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/message/internal/DateProviderTest.java b/core-common/src/test/java/org/glassfish/jersey/message/internal/DateProviderTest.java index 607ca9a8f7..9c5a132c6c 100644 --- a/core-common/src/test/java/org/glassfish/jersey/message/internal/DateProviderTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/message/internal/DateProviderTest.java @@ -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 @@ -23,7 +23,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class DateProviderTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/message/internal/QualityTest.java b/core-common/src/test/java/org/glassfish/jersey/message/internal/QualityTest.java index d67b86d197..1856c92f1b 100644 --- a/core-common/src/test/java/org/glassfish/jersey/message/internal/QualityTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/message/internal/QualityTest.java @@ -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 @@ -33,7 +33,7 @@ /** * Quality unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Parameterized.class) public class QualityTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/message/internal/VariantListBuilderTest.java b/core-common/src/test/java/org/glassfish/jersey/message/internal/VariantListBuilderTest.java index 175f28aeef..06032e91ec 100644 --- a/core-common/src/test/java/org/glassfish/jersey/message/internal/VariantListBuilderTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/message/internal/VariantListBuilderTest.java @@ -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 @@ -29,7 +29,7 @@ /** * TODO: javadoc. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class VariantListBuilderTest { @Test diff --git a/core-common/src/test/java/org/glassfish/jersey/uri/PathPatternTest.java b/core-common/src/test/java/org/glassfish/jersey/uri/PathPatternTest.java index 06b66e3398..e876ae2c02 100644 --- a/core-common/src/test/java/org/glassfish/jersey/uri/PathPatternTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/uri/PathPatternTest.java @@ -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 @@ -27,7 +27,7 @@ /** * Tests {@link PathTemplate}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Gerard Davison (gerard.davison at oracle.com) */ public class PathPatternTest { diff --git a/core-common/src/test/java/org/glassfish/jersey/uri/UriComponentTest.java b/core-common/src/test/java/org/glassfish/jersey/uri/UriComponentTest.java index 767e3ec937..8e26e491e6 100644 --- a/core-common/src/test/java/org/glassfish/jersey/uri/UriComponentTest.java +++ b/core-common/src/test/java/org/glassfish/jersey/uri/UriComponentTest.java @@ -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 @@ -35,7 +35,7 @@ *
  • {@code com.sun.jersey.impl.uri.riComponentValidateTest}
  • * * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriComponentTest { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java b/core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java index 8f1b2851d5..42394022a3 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ApplicationHandler.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -129,10 +129,10 @@ * application-specific {@link InjectionManager injection manager}. *

    * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Jakub Podlesak + * @author Marek Potociar + * @author Libor Kramolis * @see ResourceConfig * @see javax.ws.rs.core.Configuration * @see org.glassfish.jersey.server.spi.ContainerProvider diff --git a/core-server/src/main/java/org/glassfish/jersey/server/AsyncContext.java b/core-server/src/main/java/org/glassfish/jersey/server/AsyncContext.java index 99db452729..664a38490e 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/AsyncContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/AsyncContext.java @@ -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 @@ -25,7 +25,7 @@ * Injectable asynchronous processing context that can be used to control various aspects * of asynchronous processing of a single request. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface AsyncContext extends AsyncResponse { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/BackgroundScheduler.java b/core-server/src/main/java/org/glassfish/jersey/server/BackgroundScheduler.java index 6ddc2b9a78..95eed23abe 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/BackgroundScheduler.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/BackgroundScheduler.java @@ -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 @@ -41,7 +41,7 @@ * configured to support customizable runtime thread . *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see BackgroundSchedulerLiteral * @since 2.18 */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/BackgroundSchedulerLiteral.java b/core-server/src/main/java/org/glassfish/jersey/server/BackgroundSchedulerLiteral.java index 5c2524ece3..f710711701 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/BackgroundSchedulerLiteral.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/BackgroundSchedulerLiteral.java @@ -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 @@ -25,7 +25,7 @@ * in method calls that require use of annotation instances. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ @SuppressWarnings("ClassExplicitlyAnnotation") diff --git a/core-server/src/main/java/org/glassfish/jersey/server/Broadcaster.java b/core-server/src/main/java/org/glassfish/jersey/server/Broadcaster.java index f39244a73b..38d7c2c25a 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/Broadcaster.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/Broadcaster.java @@ -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 @@ -29,7 +29,7 @@ * Used for broadcasting response chunks to multiple {@link ChunkedOutput} instances. * * @param broadcast type. - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula */ public class Broadcaster implements BroadcasterListener { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ChunkedOutput.java b/core-server/src/main/java/org/glassfish/jersey/server/ChunkedOutput.java index ca7e5357e2..7564f0cb39 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ChunkedOutput.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ChunkedOutput.java @@ -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 @@ -42,9 +42,9 @@ * which needs to produce partial responses. * * @param chunk type. - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ // TODO: something like prequel/sequel - usable for EventChannelWriter and XML related writers public class ChunkedOutput extends GenericType implements Closeable { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ChunkedResponseWriter.java b/core-server/src/main/java/org/glassfish/jersey/server/ChunkedResponseWriter.java index 2b9929a941..201efc4b04 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ChunkedResponseWriter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ChunkedResponseWriter.java @@ -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 @@ -29,7 +29,7 @@ /** * Used for writing {@link ChunkedOutput}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @see MessageBodyWriter */ public final class ChunkedResponseWriter implements MessageBodyWriter> { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ClientBinding.java b/core-server/src/main/java/org/glassfish/jersey/server/ClientBinding.java index 10e3159816..7714517c95 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ClientBinding.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ClientBinding.java @@ -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 @@ -108,7 +108,7 @@ * to override the default property values defined programmatically in a custom configuration implementation class. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) diff --git a/core-server/src/main/java/org/glassfish/jersey/server/CloseableService.java b/core-server/src/main/java/org/glassfish/jersey/server/CloseableService.java index cb11d68ca1..8c59ed75d2 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/CloseableService.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/CloseableService.java @@ -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 @@ -30,7 +30,7 @@ * of scope, more specifically after the request has been processed and the * response has been returned. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Paul Sandoz */ public interface CloseableService { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerException.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerException.java index 1d90fac7e0..d3d070952e 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerException.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerException.java @@ -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 @@ -22,7 +22,7 @@ * Exception thrown by the container components in to notify Jersey runtime about * any errors. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContainerException extends ProcessingException { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerFactory.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerFactory.java index a4241318c4..d7c1ab3262 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerFactory.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerFactory.java @@ -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 @@ -25,8 +25,8 @@ * Factory for creating specific HTTP-based containers. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public final class ContainerFactory { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerFilteringStage.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerFilteringStage.java index 92ded02233..9782a0999a 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerFilteringStage.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerFilteringStage.java @@ -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 @@ -38,7 +38,7 @@ * Container filtering stage responsible for execution of request and response filters * on each request-response message exchange. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ class ContainerFilteringStage extends AbstractChainableStage { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerMessageBodyWorkersInitializer.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerMessageBodyWorkersInitializer.java index 2d4ec86190..a24b9c5786 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerMessageBodyWorkersInitializer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerMessageBodyWorkersInitializer.java @@ -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 @@ -28,7 +28,7 @@ * Function that can be put to an acceptor chain to properly initialize * {@link org.glassfish.jersey.message.MessageBodyWorkers} instance on a current request and response. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContainerMessageBodyWorkersInitializer implements Function { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerRequest.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerRequest.java index adb86aaaa1..21459fa6ce 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerRequest.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerRequest.java @@ -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 @@ -76,7 +76,7 @@ * An instance of the request context is passed by the container to the * {@link ApplicationHandler} for each incoming client request. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContainerRequest extends InboundMessageContext implements ContainerRequestContext, Request, HttpHeaders, PropertiesDelegate { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ContainerResponse.java b/core-server/src/main/java/org/glassfish/jersey/server/ContainerResponse.java index 093772a5fd..90b3bdac4f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ContainerResponse.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ContainerResponse.java @@ -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 @@ -45,7 +45,7 @@ /** * Jersey container response context. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContainerResponse implements ContainerResponseContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsync.java b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsync.java index 641789a9a8..911dad6e27 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsync.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsync.java @@ -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 @@ -27,7 +27,7 @@ * should be executed on a separate thread managed by an internal Jersey * {@link java.util.concurrent.ExecutorService executor service}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutor.java b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutor.java index 8a1cf1285e..b0c0b187be 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutor.java @@ -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 @@ -34,7 +34,7 @@ * with the {@code @ManagedAsyncExecutor} annotation. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see ManagedAsyncExecutorLiteral * @since 2.18 */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutorLiteral.java b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutorLiteral.java index ca73b75d67..d542116a25 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutorLiteral.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ManagedAsyncExecutorLiteral.java @@ -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 @@ -25,7 +25,7 @@ * in method calls that require use of annotation instances. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.18 */ @SuppressWarnings("ClassExplicitlyAnnotation") diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ParamException.java b/core-server/src/main/java/org/glassfish/jersey/server/ParamException.java index b7cff509c2..d1df3987b9 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ParamException.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ParamException.java @@ -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 @@ -46,7 +46,7 @@ * response with a 400 (Client error) status code. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class ParamException extends WebApplicationException { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ResourceBag.java b/core-server/src/main/java/org/glassfish/jersey/server/ResourceBag.java index 6a35b026c1..dd4d3eb542 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ResourceBag.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ResourceBag.java @@ -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 @@ -31,7 +31,7 @@ * A container for application resource models used during the {@link ApplicationHandler} * initialization. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class ResourceBag { /** diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java b/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java index ecf884d099..669e9ef23c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ResourceConfig.java @@ -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 @@ -64,7 +64,7 @@ * @author Paul Sandoz * @author Martin Matula * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ResourceConfig extends Application implements Configurable, ServerConfig { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ResourceFinder.java b/core-server/src/main/java/org/glassfish/jersey/server/ResourceFinder.java index 2bbf702a7e..d024b43d46 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ResourceFinder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ResourceFinder.java @@ -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 @@ -33,7 +33,7 @@ * allocated/opened resources (such as streams). When a resource finder is closed no other method should be * invoked on it. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public interface ResourceFinder extends Iterator, AutoCloseable { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ServerBinder.java b/core-server/src/main/java/org/glassfish/jersey/server/ServerBinder.java index 99429b9a6d..3e3be7ba73 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ServerBinder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ServerBinder.java @@ -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 @@ -29,8 +29,8 @@ /** * Server injection binder. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Libor Kramolis */ class ServerBinder extends AbstractBinder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ServerConfig.java b/core-server/src/main/java/org/glassfish/jersey/server/ServerConfig.java index a9fa0b9f05..c5a7e27851 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ServerConfig.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ServerConfig.java @@ -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 @@ -24,7 +24,7 @@ /** * Server-side application configuration. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ServerConfig extends ExtendedConfig { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ServerProperties.java b/core-server/src/main/java/org/glassfish/jersey/server/ServerProperties.java index fafb73a18e..861f0227e8 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ServerProperties.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ServerProperties.java @@ -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 @@ -29,8 +29,8 @@ /** * Jersey server-side configuration properties. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Libor Kramolis * @author Michal Gajdos * @author Martin Matula */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java b/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java index 5c48b38eee..906b3915cf 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java @@ -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 @@ -98,7 +98,7 @@ /** * Server-side request processing runtime. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ServerRuntime { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/SubjectSecurityContext.java b/core-server/src/main/java/org/glassfish/jersey/server/SubjectSecurityContext.java index 639ae13b79..c0601ec294 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/SubjectSecurityContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/SubjectSecurityContext.java @@ -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 @@ -31,8 +31,8 @@ * dispatch the request to a resource method (or to call a sub-resource locator). * * @author Martin Matula - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public interface SubjectSecurityContext extends SecurityContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/TracingConfig.java b/core-server/src/main/java/org/glassfish/jersey/server/TracingConfig.java index 7053eaa03a..6e096ee027 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/TracingConfig.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/TracingConfig.java @@ -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 @@ -19,7 +19,7 @@ /** * Enumeration of possible values of property {@link org.glassfish.jersey.server.ServerProperties#TRACING}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public enum TracingConfig { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/TracingUtils.java b/core-server/src/main/java/org/glassfish/jersey/server/TracingUtils.java index d89fad68e1..471a733030 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/TracingUtils.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/TracingUtils.java @@ -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 @@ -28,7 +28,7 @@ /** * Utilities for tracing support. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public final class TracingUtils { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/AbstractResourceFinderAdapter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/AbstractResourceFinderAdapter.java index 0e9d222184..72655ed538 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/AbstractResourceFinderAdapter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/AbstractResourceFinderAdapter.java @@ -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 @@ -21,7 +21,7 @@ /** * This class provides partial default implementation of {@link org.glassfish.jersey.server.ResourceFinder}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @since 2.18 */ public abstract class AbstractResourceFinderAdapter implements ResourceFinder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/ContainerUtils.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/ContainerUtils.java index 782e1b8c76..0cca7473c0 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/ContainerUtils.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/ContainerUtils.java @@ -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 @@ -19,7 +19,7 @@ /** * Utility methods used by container implementations. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class ContainerUtils { private static final String[] TOKENS = { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/InternalServerProperties.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/InternalServerProperties.java index b262e6eaba..7df5d277fc 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/InternalServerProperties.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/InternalServerProperties.java @@ -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 @@ -21,7 +21,7 @@ /** * Jersey internal server-side configuration properties. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @PropertiesClass public final class InternalServerProperties { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler.java index e348662aea..c4e68466dd 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyRequestTimeoutHandler.java @@ -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 @@ -33,7 +33,7 @@ * {@link ContainerResponseWriter} implementations instead of the underlying infrastructure. * * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyRequestTimeoutHandler { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java index 202be50ca7..8cefbf2b50 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java @@ -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 @@ -45,7 +45,7 @@ /** * Jersey implementation of JAX-RS {@link ResourceContext resource context}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyResourceContext implements ExtendedResourceContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/RuntimeDelegateImpl.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/RuntimeDelegateImpl.java index 800080d812..be60dcf72b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/RuntimeDelegateImpl.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/RuntimeDelegateImpl.java @@ -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 @@ -29,7 +29,7 @@ * method. * * @author Jakub Podlesak - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public class RuntimeDelegateImpl extends AbstractRuntimeDelegate { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/ServerTraceEvent.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/ServerTraceEvent.java index 1d935a04f9..b3fcbab9d4 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/ServerTraceEvent.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/ServerTraceEvent.java @@ -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 @@ -27,7 +27,7 @@ /** * Server side tracing events. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @since 2.3 */ public enum ServerTraceEvent implements TracingLogger.Event { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractParamValueExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractParamValueExtractor.java index 0f792e67db..e638ca56ab 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractParamValueExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractParamValueExtractor.java @@ -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 @@ -28,7 +28,7 @@ * logic supplied using {@link ParamConverter parameter converters}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ abstract class AbstractParamValueExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractValueParamProvider.java index a5395ee025..70dcaae49c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AbstractValueParamProvider.java @@ -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 @@ -34,7 +34,7 @@ * parameter map}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractValueParamProvider implements ValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AsyncResponseValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AsyncResponseValueParamProvider.java index 4fb834d315..cc583f5d44 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AsyncResponseValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/AsyncResponseValueParamProvider.java @@ -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 @@ -30,7 +30,7 @@ /** * Value factory provider supporting the {@link javax.ws.rs.container.Suspended} injection annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class AsyncResponseValueParamProvider implements ValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CollectionExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CollectionExtractor.java index 5228b85632..d759f239a7 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CollectionExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CollectionExtractor.java @@ -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 @@ -35,7 +35,7 @@ * * @param parameter value type. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ abstract class CollectionExtractor extends AbstractParamValueExtractor implements MultivaluedParameterExtractor> { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CookieParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CookieParamValueParamProvider.java index 24d5629d77..224f0ab032 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CookieParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/CookieParamValueParamProvider.java @@ -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 @@ -36,7 +36,7 @@ * Value factory provider supporting the {@link CookieParam} injection annotation. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class CookieParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueParamProvider.java index 93b2c5b45a..89842e0ec8 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/DelegatedInjectionValueParamProvider.java @@ -38,8 +38,8 @@ /** * Value factory provider that delegates the injection target lookup to the underlying injection provider. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ @Singleton class DelegatedInjectionValueParamProvider implements ValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/EntityParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/EntityParamValueParamProvider.java index 55d379d0f5..5e6aa84755 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/EntityParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/EntityParamValueParamProvider.java @@ -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 @@ -34,7 +34,7 @@ * Provides injection of {@link Request} entity value or {@link Request} instance * itself. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton class EntityParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java index df47771640..8896f89b58 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java @@ -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 @@ -50,7 +50,7 @@ * Value factory provider supporting the {@link FormParam} injection annotation. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class FormParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/HeaderParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/HeaderParamValueParamProvider.java index fa92d1ca4f..bbfe3e1552 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/HeaderParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/HeaderParamValueParamProvider.java @@ -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 @@ -32,7 +32,7 @@ * Value supplier provider supporting the {@link HeaderParam @HeaderParam} injection annotation. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class HeaderParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MatrixParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MatrixParamValueParamProvider.java index 1692256ff2..d7a3046e90 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MatrixParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MatrixParamValueParamProvider.java @@ -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 @@ -34,7 +34,7 @@ * Value supplier provider supporting the {@link MatrixParam @MatrixParam} injection annotation. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class MatrixParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractor.java index caa23faf52..e0701635fc 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractor.java @@ -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 @@ -24,7 +24,7 @@ * Java type. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface MultivaluedParameterExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java index efd153af0f..aca45c677b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorFactory.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -46,7 +46,7 @@ * {@link MultivaluedParameterExtractor multivalued parameter extractor}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class MultivaluedParameterExtractorFactory implements MultivaluedParameterExtractorProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorProvider.java index 0aabeaf6b7..2aeb8db067 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/MultivaluedParameterExtractorProvider.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -23,7 +23,7 @@ * Provider of multivalued parameter extractors. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface MultivaluedParameterExtractorProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamInjectionResolver.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamInjectionResolver.java index a4db0887bb..7ff0dfd609 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamInjectionResolver.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/ParamInjectionResolver.java @@ -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 @@ -39,7 +39,7 @@ * Abstract base class for resolving JAX-RS {@code @XxxParam} injection. * * @param supported parameter injection annotation. - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ParamInjectionResolver implements InjectionResolver { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveCharacterExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveCharacterExtractor.java index 6755881671..1f26333cf5 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveCharacterExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveCharacterExtractor.java @@ -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 @@ -24,7 +24,7 @@ /** * Value extractor for {@link java.lang.Character} and {@code char} parameters. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class PrimitiveCharacterExtractor implements MultivaluedParameterExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveValueOfExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveValueOfExtractor.java index 335e4c5b1b..38bad6750b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveValueOfExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/PrimitiveValueOfExtractor.java @@ -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 @@ -31,7 +31,7 @@ * classes. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class PrimitiveValueOfExtractor implements MultivaluedParameterExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/QueryParamValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/QueryParamValueParamProvider.java index 1b3c7d6f03..99bdfe8067 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/QueryParamValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/QueryParamValueParamProvider.java @@ -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 @@ -32,7 +32,7 @@ * Value supplier provider supporting the {@link QueryParam @QueryParam} injection annotation. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton final class QueryParamValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleStringValueExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleStringValueExtractor.java index 3994c7b2f6..93f1bb49fb 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleStringValueExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleStringValueExtractor.java @@ -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 @@ -25,7 +25,7 @@ * This class can be seen as a special, optimized, case of {@link SingleValueExtractor}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class SingleStringValueExtractor implements MultivaluedParameterExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleValueExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleValueExtractor.java index 16be0212fc..69431fb157 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleValueExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/SingleValueExtractor.java @@ -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 @@ -29,7 +29,7 @@ * * @param extracted Java type. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class SingleValueExtractor extends AbstractParamValueExtractor implements MultivaluedParameterExtractor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/StringCollectionExtractor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/StringCollectionExtractor.java index df4b98579e..ca313aef48 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/StringCollectionExtractor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/StringCollectionExtractor.java @@ -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 @@ -32,7 +32,7 @@ * This class can be seen as a special, optimized, case of {@link CollectionExtractor}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ abstract class StringCollectionExtractor implements MultivaluedParameterExtractor> { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java index 472408c704..62576185e9 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/WebTargetValueParamProvider.java @@ -53,7 +53,7 @@ /** * Value supplier provider supporting the {@link Uri} injection annotation. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ final class WebTargetValueParamProvider extends AbstractValueParamProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir.java index eb1a58a35b..bf95a08a4a 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedSlidingWindowTimeReservoir.java @@ -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 @@ -28,7 +28,7 @@ * determines the granularity of the data the snapshot provides. In other words, the aggregated value object is either included in * the resulting measurements or not depending whether it was trimmed or not. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ class AggregatedSlidingWindowTimeReservoir extends AbstractSlidingWindowTimeReservoir { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedValueObject.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedValueObject.java index febd39bff4..43b64b58a7 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedValueObject.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatedValueObject.java @@ -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 @@ -23,7 +23,7 @@ * Aggregated value object stores aggregated measurements for provided set of data. The purpose of aggregation is to avoid high * memory and processor time requirements for the calculation of statistics. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ class AggregatedValueObject { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer.java index d799e60847..9c0fd9418f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmer.java @@ -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 @@ -36,7 +36,7 @@ * An aggregating trimmer for sliding window measurements. This trimmer updates registered time reservoirs with the aggregated * measurements for the values it trimmed. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ class AggregatingTrimmer implements SlidingWindowTrimmer { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ApplicationInfoListener.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ApplicationInfoListener.java index db823f2f2d..030e133fd2 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ApplicationInfoListener.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ApplicationInfoListener.java @@ -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 @@ -34,7 +34,7 @@ * * @see MonitoringEventListener * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Priority(ApplicationInfoListener.PRIORITY) public final class ApplicationInfoListener implements ApplicationEventListener { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ExecutionStatisticsImpl.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ExecutionStatisticsImpl.java index 88bba6ccf8..c3d5b50abd 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ExecutionStatisticsImpl.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ExecutionStatisticsImpl.java @@ -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 @@ -32,7 +32,7 @@ * Immutable Execution statistics. * * @author Miroslav Fuksa - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ final class ExecutionStatisticsImpl implements ExecutionStatistics { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsProcessor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsProcessor.java index f6031714bd..8bc4ec8f0e 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsProcessor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsProcessor.java @@ -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 @@ -194,7 +194,7 @@ void shutDown() throws InterruptedException { * The purpose of this flooding logger facility is to warn about disability to decrease the size of given collection which * leads to never ending looping while trying to empty that collection in a loop. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ private static class FloodingLogger { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceMethodStatisticsImpl.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceMethodStatisticsImpl.java index 18f82281c8..db556f541d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceMethodStatisticsImpl.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceMethodStatisticsImpl.java @@ -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 @@ -28,7 +28,7 @@ * Immutable resource method statistics. * * @author Miroslav Fuksa - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ final class ResourceMethodStatisticsImpl implements ResourceMethodStatistics { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java index bd31a95912..2bcc19d623 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResourceStatisticsImpl.java @@ -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 @@ -33,7 +33,7 @@ * Immutable resource statistics implementation. * * @author Miroslav Fuksa - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ final class ResourceStatisticsImpl implements ResourceStatistics { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoir.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoir.java index d305774aca..c55e45deb6 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoir.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoir.java @@ -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 @@ -27,7 +27,7 @@ /** * Sliding window time reservoir implementation that stores data of type {@link Long}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ class SlidingWindowTimeReservoir extends AbstractSlidingWindowTimeReservoir { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImpl.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImpl.java index f4b139db40..262d496838 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImpl.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImpl.java @@ -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 @@ -28,7 +28,7 @@ * {@code Builder} implementation. * * @author Miroslav Fuksa - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ final class TimeWindowStatisticsImpl implements TimeWindowStatistics { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/UniformTimeSimpleSnapshot.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/UniformTimeSimpleSnapshot.java index fccf075b6f..ce9c164cc7 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/UniformTimeSimpleSnapshot.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/UniformTimeSimpleSnapshot.java @@ -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 @@ -22,7 +22,7 @@ /** * A statistical snapshot of a {@link UniformTimeSimpleSnapshot}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @author Dropwizard Team * @see https://github.com/dropwizard/metrics */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractSlidingWindowTimeReservoir.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractSlidingWindowTimeReservoir.java index 9078b10337..952d4c3ec6 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractSlidingWindowTimeReservoir.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractSlidingWindowTimeReservoir.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -39,7 +39,7 @@ * particular nanosecond, if the collision buffer exceeds, newly added values are thrown away. * * @param The type of values to store in this sliding window reservoir - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @see
    Dropwizard's
      * Metrics SlidingTimeWindowReservoir
    diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractTimeSnapshot.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractTimeSnapshot.java index 165820a05f..d2699b6bd0 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractTimeSnapshot.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/AbstractTimeSnapshot.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ /** * Base implementation of {@code UniformTimeSnapshot}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public abstract class AbstractTimeSnapshot implements UniformTimeSnapshot { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java index fb70501a11..a161fdcf80 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/ReservoirConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2015, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright 2015, 2019 Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** * The constants that determine the behaviour of sliding windows and their trimmers. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public final class ReservoirConstants { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/SlidingWindowTrimmer.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/SlidingWindowTrimmer.java index feb6cf858c..0eab41696d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/SlidingWindowTrimmer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/SlidingWindowTrimmer.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ /** * The trimmer of an associated sliding window. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public interface SlidingWindowTrimmer { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/TimeReservoir.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/TimeReservoir.java index 1dd0948bbf..9a26f9ffdd 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/TimeReservoir.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/TimeReservoir.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,7 +25,7 @@ * Compared to Dropwizard Reservoir, this interface adds a possibility to work with data that is associated with a specific * time. It may not be possible; however, to obtain a snapshot or size at some moment in past due to performance optimizations. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @see https://github.com/dropwizard/metrics */ public interface TimeReservoir { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeReservoir.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeReservoir.java index 747d30d8ed..1833821ab0 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeReservoir.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeReservoir.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -28,7 +28,7 @@ * A random sampling reservoir of a stream of {@code long}s. Uses Vitter's Algorithm R to produce a statistically representative * sample. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @author Dropwizard Team * @see Random Sampling with a Reservoir * @see https://github.com/dropwizard/metrics diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot.java index c4585f748a..081bdcd5e5 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeSnapshot.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ /** * A statistical snapshot of a {@link UniformTimeSnapshot}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @author Dropwizard Team * @see https://github.com/dropwizard/metrics */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeValuesSnapshot.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeValuesSnapshot.java index 07ac539095..36fdab2ddf 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeValuesSnapshot.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/core/UniformTimeValuesSnapshot.java @@ -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. * Copyright 2010, 2013 Coda Hale and Yammer, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,7 +26,7 @@ /** * A statistical snapshot of a {@link UniformTimeValuesSnapshot}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra * @author Dropwizard Team * @see https://github.com/dropwizard/metrics */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultCloseableService.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultCloseableService.java index 611ff041d4..57819c4b9e 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultCloseableService.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultCloseableService.java @@ -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 @@ -33,7 +33,7 @@ * This implementation stores instances of {@code Closeable} in an internal identity hash set and makes sure * that the close method is invoked at most once. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class DefaultCloseableService implements CloseableService { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultRespondingContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultRespondingContext.java index c7c48462ed..3a21b1d05a 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultRespondingContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/DefaultRespondingContext.java @@ -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 @@ -27,7 +27,7 @@ * Default implementation of the request-scoped * {@link org.glassfish.jersey.server.internal.process.RespondingContext responding context}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class DefaultRespondingContext implements RespondingContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/Endpoint.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/Endpoint.java index dce189034f..50760d92bb 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/Endpoint.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/Endpoint.java @@ -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 @@ -22,7 +22,7 @@ /** * Server-side REST-ful endpoint. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Endpoint extends Inflector { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/MappableException.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/MappableException.java index 6efa627660..2105b94a12 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/MappableException.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/MappableException.java @@ -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 @@ -27,7 +27,7 @@ * provides an appropriate {@link javax.ws.rs.core.Response} instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MappableException extends ProcessingException { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/ReferencesInitializer.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/ReferencesInitializer.java index 1006652854..26ead31601 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/ReferencesInitializer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/ReferencesInitializer.java @@ -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 @@ -26,7 +26,7 @@ /** * Request/response scoped injection support initialization stage. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ReferencesInitializer implements Function { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingConfigurator.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingConfigurator.java index 87e6d02d5c..d084621dfc 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingConfigurator.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingConfigurator.java @@ -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 @@ -115,7 +115,7 @@ public AsyncContext get() { /** * Defines server-side request processing injection bindings. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ private class ServerProcessingBinder extends AbstractBinder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingContext.java index 0e0d1d9476..5403aafa05 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RequestProcessingContext.java @@ -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 @@ -40,7 +40,7 @@ * * Serves as a hub for all request processing related information and is being passed between stages. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ // TODO replace also ContainerResponse in stages with this guy. public final class RequestProcessingContext implements RespondingContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RespondingContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RespondingContext.java index 1fa3015d3d..45670db6c2 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RespondingContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/RespondingContext.java @@ -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 @@ -27,7 +27,7 @@ * processing stages and/or functions that will be invoked during the response processing * to transform the response before it is written to the client. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface RespondingContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/SecurityContextInjectee.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/SecurityContextInjectee.java index ba3ad7ecdf..87ce07a73f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/process/SecurityContextInjectee.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/process/SecurityContextInjectee.java @@ -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 @@ -40,7 +40,7 @@ * object if the the object changes in the meantime. *

    * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ class SecurityContextInjectee implements SecurityContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchResultInitializerRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchResultInitializerRouter.java index 49843f6292..690204dbfd 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchResultInitializerRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchResultInitializerRouter.java @@ -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 @@ -22,7 +22,7 @@ * Request matching bootstrapping stage that pushes the whole request path to the routing * context as a right-hand path to be matched. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class MatchResultInitializerRouter implements Router { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchedEndpointExtractorStage.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchedEndpointExtractorStage.java index b009be6ac1..84dd3d378f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchedEndpointExtractorStage.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MatchedEndpointExtractorStage.java @@ -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 @@ -30,7 +30,7 @@ * This request pre-processing stage should be a final stage in the request * processing chain. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see RoutingStage */ final class MatchedEndpointExtractorStage implements Stage { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodRouting.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodRouting.java index ef05b063cc..44deca0052 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodRouting.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodRouting.java @@ -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 @@ -24,7 +24,7 @@ /** * A combination of a resource method model and the corresponding routers. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class MethodRouting { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java index e86f31b229..470f2a5c1d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/MethodSelectingRouter.java @@ -67,8 +67,8 @@ * method name, requested media type as well as defined resource method media type * capabilities. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ final class MethodSelectingRouter extends ContentTypeDeterminer implements Router { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouter.java index c161ad8965..be56247f0f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouter.java @@ -29,7 +29,7 @@ * Matches the un-matched right-hand request path to the configured collection of path pattern matching routes. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class PathMatchingRouter implements Router { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouterBuilder.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouterBuilder.java index 8d4dc43ca1..1eebab958f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouterBuilder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathMatchingRouterBuilder.java @@ -25,7 +25,7 @@ * A request path pattern matching router hierarchy builder entry point. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class PathMatchingRouterBuilder implements PathToRouterBuilder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathToRouterBuilder.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathToRouterBuilder.java index fda0382dff..1a2b06011b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathToRouterBuilder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PathToRouterBuilder.java @@ -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 @@ -24,7 +24,7 @@ * processing context will be serially routed to all the child routers attached to the routing pattern using this * routing completion builder. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("ClassReferencesSubclass") interface PathToRouterBuilder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMatchedUriRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMatchedUriRouter.java index 6a4683eb61..ae664321fe 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMatchedUriRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMatchedUriRouter.java @@ -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 @@ -22,7 +22,7 @@ * Terminal router that pushes the URI matched so far to the stack returned * by {@link javax.ws.rs.core.UriInfo#getMatchedURIs()} method. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class PushMatchedUriRouter implements Router { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMethodHandlerRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMethodHandlerRouter.java index 8cd4f6663f..088f692bca 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMethodHandlerRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/PushMethodHandlerRouter.java @@ -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 @@ -23,7 +23,7 @@ * Terminal router that pushes the matched method's handler instance to the stack * returned by {@link javax.ws.rs.core.UriInfo#getMatchedResources()} method. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class PushMethodHandlerRouter implements Router { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Route.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Route.java index b4897305db..5ac7ae0134 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Route.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Route.java @@ -26,7 +26,7 @@ * and a {@link #next() list of next-level stages} to be processed in case the * routing pattern successfully matches the un-matched right-hand part of the request. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class Route { private final PathPattern routingPattern; diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Router.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Router.java index 18d576778e..500aa919ee 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Router.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Router.java @@ -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 @@ -25,7 +25,7 @@ * structures. Each routing tree can be executed using a dedicated * {@link RoutingStage routing stage}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ interface Router { /** diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routers.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routers.java index 49940c1114..0f29a559e8 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routers.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routers.java @@ -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 @@ -22,7 +22,7 @@ /** * Routing tree assembly utilities. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class Routers { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routing.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routing.java index 169d708151..b5203ccf94 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routing.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/Routing.java @@ -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 @@ -35,7 +35,7 @@ /** * Jersey routing entry point. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class Routing { private Routing() { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingContext.java index fc5921efec..73895a3917 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingContext.java @@ -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 @@ -30,7 +30,7 @@ /** * Jersey request matching and routing context. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public interface RoutingContext extends ResourceInfo, ExtendedUriInfo { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingStage.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingStage.java index d0d610acac..f8716b759b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingStage.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RoutingStage.java @@ -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 @@ -32,7 +32,7 @@ * Once the routing is finished, an endpoint (if matched) is * {@link RoutingContext#setEndpoint stored in the routing context}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see MatchedEndpointExtractorStage */ final class RoutingStage extends AbstractChainableStage { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RuntimeModelBuilder.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RuntimeModelBuilder.java index 4a29b3f54b..3c2719e169 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RuntimeModelBuilder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/RuntimeModelBuilder.java @@ -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 @@ -44,7 +44,7 @@ * This is a common base for root resource and sub-resource runtime model * builder. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ final class RuntimeModelBuilder { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SingleMatchResult.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SingleMatchResult.java index 582d66e56b..bfb23db813 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SingleMatchResult.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SingleMatchResult.java @@ -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 @@ -24,7 +24,7 @@ * matching group with group index 0 (the one containing the whole expression). * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ final class SingleMatchResult implements MatchResult { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SubResourceLocatorRouter.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SubResourceLocatorRouter.java index 290b173943..c0c2e54bf7 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SubResourceLocatorRouter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/SubResourceLocatorRouter.java @@ -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 @@ -48,7 +48,7 @@ * Finally the generated methodAcceptorPair is invoked to return the request methodAcceptorPair chain. *

    * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos * @author Miroslav Fuksa */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/UriRoutingContext.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/UriRoutingContext.java index a6214d3454..fd29b345d5 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/UriRoutingContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/routing/UriRoutingContext.java @@ -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 @@ -49,7 +49,7 @@ /** * Default implementation of the routing context as well as URI information provider. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriRoutingContext implements RoutingContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeResourceFinderFactory.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeResourceFinderFactory.java index 6087f5b5a2..0d121531ea 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeResourceFinderFactory.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeResourceFinderFactory.java @@ -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 @@ -28,7 +28,7 @@ /** * Preparations for OSGi support. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ final class BundleSchemeResourceFinderFactory implements UriSchemeResourceFinderFactory { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinder.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinder.java index 1707370028..e914a7c78c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinder.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinder.java @@ -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 @@ -33,7 +33,7 @@ *

    * Used to combine various finders into one instance. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public final class CompositeResourceFinder extends AbstractResourceFinderAdapter { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java index 59ad37e97a..825c0c66a5 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/PackageNamesScanner.java @@ -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 @@ -60,7 +60,7 @@ * and package scanning deployment will fail. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class PackageNamesScanner extends AbstractResourceFinderAdapter { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/ResourceProcessor.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/ResourceProcessor.java index f56fc2c965..5f359e5465 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/ResourceProcessor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/scanning/ResourceProcessor.java @@ -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 @@ -22,7 +22,7 @@ /** * Processes resources found by {@link org.glassfish.jersey.server.ResourceFinder}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public interface ResourceProcessor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServer.java b/core-server/src/main/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServer.java index fead277b8f..a5adae5e5f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServer.java @@ -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 @@ -20,7 +20,7 @@ * The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions. * For further details, see javadoc bellow. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SonarJerseyServer { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ComponentModelValidator.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ComponentModelValidator.java index 20f1914c4f..b93b172d9d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ComponentModelValidator.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ComponentModelValidator.java @@ -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 @@ -49,8 +49,8 @@ * list, the {@link ComponentModelValidator#cleanIssueList()} method should be called. *

    * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public final class ComponentModelValidator { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Consuming.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Consuming.java index 2cbc5c1186..296892953d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Consuming.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Consuming.java @@ -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 @@ -26,8 +26,8 @@ * A component implementing this interface provides additional information about * the supported consumed {@link MediaType media types}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar * * @see javax.ws.rs.Consumes * @see Producing diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/HandlerConstructor.java b/core-server/src/main/java/org/glassfish/jersey/server/model/HandlerConstructor.java index 094afa034c..5fedb5cc23 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/HandlerConstructor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/HandlerConstructor.java @@ -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 @@ -22,8 +22,8 @@ /** * Abstraction for a resource handler class constructor. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public final class HandlerConstructor implements Parameterized, ResourceModelComponent { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Inflecting.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Inflecting.java index a60503accb..9595a97728 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Inflecting.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Inflecting.java @@ -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 @@ -23,7 +23,7 @@ /** * Inflector provider resource model component. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Inflecting { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java b/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java index bc263fb753..71e237cd1e 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/IntrospectionModeller.java @@ -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 @@ -53,7 +53,7 @@ /** * Utility class for constructing resource model from JAX-RS annotated POJO. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ final class IntrospectionModeller { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Invocable.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Invocable.java index dca0322e39..af22f59b19 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Invocable.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Invocable.java @@ -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 @@ -50,7 +50,7 @@ *

    * * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see ResourceMethod * @see org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/MethodHandler.java b/core-server/src/main/java/org/glassfish/jersey/server/model/MethodHandler.java index f8aea1b3f6..7915a8b337 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/MethodHandler.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/MethodHandler.java @@ -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 @@ -31,7 +31,7 @@ /** * Resource method handler model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class MethodHandler implements ResourceModelComponent { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java b/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java index 65f9406efa..97853b2e99 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/MethodList.java @@ -33,7 +33,7 @@ * additional method information. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class MethodList implements Iterable { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ModelValidationException.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ModelValidationException.java index 90c2be3cca..572e0cf236 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ModelValidationException.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ModelValidationException.java @@ -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 @@ -23,8 +23,8 @@ * * Indicates the issues with the model. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class ModelValidationException extends RuntimeException { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java index 678da7cebc..9cfee2393a 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java @@ -40,7 +40,7 @@ /** * Method parameter model. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Parameter extends org.glassfish.jersey.model.Parameter implements AnnotatedElement { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Parameterized.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Parameterized.java index 62896a7807..7e7d37534c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Parameterized.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Parameterized.java @@ -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 @@ -24,7 +24,7 @@ * @see Parameter * * @author Marc Hadley - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface Parameterized { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Producing.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Producing.java index 67554a9d3e..6fb6074595 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Producing.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Producing.java @@ -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 @@ -26,8 +26,8 @@ * A component implementing this interface provides additional information about * the supported produced {@link MediaType media types}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar * * @see javax.ws.rs.Produces * @see Consuming diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Resource.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Resource.java index 7c23f70b68..aa58b28355 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Resource.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Resource.java @@ -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 @@ -102,7 +102,7 @@ * *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public final class Resource implements Routed, ResourceModelComponent { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethod.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethod.java index ebf8f757d4..a57fd26e41 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethod.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethod.java @@ -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 @@ -45,7 +45,7 @@ * Model of a method available on a resource. Covers resource method, sub-resource * method and sub-resource locator. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ResourceMethod implements ResourceModelComponent, Producing, Consuming, Suspendable, NameBound { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethodInvoker.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethodInvoker.java index 92d4389deb..9090196522 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethodInvoker.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceMethodInvoker.java @@ -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 @@ -74,7 +74,7 @@ * Server-side request-response {@link Inflector inflector} for invoking methods * of annotation-based resource classes. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public class ResourceMethodInvoker implements Endpoint, ResourceInfo { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelComponent.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelComponent.java index 157d59135f..f37a3e7aaf 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelComponent.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelComponent.java @@ -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 @@ -24,7 +24,7 @@ * * @see ResourceModelVisitor * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface ResourceModelComponent { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelIssue.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelIssue.java index 25b6f4f8f4..eec9bdf3f7 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelIssue.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelIssue.java @@ -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 @@ -28,8 +28,8 @@ * While the non-fatal issues are merely reported as warnings in the log, the * fatal issues prevent the successful application deployment. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public final class ResourceModelIssue { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelVisitor.java b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelVisitor.java index ace6d63ced..7e44eea961 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelVisitor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/ResourceModelVisitor.java @@ -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 @@ -22,8 +22,8 @@ * * @see ResourceModelComponent * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public interface ResourceModelVisitor { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Routed.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Routed.java index 1e57f85084..5c15274e9f 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Routed.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Routed.java @@ -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 @@ -23,7 +23,7 @@ * usable for routing. * * @author Marc Hadley - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Routed { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/Suspendable.java b/core-server/src/main/java/org/glassfish/jersey/server/model/Suspendable.java index 1c45141a2f..056b671cfb 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/Suspendable.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/Suspendable.java @@ -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 @@ -22,7 +22,7 @@ * Jersey model component that is suspendable and may hold suspend-related * information. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface Suspendable { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java index d6ef75ac54..5f8154dd73 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java @@ -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 @@ -47,7 +47,7 @@ * dispatching requests to a particular {@link Method Java method} using supplied * {@link InvocationHandler Java method invocation handler}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ abstract class AbstractJavaResourceMethodDispatcher implements ResourceMethodDispatcher { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/JavaResourceMethodDispatcherProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/JavaResourceMethodDispatcherProvider.java index fe8ff6ae1e..5c16fcbe30 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/JavaResourceMethodDispatcherProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/JavaResourceMethodDispatcherProvider.java @@ -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 @@ -42,7 +42,7 @@ * creates instances of {@link ResourceMethodDispatcher}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JavaResourceMethodDispatcherProvider implements ResourceMethodDispatcher.Provider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodDispatcherFactory.java b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodDispatcherFactory.java index 64cf204bc6..30b961655b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodDispatcherFactory.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodDispatcherFactory.java @@ -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 @@ -47,7 +47,7 @@ *

    * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public final class ResourceMethodDispatcherFactory implements ResourceMethodDispatcher.Provider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodInvocationHandlerFactory.java b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodInvocationHandlerFactory.java index 22e093a295..b98eee84a4 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodInvocationHandlerFactory.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/ResourceMethodInvocationHandlerFactory.java @@ -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 @@ -44,7 +44,7 @@ * are available, or if none of the providers returns a non-null invocation handler, * in such case a default invocation handler provided by the factory is returned. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton public final class ResourceMethodInvocationHandlerFactory implements ResourceMethodInvocationHandlerProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/VoidVoidDispatcherProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/VoidVoidDispatcherProvider.java index 5654685911..c78689a171 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/model/internal/VoidVoidDispatcherProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/model/internal/VoidVoidDispatcherProvider.java @@ -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 @@ -34,8 +34,8 @@ * {@link java.lang.reflect.Method Java method} with no input arguments * using a supplied {@link InvocationHandler Java method invocation handler}. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ @Singleton final class VoidVoidDispatcherProvider implements ResourceMethodDispatcher.Provider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/monitoring/ApplicationInfo.java b/core-server/src/main/java/org/glassfish/jersey/server/monitoring/ApplicationInfo.java index 07ac7bc8e9..2ca6599b6c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/monitoring/ApplicationInfo.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/monitoring/ApplicationInfo.java @@ -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 @@ -49,7 +49,7 @@ * data the method {@link #snapshot()} should be used. * * @author Miroslav Fuksa - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis * @see ApplicationEvent * @see ApplicationEventListener * @see MonitoringStatistics See MonitoringStatistics class for general details about statistics. diff --git a/core-server/src/main/java/org/glassfish/jersey/server/monitoring/DestroyListener.java b/core-server/src/main/java/org/glassfish/jersey/server/monitoring/DestroyListener.java index 02e058d8ce..f69726f1e8 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/monitoring/DestroyListener.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/monitoring/DestroyListener.java @@ -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 @@ -38,7 +38,7 @@ *

    * * @author Miroslav Fuksa - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @see MonitoringStatisticsListener * @since 2.12 */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/AbstractContainerLifecycleListener.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/AbstractContainerLifecycleListener.java index 71e82a4bcb..f2485d770d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/AbstractContainerLifecycleListener.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/AbstractContainerLifecycleListener.java @@ -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 @@ -21,7 +21,7 @@ * {@link ContainerLifecycleListener container liefecycle listener} * callback method(s). * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class AbstractContainerLifecycleListener implements ContainerLifecycleListener { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ComponentProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ComponentProvider.java index 107e5585e1..05dcbe13b6 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ComponentProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ComponentProvider.java @@ -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 @@ -32,7 +32,7 @@ * Jersey will not even try to inject component provider instances with Jersey artifacts. * The SPI providers should be designed so that no dependency injection is needed at the bind time phase. - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface ComponentProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/Container.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/Container.java index ced91148d0..b865a74d74 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/Container.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/Container.java @@ -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 @@ -29,7 +29,7 @@ * The purpose of the container is to configure and host a single Jersey * application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * * @see org.glassfish.jersey.server.ApplicationHandler */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerLifecycleListener.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerLifecycleListener.java index 7225313bbb..c6add336b8 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerLifecycleListener.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerLifecycleListener.java @@ -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 @@ -25,7 +25,7 @@ * Classes implementing this contract receive container life-cycle notification * events. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Contract @ConstrainedTo(RuntimeType.SERVER) diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerProvider.java index eeb4b8d4a3..cf122163da 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ContainerProvider.java @@ -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 @@ -52,8 +52,8 @@ *

    * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Contract @ConstrainedTo(RuntimeType.SERVER) diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestContext.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestContext.java index e01e1bb247..7d90e97a67 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestContext.java @@ -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 @@ -23,7 +23,7 @@ * * @see ExternalRequestScope * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ExternalRequestContext { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestScope.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestScope.java index 828c925682..395d308bed 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestScope.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ExternalRequestScope.java @@ -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 @@ -30,7 +30,7 @@ *

    * * @param external request context type - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @since 2.15 */ public interface ExternalRequestScope extends AutoCloseable { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/RequestScopedInitializer.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/RequestScopedInitializer.java index 212b97f0f3..df1859979d 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/RequestScopedInitializer.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/RequestScopedInitializer.java @@ -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 @@ -25,7 +25,7 @@ * Container implementations may use this extension point to provide initialization * of custom request-scoped data. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface RequestScopedInitializer { /** diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptor.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptor.java index 50d0058dd8..f5c6ce2f24 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptor.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptor.java @@ -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 @@ -40,7 +40,7 @@ * method on provided interceptor context as part of interception processing. *

    * - * @author Jakub Podlesak (jakub.podleak at oracle.com) + * @author Jakub Podlesak * @since 2.18 */ @Contract diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptorContext.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptorContext.java index 22da38838f..bc5d88fd6c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptorContext.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/ValidationInterceptorContext.java @@ -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 @@ -25,7 +25,7 @@ * The context gives access to key validation data. * It also allows interceptor implementation to tweak resource and/or parameters that are going to be validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @see ValidationInterceptor * @since 2.18 */ diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ParameterValueHelper.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ParameterValueHelper.java index b752a54df0..03d0c4095b 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ParameterValueHelper.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ParameterValueHelper.java @@ -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 @@ -38,7 +38,7 @@ * Utility methods for retrieving values or value providers for the * {@link Parameterized parameterized} resource model components. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class ParameterValueHelper { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodDispatcher.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodDispatcher.java index b46adf5c08..7a86550b7c 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodDispatcher.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodDispatcher.java @@ -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 @@ -34,8 +34,8 @@ * resource instance and returning the method invocation result in a form of a * JAX-RS {@link Response response}. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ public interface ResourceMethodDispatcher { @@ -58,7 +58,7 @@ public interface ResourceMethodDispatcher { *

    * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public static interface Provider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodInvocationHandlerProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodInvocationHandlerProvider.java index a0a1b5901c..9e27aac8bf 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodInvocationHandlerProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ResourceMethodInvocationHandlerProvider.java @@ -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 @@ -24,7 +24,7 @@ * Provides the {@link InvocationHandler invocation handler} instances designated * to handle invocations of the supplied {@link Invocable invocable resource methods}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface ResourceMethodInvocationHandlerProvider { diff --git a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ValueParamProvider.java b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ValueParamProvider.java index c69e674b2a..23e1461b46 100644 --- a/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ValueParamProvider.java +++ b/core-server/src/main/java/org/glassfish/jersey/server/spi/internal/ValueParamProvider.java @@ -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 @@ -28,7 +28,7 @@ /** * Parameter value factory SPI. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Michal Gajdos */ @Contract diff --git a/core-server/src/test/java/org/glassfish/jersey/server/ApplicationHandlerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/ApplicationHandlerTest.java index ca297d08d9..6c267cbfed 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/ApplicationHandlerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/ApplicationHandlerTest.java @@ -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 @@ -70,8 +70,8 @@ /** * Test basic application behavior. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar * @author Michal Gajdos */ public class ApplicationHandlerTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java b/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java index 989e361a20..9765e0e493 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/ApplicationTest.java @@ -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 @@ -26,7 +26,7 @@ import org.junit.Test; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ApplicationTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java b/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java index 19d8f50b38..069996ea9e 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java @@ -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 @@ -54,7 +54,7 @@ * Unit test for creating an application with asynchronously handled request processing * via {@link Resource}'s programmatic API. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AsyncApplicationBuildingTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/ContainerRequestTest.java b/core-server/src/test/java/org/glassfish/jersey/server/ContainerRequestTest.java index 9ede1530b9..f2cb24415a 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/ContainerRequestTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/ContainerRequestTest.java @@ -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 @@ -42,7 +42,7 @@ /** * Jersey container request context test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContainerRequestTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigBuilderTest.java b/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigBuilderTest.java index 1f1409943a..41e83e9351 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigBuilderTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigBuilderTest.java @@ -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 @@ -32,7 +32,7 @@ /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ResourceConfigBuilderTest { @Test diff --git a/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java b/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java index 6ba596d34f..197e5fb2f9 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/ResourceConfigTest.java @@ -45,7 +45,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ResourceConfigTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java b/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java index 09c5f188f0..f30e6fbaa3 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java @@ -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 @@ -22,7 +22,7 @@ /** * Test that verifies that security manager is setup to run the Jersey core server unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class SecurityManagerConfiguredTest { /** diff --git a/core-server/src/test/java/org/glassfish/jersey/server/TestInjectionManagerFactory.java b/core-server/src/test/java/org/glassfish/jersey/server/TestInjectionManagerFactory.java index 204b9d044c..f982a168e4 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/TestInjectionManagerFactory.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/TestInjectionManagerFactory.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -43,7 +43,7 @@ /** * Utility class to create initialized server-side injection manager. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class TestInjectionManagerFactory { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedResourcesTest.java b/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedResourcesTest.java index a4e1109f74..0f8838bd68 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedResourcesTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedResourcesTest.java @@ -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 @@ -29,7 +29,7 @@ /** * Test UriInfo content. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriInfoMatchedResourcesTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedUrisTest.java b/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedUrisTest.java index 8d90680f29..8460cf4ae2 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedUrisTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/UriInfoMatchedUrisTest.java @@ -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 @@ -29,7 +29,7 @@ /** * Test UriInfo content. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriInfoMatchedUrisTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/filter/ApplicationFilterTest.java b/core-server/src/test/java/org/glassfish/jersey/server/filter/ApplicationFilterTest.java index 4c94fd5340..92f3bf746d 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/filter/ApplicationFilterTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/filter/ApplicationFilterTest.java @@ -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 @@ -47,8 +47,8 @@ /** * Test for JAX-RS filters. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class ApplicationFilterTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/filter/ContainerResponseFilterOrderingTest.java b/core-server/src/test/java/org/glassfish/jersey/server/filter/ContainerResponseFilterOrderingTest.java index 476031f0e1..a255467b0b 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/filter/ContainerResponseFilterOrderingTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/filter/ContainerResponseFilterOrderingTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ContainerResponseFilterOrderingTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/filter/LayeredFiltersTest.java b/core-server/src/test/java/org/glassfish/jersey/server/filter/LayeredFiltersTest.java index bc12fe688d..7117c15bf5 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/filter/LayeredFiltersTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/filter/LayeredFiltersTest.java @@ -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 @@ -55,7 +55,7 @@ * Please un-ignore tests whenever JERSEY-2414 fixed. * * @author Paul Sandoz - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class LayeredFiltersTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/filter/UriModificationFilterTest.java b/core-server/src/test/java/org/glassfish/jersey/server/filter/UriModificationFilterTest.java index 861a6e05f7..b5cacef5d8 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/filter/UriModificationFilterTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/filter/UriModificationFilterTest.java @@ -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 @@ -43,7 +43,7 @@ * Tests capability of URI modification during pre-matching filtering. * * @author Paul Sandoz - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class UriModificationFilterTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/BackgroundSchedulerProviderTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/BackgroundSchedulerProviderTest.java index 87d5477cd2..ad7f5ced8b 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/BackgroundSchedulerProviderTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/BackgroundSchedulerProviderTest.java @@ -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 @@ -40,8 +40,8 @@ /** * Test basic application behavior. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar * @author Michal Gajdos */ public class BackgroundSchedulerProviderTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/ResourceContextTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/ResourceContextTest.java index f7e21fb1fa..312db7ca6a 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/ResourceContextTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/ResourceContextTest.java @@ -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 @@ -32,8 +32,8 @@ /** * Test basic application behavior. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class ResourceContextTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java index 06a39723df..d26743a655 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/AbstractTest.java @@ -32,7 +32,7 @@ /** * Class used for {@link ApplicationHandler} initialization and for executing {@link Request}s. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public abstract class AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ActiveBindingBindingTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ActiveBindingBindingTest.java index e7a5794671..faf0bc4603 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ActiveBindingBindingTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ActiveBindingBindingTest.java @@ -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 @@ -60,7 +60,7 @@ * * This is an implementation sketch for complex use cases like the one from JERSEY-2855. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ActiveBindingBindingTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/BeanParamMemoryLeakTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/BeanParamMemoryLeakTest.java index 4f9febb994..b56bde31ce 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/BeanParamMemoryLeakTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/BeanParamMemoryLeakTest.java @@ -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 @@ -41,7 +41,7 @@ * number of descriptors in HK2 for {@link BeanParam} injected * parameter does not grow up in time. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class BeanParamMemoryLeakTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ContextBasedInjectionTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ContextBasedInjectionTest.java index 44059d2bab..5dbddfb3e3 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ContextBasedInjectionTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ContextBasedInjectionTest.java @@ -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 @@ -48,7 +48,7 @@ * Unit test for creating an application with asynchronously handled request processing * via {@link Resource}'s programmatic API. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Parameterized.class) public class ContextBasedInjectionTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsCookieTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsCookieTest.java index 7834b82dd8..4c35475109 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsCookieTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsCookieTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CookieParamAsCookieTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java index acea6b89ed..b3519d3c99 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsPrimitiveTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CookieParamAsPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsStringTest.java index 43c82a87fe..20b8267829 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamAsStringTest.java @@ -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 @@ -36,7 +36,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class CookieParamAsStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamStringConstructorTest.java index c61dfbc28f..0d7e5886f8 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/CookieParamStringConstructorTest.java @@ -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 @@ -37,7 +37,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CookieParamStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/EncodedParamsTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/EncodedParamsTest.java index f7787775e3..1e39b1393e 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/EncodedParamsTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/EncodedParamsTest.java @@ -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 @@ -40,7 +40,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/FormParamTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/FormParamTest.java index 658e661ad9..56cf89fe71 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/FormParamTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/FormParamTest.java @@ -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 @@ -45,7 +45,7 @@ /** * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class FormParamTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsPrimitiveTest.java index ddf00a2652..ae54b47349 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsPrimitiveTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HeaderParamAsPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsStringTest.java index b82da8dd43..f4b1e3d069 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamAsStringTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class HeaderParamAsStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamStringConstructorTest.java index 4dbd3f65bf..7589fd3dc3 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/HeaderParamStringConstructorTest.java @@ -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 @@ -36,7 +36,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HeaderParamStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/InvalidParamsTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/InvalidParamsTest.java index 1fabe8e5c3..c5acca7a55 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/InvalidParamsTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/InvalidParamsTest.java @@ -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 @@ -34,7 +34,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class InvalidParamsTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/JaxRsInjectablesTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/JaxRsInjectablesTest.java index 53560fdbd5..805c03a75d 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/JaxRsInjectablesTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/JaxRsInjectablesTest.java @@ -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 @@ -54,7 +54,7 @@ * proxy support for these. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsInjectablesTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsPrimitiveTest.java index 75571f9680..6d8d501d00 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsPrimitiveTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MatrixParamAsPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsStringTest.java index b5987e6546..190720cf40 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamAsStringTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class MatrixParamAsStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamStringConstructorTest.java index 512c62ea36..b6f4fece18 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/MatrixParamStringConstructorTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MatrixParamStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamExceptionMappingTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamExceptionMappingTest.java index 4df6de4a1b..bdd148f337 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamExceptionMappingTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/ParamExceptionMappingTest.java @@ -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 @@ -49,7 +49,7 @@ * Not sure whether this is relevant anymore. * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class ParamExceptionMappingTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsStringTest.java index aa0a9fbb52..0f8a700452 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamAsStringTest.java @@ -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 @@ -33,7 +33,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class PathParamAsStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamStringConstructorTest.java index 313892f133..1550146887 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/PathParamStringConstructorTest.java @@ -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 @@ -32,7 +32,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class PathParamStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsPrimitiveTest.java index e5fbbbf54a..d209c17564 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsPrimitiveTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamAsPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetPrimitiveTest.java index f877741477..6be3925ed9 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetPrimitiveTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamAsSetPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetStringTest.java index e11c76f1f9..bba6993ba2 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSetStringTest.java @@ -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 @@ -32,7 +32,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class QueryParamAsSetStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetPrimitiveTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetPrimitiveTest.java index 602a56ab71..3fb41d337f 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetPrimitiveTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetPrimitiveTest.java @@ -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 @@ -34,7 +34,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamAsSortedSetPrimitiveTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetStringTest.java index 9ac2341e64..d563d19be1 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsSortedSetStringTest.java @@ -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 @@ -32,7 +32,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class QueryParamAsSortedSetStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsStringTest.java index 2910fca284..0e4fa64ce9 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamAsStringTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("unchecked") public class QueryParamAsStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamEnumTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamEnumTest.java index bdec8e5d46..e442336e5d 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamEnumTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamEnumTest.java @@ -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 @@ -27,7 +27,7 @@ /** * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamEnumTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamFromStringTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamFromStringTest.java index 952d0e525b..6c9f20fa4a 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamFromStringTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamFromStringTest.java @@ -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 @@ -29,7 +29,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamFromStringTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSetStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSetStringConstructorTest.java index 13eb71a8a9..f13d264460 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSetStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSetStringConstructorTest.java @@ -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 @@ -32,7 +32,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamSetStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSortedSetStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSortedSetStringConstructorTest.java index ab32412f4f..00d6d111e3 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSortedSetStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamSortedSetStringConstructorTest.java @@ -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 @@ -32,7 +32,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamSortedSetStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamStringConstructorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamStringConstructorTest.java index 85f3da46a2..78654634ed 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamStringConstructorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/QueryParamStringConstructorTest.java @@ -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 @@ -35,7 +35,7 @@ /** * * @author Paul Sandoz - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class QueryParamStringConstructorTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/UriTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/UriTest.java index 9690d864ac..3877f877e2 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/UriTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/inject/UriTest.java @@ -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 @@ -39,7 +39,7 @@ import static org.junit.Assert.assertThat; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class UriTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java index bc652260db..8feaf59089 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java @@ -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 @@ -24,7 +24,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AbstractNanosReservoirTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerTest.java index f6008e753c..3dd917eafc 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerTest.java @@ -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 @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AggregatingTrimmerTest extends AbstractNanosReservoirTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerZeroTimeTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerZeroTimeTest.java index d11e156a5f..5a78762b99 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerZeroTimeTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AggregatingTrimmerZeroTimeTest.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.server.internal.monitoring; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AggregatingTrimmerZeroTimeTest extends AggregatingTrimmerTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImplTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImplTest.java index 1482d0bf19..f98320462d 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImplTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImplTest.java @@ -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 @@ -24,7 +24,7 @@ /** * Response statistics tests. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class ResponseStatisticsImplTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirAggregatingTrimmerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirAggregatingTrimmerTest.java index 92b9906e19..ebec4db72b 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirAggregatingTrimmerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirAggregatingTrimmerTest.java @@ -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 @@ -23,7 +23,7 @@ /** * Tests of {@link SlidingWindowTimeReservoir}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SlidingWindowTimeReservoirAggregatingTrimmerTest extends SlidingWindowTimeReservoirTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirTest.java index dd7acf189c..fc02ae7c65 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/SlidingWindowTimeReservoirTest.java @@ -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 @@ -24,7 +24,7 @@ /** * Tests of {@link SlidingWindowTimeReservoir}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SlidingWindowTimeReservoirTest extends AbstractNanosReservoirTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImplTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImplTest.java index e55970a72d..b6ca7c41f0 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImplTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/TimeWindowStatisticsImplTest.java @@ -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 @@ -26,7 +26,7 @@ * Tests of {@link TimeWindowStatisticsImpl}. * * @author Miroslav Fuksa - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TimeWindowStatisticsImplTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/process/ProxyInjectablesTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/process/ProxyInjectablesTest.java index b33ecb9f7e..e4675ba807 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/process/ProxyInjectablesTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/process/ProxyInjectablesTest.java @@ -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 @@ -47,7 +47,7 @@ * Test if request scoped injection points are injected without using * dynamic proxies. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ProxyInjectablesTest extends AbstractTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/routing/UriRoutingContextTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/routing/UriRoutingContextTest.java index 390c608efe..598b03f1dc 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/routing/UriRoutingContextTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/routing/UriRoutingContextTest.java @@ -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 @@ -36,7 +36,7 @@ import static org.junit.Assert.fail; /** - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class UriRoutingContextTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeScannerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeScannerTest.java index d667533a0b..5315f69627 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeScannerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/BundleSchemeScannerTest.java @@ -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 @@ -26,7 +26,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class BundleSchemeScannerTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinderTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinderTest.java index 7bbcf52423..ef817be2cb 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinderTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/scanning/CompositeResourceFinderTest.java @@ -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 @@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CompositeResourceFinderTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServerTest.java index a7b22a02a7..0c0090d4c0 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/internal/sonar/SonarJerseyServerTest.java @@ -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 @@ -20,7 +20,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SonarJerseyServerTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java index 050dad77ae..7ac59fb19c 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/AcceptAnnotatedReaderWriterTest.java @@ -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 @@ -51,7 +51,7 @@ import static org.junit.Assert.assertThat; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class AcceptAnnotatedReaderWriterTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/AsyncContentAndEntityTypeTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/AsyncContentAndEntityTypeTest.java index 352852e36a..cdb11f8c94 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/AsyncContentAndEntityTypeTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/AsyncContentAndEntityTypeTest.java @@ -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 @@ -44,7 +44,7 @@ /** * Test of fix for issues JERSEY-1088 and JERSEY-1089. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AsyncContentAndEntityTypeTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceSimpleTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceSimpleTest.java index 1099392c6a..a67be6c5c4 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceSimpleTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/ConsumeProduceSimpleTest.java @@ -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 @@ -38,7 +38,7 @@ * Taken from Jersey 1: jersey-tests:com.sun.jersey.impl.resource.ConsumeProduceSimpleTest.java * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ConsumeProduceSimpleTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/HeadSubResourceMethodTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/HeadSubResourceMethodTest.java index 72877d836c..f619b1f245 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/HeadSubResourceMethodTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/HeadSubResourceMethodTest.java @@ -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 @@ -34,7 +34,7 @@ /** * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HeadSubResourceMethodTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/HeadTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/HeadTest.java index 8f6c765daa..c91ba14d52 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/HeadTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/HeadTest.java @@ -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 @@ -46,7 +46,7 @@ /** * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HeadTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/MixedResourceConfigurationTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/MixedResourceConfigurationTest.java index 431a6e5074..db385d2139 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/MixedResourceConfigurationTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/MixedResourceConfigurationTest.java @@ -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 @@ -36,7 +36,7 @@ /** * Test of mixed (programmatic and annotation-based) resource configuration. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MixedResourceConfigurationTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsSubResourceMethodTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsSubResourceMethodTest.java index 4cedbe5351..8bd12d8cba 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsSubResourceMethodTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsSubResourceMethodTest.java @@ -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 @@ -43,7 +43,7 @@ /** * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class OptionsSubResourceMethodTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsTest.java index aa4dae90c8..1fca50bd90 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/OptionsTest.java @@ -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 @@ -56,7 +56,7 @@ /** * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Miroslav Fuksa */ public class OptionsTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/ParameterTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/ParameterTest.java index 00e51ad0f1..bf895fedc7 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/ParameterTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/ParameterTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Parameter model creation test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ParameterTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/ProgrammaticResourceMethodsTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/ProgrammaticResourceMethodsTest.java index 66d60e62f4..f8a539d697 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/ProgrammaticResourceMethodsTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/ProgrammaticResourceMethodsTest.java @@ -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 @@ -37,8 +37,8 @@ /** * Test of programmatic resource method additions. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class ProgrammaticResourceMethodsTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/ResourcePathOverrideTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/ResourcePathOverrideTest.java index 36de62dd5c..ee3ccc76af 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/ResourcePathOverrideTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/ResourcePathOverrideTest.java @@ -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 @@ -34,7 +34,7 @@ /** * Test of resource path overriding via programmatic API. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ResourcePathOverrideTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceHttpMethodsTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceHttpMethodsTest.java index 299c53a108..53910bc4e5 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceHttpMethodsTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceHttpMethodsTest.java @@ -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 @@ -33,7 +33,7 @@ * Taken from Jersey-1: jersey-tests:com.sun.jersey.impl.subresources.SubResourceHttpMethodsTest * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SubResourceHttpMethodsTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceNullTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceNullTest.java index c1938df1ed..724511c519 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceNullTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/SubResourceNullTest.java @@ -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 @@ -31,7 +31,7 @@ * Taken from Jersey-1: jersey-tests:com.sun.jersey.impl.subresources.SubResourceNullTest * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SubResourceNullTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/model/ValidatorTest.java b/core-server/src/test/java/org/glassfish/jersey/server/model/ValidatorTest.java index a9f6fca6a6..5b7a801373 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/model/ValidatorTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/model/ValidatorTest.java @@ -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 @@ -78,7 +78,7 @@ /** * Taken from Jersey 1: jersey-server:com.sun.jersey.server.impl.modelapi.validation.ResourceModelValidatorTest.java * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ValidatorTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/modelapi/annotation/IntrospectionModellerTest.java b/core-server/src/test/java/org/glassfish/jersey/server/modelapi/annotation/IntrospectionModellerTest.java index a74ec77389..bd929dc143 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/modelapi/annotation/IntrospectionModellerTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/modelapi/annotation/IntrospectionModellerTest.java @@ -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 @@ -43,7 +43,7 @@ import static org.junit.Assert.assertThat; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class IntrospectionModellerTest { diff --git a/core-server/src/test/java/org/glassfish/jersey/server/monitoring/MonitoringFeatureTest.java b/core-server/src/test/java/org/glassfish/jersey/server/monitoring/MonitoringFeatureTest.java index ba1d58b463..e882ce8900 100644 --- a/core-server/src/test/java/org/glassfish/jersey/server/monitoring/MonitoringFeatureTest.java +++ b/core-server/src/test/java/org/glassfish/jersey/server/monitoring/MonitoringFeatureTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test of registration of {@link MonitoringFeature}. * @author Miroslav Fuksa - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MonitoringFeatureTest { diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntity.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntity.java index e4d4d77d74..8092a018b3 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntity.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntity.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ /** * Entity class BookmarkEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Entity @Table(name = "BOOKMARKS") diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntityPK.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntityPK.java index ff2c36c797..07ebe522ec 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntityPK.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/BookmarkEntityPK.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Primary Key class BookmarkEntityPK for entity class BookmarkEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @Embeddable diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/UserEntity.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/UserEntity.java index 06a2e6936b..1a91d2b8ea 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/UserEntity.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/entity/UserEntity.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Entity class UserEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Entity @Table(name = "USERS") diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarkResource.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarkResource.java index 3f1bc407ff..ab1016694f 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarkResource.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarkResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -33,7 +33,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarksResource.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarksResource.java index 7b566e3cf1..8bc7ed4733 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarksResource.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/BookmarksResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UserResource.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UserResource.java index 3ffb842e49..d551f11e20 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UserResource.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UserResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -31,7 +31,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java index 5c7025a3b8..e2f3060b1a 100644 --- a/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java +++ b/examples/bookmark-em/src/main/java/org/glassfish/jersey/examples/bookmark_em/resource/UsersResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,7 +32,7 @@ import org.codehaus.jettison.json.JSONArray; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/users/") @ManagedBean diff --git a/examples/bookmark-em/src/test/java/org/glassfish/jersey/examples/bookmark_em/BookmarkTest.java b/examples/bookmark-em/src/test/java/org/glassfish/jersey/examples/bookmark_em/BookmarkTest.java index 0dab7fa906..5bdba8abed 100644 --- a/examples/bookmark-em/src/test/java/org/glassfish/jersey/examples/bookmark_em/BookmarkTest.java +++ b/examples/bookmark-em/src/test/java/org/glassfish/jersey/examples/bookmark_em/BookmarkTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ /** * TODO un-ignore once Jersey supports @ManagedBean * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ @Ignore("un-ignore once Jersey supports @ManagedBean") diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntity.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntity.java index 2c692bf53d..190644a888 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntity.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntity.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * Entity class BookmarkEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Entity @Table(name = "BOOKMARKS") diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntityPK.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntityPK.java index 144bc8a992..67be556fed 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntityPK.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/BookmarkEntityPK.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Primary Key class BookmarkEntityPK for entity class BookmarkEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @Embeddable diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/UserEntity.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/UserEntity.java index 425abe2dea..2389e3aa9d 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/UserEntity.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/entity/UserEntity.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Entity class UserEntity. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @Entity diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarkResource.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarkResource.java index 6ed3f0dc83..06408053ef 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarkResource.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarkResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -33,7 +33,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarksResource.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarksResource.java index c03aaa5323..5791d5d8bd 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarksResource.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/BookmarksResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UserResource.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UserResource.java index 1de92f847b..7cbe531ef7 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UserResource.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UserResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -30,7 +30,7 @@ import org.codehaus.jettison.json.JSONObject; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Paul Sandoz * @author Michal Gajdos */ diff --git a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UsersResource.java b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UsersResource.java index 69b4b0cd41..7ca5739b1a 100644 --- a/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UsersResource.java +++ b/examples/bookmark/src/main/java/org/glassfish/jersey/examples/bookmark/resource/UsersResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ import org.codehaus.jettison.json.JSONArray; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/users/") public class UsersResource { diff --git a/examples/bookmark/src/test/java/org/glassfish/jersey/examples/bookmark/BookmarkTest.java b/examples/bookmark/src/test/java/org/glassfish/jersey/examples/bookmark/BookmarkTest.java index 80e8637f61..2ecbfef8a3 100644 --- a/examples/bookmark/src/test/java/org/glassfish/jersey/examples/bookmark/BookmarkTest.java +++ b/examples/bookmark/src/test/java/org/glassfish/jersey/examples/bookmark/BookmarkTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) diff --git a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java index 0526731fb0..90b26e252b 100644 --- a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java +++ b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/EchoParamFieldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ * Shows injection of path and query parameter into a managed bean. * * @author Roberto Chinnici - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ManagedBean @Path("echofield/{b}") diff --git a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyApplication.java b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyApplication.java index 608799bc20..35f146426a 100644 --- a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyApplication.java +++ b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ /** * JAX-RS application. * - * @author Jonathan Benoit (jonathan.benoit at oracle.com) + * @author Jonathan Benoit */ @ApplicationPath("/*") public class MyApplication extends Application { diff --git a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyOtherResource.java b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyOtherResource.java index 1bbb829514..00ab8784bd 100644 --- a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyOtherResource.java +++ b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MyOtherResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -30,7 +30,7 @@ * Shows injection of context objects and path parameters into the fields of a managed bean. * * @author Roberto Chinnici - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ManagedBean @RequestScoped diff --git a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MySingletonResource.java b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MySingletonResource.java index eb6c41059f..d8408dfc21 100644 --- a/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MySingletonResource.java +++ b/examples/cdi-webapp/src/main/java/org/glassfish/jersey/examples/cdi/resources/MySingletonResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ * Shows injection of context objects into the fields of a managed bean. * * @author Roberto Chinnici - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ManagedBean @ApplicationScoped diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/CdiTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/CdiTest.java index e85295e1b7..bfc60968ad 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/CdiTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/CdiTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -30,7 +30,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java index 619671a5c9..195dbc21e1 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoParamBeanTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Test for the echo with injected param managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class EchoParamBeanTest extends CdiTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoResourceTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoResourceTest.java index 90664a7b1f..fd76151aca 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoResourceTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/EchoResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Test for the echo resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class EchoResourceTest extends CdiTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/HelloworldTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/HelloworldTest.java index 4db5323875..006634c73e 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/HelloworldTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/HelloworldTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Test for the helloworld resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HelloworldTest extends CdiTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerApplicationBeanTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerApplicationBeanTest.java index f3ec4d283e..45c4087053 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerApplicationBeanTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerApplicationBeanTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Test for the application scoped managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class PerApplicationBeanTest extends CdiTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerRequestBeanTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerRequestBeanTest.java index 1532cc6cbf..a758d15ef5 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerRequestBeanTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/PerRequestBeanTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Test for the request scoped managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class PerRequestBeanTest extends CdiTest { diff --git a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/ProxyScopeAlignmentTest.java b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/ProxyScopeAlignmentTest.java index b963e3dfcc..0787114375 100644 --- a/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/ProxyScopeAlignmentTest.java +++ b/examples/cdi-webapp/src/test/java/org/glassfish/jersey/examples/cdi/resources/ProxyScopeAlignmentTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ * Ensure CDI and JAX-RS scopes are well aligned, so that dynamic proxies * are only created when needed. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ProxyScopeAlignmentTest extends CdiTest { diff --git a/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/App.java b/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/App.java index e96397fb37..d4976ce514 100644 --- a/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/App.java +++ b/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -30,7 +30,7 @@ * This is the example entry point, where Jersey application for the example * gets populated and published using the Grizzly 2 HTTP container. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/Clipboard.java b/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/Clipboard.java index 2788c72ce0..a7e8638064 100644 --- a/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/Clipboard.java +++ b/examples/clipboard-programmatic/src/main/java/org/glassfish/jersey/examples/clipboard/Clipboard.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * Simple clipboard implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Clipboard { private final StringBuffer content = new StringBuffer(); diff --git a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/App.java b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/App.java index 49aed24a07..12998e9701 100644 --- a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/App.java +++ b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,8 +32,8 @@ * This is the example entry point, where Jersey application for the example * gets populated and published using the Grizzly 2 HTTP container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class App { diff --git a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardData.java b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardData.java index 6b5b4d5e4e..7693a3724c 100644 --- a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardData.java +++ b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardData.java @@ -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 Distribution License v. 1.0, which is available at @@ -14,7 +14,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ClipboardData { diff --git a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardDataProvider.java b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardDataProvider.java index d24eb25e2c..9f49c89272 100644 --- a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardDataProvider.java +++ b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardDataProvider.java @@ -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 Distribution License v. 1.0, which is available at @@ -33,7 +33,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class ClipboardDataProvider implements MessageBodyWriter, MessageBodyReader { diff --git a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardResource.java b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardResource.java index f167d5c7aa..ca09ce5430 100644 --- a/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardResource.java +++ b/examples/clipboard/src/main/java/org/glassfish/jersey/examples/clipboard/ClipboardResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,8 +32,8 @@ * A simple clipboard is simulated which is capable of handling * text data only. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ @Path("clipboard") public class ClipboardResource { diff --git a/examples/declarative-linking/src/test/java/org/glassfish/jersey/examples/linking/LinkWebAppTest.java b/examples/declarative-linking/src/test/java/org/glassfish/jersey/examples/linking/LinkWebAppTest.java index f5fb724fc4..1ff343515d 100644 --- a/examples/declarative-linking/src/test/java/org/glassfish/jersey/examples/linking/LinkWebAppTest.java +++ b/examples/declarative-linking/src/test/java/org/glassfish/jersey/examples/linking/LinkWebAppTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Naresh (Srinivas.Bhimisetty@Sun.Com) + * @author Naresh (Srinivas Bhimisetty) * @author Gerard Davison (gerard.davison at oracle.com) */ public class LinkWebAppTest extends JerseyTest { diff --git a/examples/entity-filtering-selectable/src/main/java/org/glassfish/jersey/examples/entityfiltering/selectable/App.java b/examples/entity-filtering-selectable/src/main/java/org/glassfish/jersey/examples/entityfiltering/selectable/App.java index 67c0082fc1..e8df6e74ac 100644 --- a/examples/entity-filtering-selectable/src/main/java/org/glassfish/jersey/examples/entityfiltering/selectable/App.java +++ b/examples/entity-filtering-selectable/src/main/java/org/glassfish/jersey/examples/entityfiltering/selectable/App.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2019Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Java application class starting Grizzly2 server with Entity Data Filtering with query parameters. * - * @author Andy Pemberton (pembertona at oracle.com) + * @author Andy Pemberton */ public final class App { diff --git a/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java b/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java index 60cfebe055..ff1a2f5b82 100644 --- a/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java +++ b/examples/extended-wadl-webapp/src/test/java/org/glassfish/jersey/examples/extendedwadl/ExtendedWadlWebappOsgiTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -69,8 +69,8 @@ /** * @author Naresh * @author Miroslav Fuksa - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Jakub Podlesak + * @author Adam Lindenthal */ @RunWith(PaxExam.class) public class ExtendedWadlWebappOsgiTest { diff --git a/examples/freemarker-webapp/src/main/java/org/glassfish/jersey/examples/freemarker/resources/FreemarkerResource.java b/examples/freemarker-webapp/src/main/java/org/glassfish/jersey/examples/freemarker/resources/FreemarkerResource.java index 61b71e3350..c71b22df85 100644 --- a/examples/freemarker-webapp/src/main/java/org/glassfish/jersey/examples/freemarker/resources/FreemarkerResource.java +++ b/examples/freemarker-webapp/src/main/java/org/glassfish/jersey/examples/freemarker/resources/FreemarkerResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ import org.glassfish.jersey.server.mvc.Viewable; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("/") public class FreemarkerResource { diff --git a/examples/freemarker-webapp/src/test/java/org/glassfish/jersey/examples/freemarker/FreemarkerTest.java b/examples/freemarker-webapp/src/test/java/org/glassfish/jersey/examples/freemarker/FreemarkerTest.java index 07016541d7..7c8abda147 100644 --- a/examples/freemarker-webapp/src/test/java/org/glassfish/jersey/examples/freemarker/FreemarkerTest.java +++ b/examples/freemarker-webapp/src/test/java/org/glassfish/jersey/examples/freemarker/FreemarkerTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class FreemarkerTest extends JerseyTest { diff --git a/examples/helloworld-netty/src/main/java/org/glassfish/jersey/examples/helloworld/netty/HelloWorldResource.java b/examples/helloworld-netty/src/main/java/org/glassfish/jersey/examples/helloworld/netty/HelloWorldResource.java index baf1be7edc..8f2c4e106c 100644 --- a/examples/helloworld-netty/src/main/java/org/glassfish/jersey/examples/helloworld/netty/HelloWorldResource.java +++ b/examples/helloworld-netty/src/main/java/org/glassfish/jersey/examples/helloworld/netty/HelloWorldResource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("helloworld") public class HelloWorldResource { diff --git a/examples/helloworld-programmatic/src/main/java/org/glassfish/jersey/examples/helloworld/App.java b/examples/helloworld-programmatic/src/main/java/org/glassfish/jersey/examples/helloworld/App.java index 5969cc5d48..e5b5f3cf5d 100644 --- a/examples/helloworld-programmatic/src/main/java/org/glassfish/jersey/examples/helloworld/App.java +++ b/examples/helloworld-programmatic/src/main/java/org/glassfish/jersey/examples/helloworld/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ * This is the example entry point, where Jersey application for the example * gets populated and published using the Grizzly 2 HTTP container. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/helloworld-pure-jax-rs/src/main/java/org/glassfish/jersey/examples/helloworld/jaxrs/HelloWorldResource.java b/examples/helloworld-pure-jax-rs/src/main/java/org/glassfish/jersey/examples/helloworld/jaxrs/HelloWorldResource.java index 856f233525..2f34446ceb 100644 --- a/examples/helloworld-pure-jax-rs/src/main/java/org/glassfish/jersey/examples/helloworld/jaxrs/HelloWorldResource.java +++ b/examples/helloworld-pure-jax-rs/src/main/java/org/glassfish/jersey/examples/helloworld/jaxrs/HelloWorldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("helloworld") public class HelloWorldResource { diff --git a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingService.java b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingService.java index ca9f719b2f..ab31e650f6 100644 --- a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingService.java +++ b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingService.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * Simple greeting service. * - * @author Marko Asplund (marko.asplund at oracle.com) + * @author Marko Asplund */ public interface GreetingService { diff --git a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingServiceImpl.java b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingServiceImpl.java index af54d2ac45..d0b5c702c7 100644 --- a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingServiceImpl.java +++ b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/GreetingServiceImpl.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ * Simple {@link GreetingService} implementation to just say hello. * * @author Marko Asplund (marko.asplund at yahoo.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GreetingServiceImpl implements GreetingService { diff --git a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/MyApplication.java b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/MyApplication.java index f07b225257..99a8045d1c 100644 --- a/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/MyApplication.java +++ b/examples/helloworld-spring-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/spring/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Spring HelloWorld Web Application configuration. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MyApplication extends ResourceConfig { diff --git a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/App.java b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/App.java index 85618cea24..6c541a33da 100644 --- a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/App.java +++ b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ import org.glassfish.grizzly.http.server.HttpServer; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class App { diff --git a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldResource.java b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldResource.java index 3669b69ce1..57526ef630 100644 --- a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldResource.java +++ b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/MyApplication.java b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/MyApplication.java index 5e929e5fd0..70351d9c99 100644 --- a/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/MyApplication.java +++ b/examples/helloworld-webapp/src/main/java/org/glassfish/jersey/examples/helloworld/webapp/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ import java.util.Set; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @ApplicationPath("/") public class MyApplication extends Application { diff --git a/examples/helloworld-webapp/src/test/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldTest.java b/examples/helloworld-webapp/src/test/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldTest.java index 4da4a9f29c..922816541e 100644 --- a/examples/helloworld-webapp/src/test/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldTest.java +++ b/examples/helloworld-webapp/src/test/java/org/glassfish/jersey/examples/helloworld/webapp/HelloWorldTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ /** * Simple test to check "Hello World!" is being returned from the helloworld resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HelloWorldTest extends JerseyTest { diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/AppScopedResource.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/AppScopedResource.java index fa231fc6e2..c301e097cf 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/AppScopedResource.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/AppScopedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,7 +20,7 @@ /** * Application scoped CDI based resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("app") @ApplicationScoped diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/CustomInterceptor.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/CustomInterceptor.java index 342a7c794a..5701b5e569 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/CustomInterceptor.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/CustomInterceptor.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ * CDI based JAX-RS interceptor that re-writes the original output * with request ID obtained from another CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ResponseBodyFromCdiBean @ApplicationScoped diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java index aa76f5046d..984e80cfe3 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,7 +20,7 @@ /** * Hello-world JAX-RS resource implemented as CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("helloworld") @RequestScoped diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedBean.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedBean.java index 8cac041864..84371c8202 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedBean.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ * JAX-RS interceptor, {@link CustomInterceptor}, could * use CDI means to obtain JAX-RS request data. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class RequestScopedBean { diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedResource.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedResource.java index 135b1100b3..b522ffbd89 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedResource.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/RequestScopedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ /** * JAX-RS resource class backed by a request scoped CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("req") diff --git a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/ResponseBodyFromCdiBean.java b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/ResponseBodyFromCdiBean.java index f403648d25..aedf8463e6 100644 --- a/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/ResponseBodyFromCdiBean.java +++ b/examples/helloworld-weld/src/main/java/org/glassfish/jersey/examples/helloworld/ResponseBodyFromCdiBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ * Binds {@link org.glassfish.jersey.examples.helloworld.CustomInterceptor} with resource methods that should return modified * entity than the one returned from the method. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Retention(RUNTIME) @Target({METHOD, TYPE}) diff --git a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/AppScopedResourceTest.java b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/AppScopedResourceTest.java index 33dc57976d..4b324633d4 100644 --- a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/AppScopedResourceTest.java +++ b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/AppScopedResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Test for the {@link AppScopedResource} JAX-RS resource class. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class AppScopedResourceTest extends JerseyTest { diff --git a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java index df6a311ebb..9343440ece 100644 --- a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java +++ b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/HelloWorldTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ /** * Test for the {@link HelloWorldResource} JAX-RS resource class. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class HelloWorldTest extends JerseyTest { diff --git a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java index b6be123549..e3dfea8e37 100644 --- a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java +++ b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopeAlignmentTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,7 +32,7 @@ /** * Test for the request scoped managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class RequestScopeAlignmentTest extends JerseyTest { diff --git a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java index f6a4fa904e..17213f17bd 100644 --- a/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java +++ b/examples/helloworld-weld/src/test/java/org/glassfish/jersey/examples/helloworld/RequestScopedResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -34,7 +34,7 @@ * against a single Grizzly instance. This is to ensure server side external request scope * binding does not mix different request data. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(ConcurrentParameterizedRunner.class) public class RequestScopedResourceTest extends JerseyTest { diff --git a/examples/helloworld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java b/examples/helloworld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java index f1326e5026..18dd9457f7 100644 --- a/examples/helloworld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java +++ b/examples/helloworld/src/main/java/org/glassfish/jersey/examples/helloworld/HelloWorldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("helloworld") public class HelloWorldResource { diff --git a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/App.java b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/App.java index 3efc9e63a1..fe1ee5ab3a 100644 --- a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/App.java +++ b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * HTTP PATCH Demo Application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class App { /** diff --git a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/OptionsAcceptPatchHeaderFilter.java b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/OptionsAcceptPatchHeaderFilter.java index 2715ce0c91..11417c5681 100644 --- a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/OptionsAcceptPatchHeaderFilter.java +++ b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/OptionsAcceptPatchHeaderFilter.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ * to any response to an {@code OPTIONS} request. * * @author Gerard Davison (gerard.davison at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OptionsAcceptPatchHeaderFilter implements ContainerResponseFilter { diff --git a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchableResource.java b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchableResource.java index 06e6440ddd..ccd1ae90d0 100644 --- a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchableResource.java +++ b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchableResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ * Patchable resource. * * @author Gerard Davison (gerard.davison at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path(App.ROOT_PATH) @Produces(MediaType.APPLICATION_JSON) diff --git a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchingInterceptor.java b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchingInterceptor.java index 05451b4a28..ab0e5f8a67 100644 --- a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchingInterceptor.java +++ b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/PatchingInterceptor.java @@ -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 Distribution License v. 1.0, which is available at @@ -38,7 +38,7 @@ * JAX-RS reader interceptor that implements server-side PATCH support. * * @author Gerard Davison (gerard.davison at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class PatchingInterceptor implements ReaderInterceptor { diff --git a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/State.java b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/State.java index c00ea15ca7..ebaf707a1f 100644 --- a/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/State.java +++ b/examples/http-patch/src/main/java/org/glassfish/jersey/examples/httppatch/State.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ * A resource state modelled as Java bean (that can be patched). * * @author Gerard Davison (gerard.davison at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class State { diff --git a/examples/http-patch/src/test/java/org/glassfish/jersey/examples/httppatch/HttpPatchTest.java b/examples/http-patch/src/test/java/org/glassfish/jersey/examples/httppatch/HttpPatchTest.java index 02bbacdfbb..7c4d81ff98 100644 --- a/examples/http-patch/src/test/java/org/glassfish/jersey/examples/httppatch/HttpPatchTest.java +++ b/examples/http-patch/src/test/java/org/glassfish/jersey/examples/httppatch/HttpPatchTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ /** * HTTP PATCH Example unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HttpPatchTest extends JerseyTest { diff --git a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/App.java b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/App.java index f2d05af55b..39b0d64ee0 100644 --- a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/App.java +++ b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -31,8 +31,8 @@ * This is the example entry point, where Jersey application gets populated and published * using the Grizzly 2 HTTP container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class App { diff --git a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/Stringifier.java b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/Stringifier.java index 1839f1bd8b..5ef8dbce25 100644 --- a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/Stringifier.java +++ b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/Stringifier.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Request stringifier. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Stringifier { diff --git a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TRACE.java b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TRACE.java index e37d522c04..eebb080b15 100644 --- a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TRACE.java +++ b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TRACE.java @@ -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 Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ /** * HTTP TRACE method annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @HttpMethod(TRACE.NAME) @Target(ElementType.METHOD) diff --git a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TracingResource.java b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TracingResource.java index d6fd371e06..ba4ced3f93 100644 --- a/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TracingResource.java +++ b/examples/http-trace/src/main/java/org/glassfish/jersey/examples/httptrace/TracingResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,7 +20,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 */ @Path(App.ROOT_PATH_ANNOTATED) public class TracingResource { diff --git a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationException.java b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationException.java index 73eeedf128..7ab1573293 100644 --- a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationException.java +++ b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationException.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * A runtime exception representing a failure to provide correct authentication credentials. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class AuthenticationException extends RuntimeException { diff --git a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationExceptionMapper.java b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationExceptionMapper.java index 78d12f710d..8515b64e75 100644 --- a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationExceptionMapper.java +++ b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/AuthenticationExceptionMapper.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Map an authentication exception to an HTTP 401 response, optionally including the realm for a credentials challenge at the client. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Provider public class AuthenticationExceptionMapper implements ExceptionMapper { diff --git a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/RootResource.java b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/RootResource.java index 1385d2fd7b..781b6e6481 100644 --- a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/RootResource.java +++ b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/RootResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ * * Better way would be injecting {@link javax.ws.rs.core.SecurityContext}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("/") public class RootResource { diff --git a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/SecurityFilter.java b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/SecurityFilter.java index 5918712bd9..1e4944d9ec 100644 --- a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/SecurityFilter.java +++ b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/SecurityFilter.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,7 +32,7 @@ * * Returns response with http status 401 when proper authentication is not provided in incoming request. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @see ContainerRequestFilter */ @Provider diff --git a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java index b4c91e4284..a4e0c7969d 100644 --- a/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java +++ b/examples/https-clientserver-grizzly/src/main/java/org/glassfish/jersey/examples/httpsclientservergrizzly/Server.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ /** * A simple SSL-secured HTTP server. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class Server { diff --git a/examples/https-clientserver-grizzly/src/test/java/org/glassfish/jersey/examples/httpsclientservergrizzly/MainTest.java b/examples/https-clientserver-grizzly/src/test/java/org/glassfish/jersey/examples/httpsclientservergrizzly/MainTest.java index 97fefa890a..ce21918b81 100644 --- a/examples/https-clientserver-grizzly/src/test/java/org/glassfish/jersey/examples/httpsclientservergrizzly/MainTest.java +++ b/examples/https-clientserver-grizzly/src/test/java/org/glassfish/jersey/examples/httpsclientservergrizzly/MainTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ * configuration, etc.). Server is a Grizzly server configured for SSL support and client * uses both, {@link HttpUrlConnectorProvider} and {@link GrizzlyConnectorProvider}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MainTest { diff --git a/examples/https-server-glassfish/src/main/java/org/glassfish/jersey/examples/https/glassfish/resources/HelloWorldResource.java b/examples/https-server-glassfish/src/main/java/org/glassfish/jersey/examples/https/glassfish/resources/HelloWorldResource.java index 8d4dc98524..b41354627b 100644 --- a/examples/https-server-glassfish/src/main/java/org/glassfish/jersey/examples/https/glassfish/resources/HelloWorldResource.java +++ b/examples/https-server-glassfish/src/main/java/org/glassfish/jersey/examples/https/glassfish/resources/HelloWorldResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ * The JAX-RS resource class will be hosted at the URI path {@code "/helloworld"}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("/helloworld") @RolesAllowed("myRole") diff --git a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodInterface.java b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodInterface.java index 4a67e9f8cb..6060d8fe01 100644 --- a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodInterface.java +++ b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodInterface.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Example interface containing resource methods in form of Java8's default methods. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public interface DefaultMethodInterface { diff --git a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodResource.java b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodResource.java index 79e347d5fb..0d40a30efd 100644 --- a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodResource.java +++ b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/DefaultMethodResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * JAX-RS resource inheriting some resource method implementations from the implemented interface. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("default-method") @Produces("text/plain") diff --git a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/LambdaResource.java b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/LambdaResource.java index 2448ea8d75..df833d2381 100644 --- a/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/LambdaResource.java +++ b/examples/java8-webapp/src/main/java/org/glassfish/jersey/examples/java8/resources/LambdaResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,7 +20,7 @@ /** * JAX-RS resource using Java SE 8 lambdas. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("lambdas/{p}") public class LambdaResource { diff --git a/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/DefaultMethodResourceTest.java b/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/DefaultMethodResourceTest.java index bd187ef221..3515b514da 100644 --- a/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/DefaultMethodResourceTest.java +++ b/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/DefaultMethodResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Test usage of Java8's interface default methods as resource methods. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class DefaultMethodResourceTest extends JerseyTest { diff --git a/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/LambdaResourceTest.java b/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/LambdaResourceTest.java index 937b1c7c7e..ce52d78846 100644 --- a/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/LambdaResourceTest.java +++ b/examples/java8-webapp/src/test/java/org/glassfish/jersey/examples/java8/LambdaResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ /** * Test usage of Java SE 8 lambdas in JAX-RS resource methods. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class LambdaResourceTest extends JerseyTest { diff --git a/examples/jaxb/src/main/java/org/glassfish/jersey/examples/jaxb/App.java b/examples/jaxb/src/main/java/org/glassfish/jersey/examples/jaxb/App.java index c07a92bb79..73dc223943 100644 --- a/examples/jaxb/src/main/java/org/glassfish/jersey/examples/jaxb/App.java +++ b/examples/jaxb/src/main/java/org/glassfish/jersey/examples/jaxb/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ /** * Jersey JAXB example application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/jaxb/src/test/java/org/glassfish/jersey/examples/jaxb/JaxbTest.java b/examples/jaxb/src/test/java/org/glassfish/jersey/examples/jaxb/JaxbTest.java index e6f3a8cd16..c887ae3f9d 100644 --- a/examples/jaxb/src/test/java/org/glassfish/jersey/examples/jaxb/JaxbTest.java +++ b/examples/jaxb/src/test/java/org/glassfish/jersey/examples/jaxb/JaxbTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -31,7 +31,7 @@ * Jersey JAXB example test. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JaxbTest extends JerseyTest { diff --git a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/App.java b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/App.java index d2b2ab6a47..b846ea975f 100644 --- a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/App.java +++ b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Jersey application that demonstrates injection of JAX-RS components into resources. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingInflector.java b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingInflector.java index a77ab8f840..1b3cc6181d 100644 --- a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingInflector.java +++ b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingInflector.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * Programmatic resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsInjectionReportingInflector implements Inflector { diff --git a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingResource.java b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingResource.java index 87f03d93be..730781a5af 100644 --- a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingResource.java +++ b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/JaxrsInjectionReportingResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Annotated resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("annotated") public class JaxrsInjectionReportingResource { diff --git a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/ReportBuilder.java b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/ReportBuilder.java index fcafa26bbb..153b4a0a89 100644 --- a/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/ReportBuilder.java +++ b/examples/jaxrs-types-injection/src/main/java/org/glassfish/jersey/examples/jaxrstypeinjection/ReportBuilder.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ * Provides functionality for appending values of JAX-RS types to a string-based * report. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class ReportBuilder { diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/Message.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/Message.java index 6bea954b51..4ac3db3ab7 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/Message.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/Message.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ /** * Message bean representing a single message. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class Message { diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageListWriter.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageListWriter.java index f4eef684b0..58db75b265 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageListWriter.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageListWriter.java @@ -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 Distribution License v. 1.0, which is available at @@ -33,7 +33,7 @@ /** * A simple HTML message body writer to serialize list of message beans. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Stateless @Provider diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageWriter.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageWriter.java index 5d7d2cd1f5..dc8b61810c 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageWriter.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/entities/MessageWriter.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * A simple message body writer to serialize a single message bean. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Singleton @Provider diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/CustomNotFoundException.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/CustomNotFoundException.java index 966a47e571..105bd4956a 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/CustomNotFoundException.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/CustomNotFoundException.java @@ -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 Distribution License v. 1.0, which is available at @@ -14,7 +14,7 @@ * This exceptions will get mapped to a 404 response with the application exception mapper * implemented by {@link NotFoundExceptionMapper} class. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CustomNotFoundException extends Exception { diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/NotFoundExceptionMapper.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/NotFoundExceptionMapper.java index d36593a745..08c14dbe79 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/NotFoundExceptionMapper.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/exceptions/NotFoundExceptionMapper.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * An exception mapper to return 404 responses when a {@link CustomNotFoundException} is thrown. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Provider public class NotFoundExceptionMapper implements ExceptionMapper { diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardResourceBean.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardResourceBean.java index a55219ef86..544df3ffef 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardResourceBean.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardResourceBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -34,7 +34,7 @@ * A stateless EJB bean to handle REST requests to the messages resource. * Messages are stored in the injected EJB singleton instance. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Stateless public class MessageBoardResourceBean { diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardRootResource.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardRootResource.java index 6fd665aa70..53016c18e5 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardRootResource.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageBoardRootResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -19,7 +19,7 @@ * gets injected as an EJB stateless bean * and provided via a sub-resource locator for further processing. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Stateless @Path("/") diff --git a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageHolderSingletonBean.java b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageHolderSingletonBean.java index 8a700d6983..1798bbcd84 100644 --- a/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageHolderSingletonBean.java +++ b/examples/jersey-ejb/src/main/java/org/glassfish/jersey/examples/jersey_ejb/resources/MessageHolderSingletonBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ /** * An EJB singleton to maintain all processed message beans. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Singleton public class MessageHolderSingletonBean { diff --git a/examples/jersey-ejb/src/test/java/org/glassfish/jersey/examples/jersey_ejb/test/MessageBoardTest.java b/examples/jersey-ejb/src/test/java/org/glassfish/jersey/examples/jersey_ejb/test/MessageBoardTest.java index d5503a1d4c..5d5b4550f8 100644 --- a/examples/jersey-ejb/src/test/java/org/glassfish/jersey/examples/jersey_ejb/test/MessageBoardTest.java +++ b/examples/jersey-ejb/src/test/java/org/glassfish/jersey/examples/jersey_ejb/test/MessageBoardTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -35,7 +35,7 @@ * and then run the tests using extenrnal test container factory: * mvn -Prun-external-tests test * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MessageBoardTest extends JerseyTest { diff --git a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/App.java b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/App.java index 39d18e764d..6c34fccc0c 100644 --- a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/App.java +++ b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ /** * Jersey JSON-B example standalone application. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class App { diff --git a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/Cat.java b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/Cat.java index 720a63e413..f4786db785 100644 --- a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/Cat.java +++ b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/Cat.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Example cat POJO for JSONB (un)marshalling. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @JsonbPropertyOrder({"color", "sort", "name", "domesticated"}) public class Cat { diff --git a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbApplication.java b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbApplication.java index c89b53de9b..3eca130c2c 100644 --- a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbApplication.java +++ b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * Jersey JSON-B example application. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @ApplicationPath("/") public class JsonbApplication extends ResourceConfig { diff --git a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbResource.java b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbResource.java index 74d6d9f3b3..bbdafbca25 100644 --- a/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbResource.java +++ b/examples/json-binding-webapp/src/main/java/org/glassfish/jersey/examples/jsonb/JsonbResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ /** * An example resource utilizing JSONB. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("cats") @Consumes("application/json") diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/App.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/App.java index 11bb1c05bb..d72e1e95a2 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/App.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * Utility class which creates {@link MyApplication} instances and provides support * for running this sample from command line. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class App { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationBean.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationBean.java index 1852773ba9..05e3e17bf8 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationBean.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement(name = "account") public class CombinedAnnotationBean { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationResource.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationResource.java index 4bdead63f0..21e1268546 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationResource.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/CombinedAnnotationResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("combinedAnnotations") public class CombinedAnnotationResource { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayBean.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayBean.java index 332ae8406b..e3e620fbc7 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayBean.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement public class EmptyArrayBean { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayResource.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayResource.java index 0f4abf59e0..0c69bfdc4f 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayResource.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/EmptyArrayResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/emptyArrayResource") public class EmptyArrayResource { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/ExceptionMappingTestResource.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/ExceptionMappingTestResource.java index 4afef0e683..a76ca9c6a4 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/ExceptionMappingTestResource.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/ExceptionMappingTestResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Testing bean that accepts JSON for the PUT method. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("parseExceptionTest") public class ExceptionMappingTestResource { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyApplication.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyApplication.java index aa4c966c45..8181b9734f 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyApplication.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ * * Used to set resource and providers classes. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MyApplication extends ResourceConfig { public MyApplication() { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyObjectMapperProvider.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyObjectMapperProvider.java index df9658b4bf..4233ad0c98 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyObjectMapperProvider.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/MyObjectMapperProvider.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class MyObjectMapperProvider implements ContextResolver { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBean.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBean.java index 8446f3b09d..d0b2662e82 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBean.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class NonJaxbBean { diff --git a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBeanResource.java b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBeanResource.java index 88e01e740e..7dae7cb8ae 100644 --- a/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBeanResource.java +++ b/examples/json-jackson/src/main/java/org/glassfish/jersey/examples/jackson/NonJaxbBeanResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ import org.glassfish.jersey.server.JSONP; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/nonJaxbResource") public class NonJaxbBeanResource { diff --git a/examples/json-jackson/src/test/java/org/glassfish/jersey/examples/jackson/JacksonTest.java b/examples/json-jackson/src/test/java/org/glassfish/jersey/examples/jackson/JacksonTest.java index 64e662ea8e..9bef3a6e40 100644 --- a/examples/json-jackson/src/test/java/org/glassfish/jersey/examples/jackson/JacksonTest.java +++ b/examples/json-jackson/src/test/java/org/glassfish/jersey/examples/jackson/JacksonTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,7 +32,7 @@ import org.junit.runner.RunWith; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(ConcurrentRunner.class) public class JacksonTest extends JerseyTest { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/App.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/App.java index 0cd8dfb983..178df0acc6 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/App.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * Utility class which creates {@link MyApplication} instances and provides support * for running this sample from command line. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class App { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationBean.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationBean.java index 68ad3b2a5e..5470a2c806 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationBean.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -14,7 +14,7 @@ import org.codehaus.jackson.annotate.JsonProperty; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement(name = "account") public class CombinedAnnotationBean { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationResource.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationResource.java index 841d93065e..27e7b3a606 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationResource.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/CombinedAnnotationResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ import javax.ws.rs.core.MediaType; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("combinedAnnotations") public class CombinedAnnotationResource { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/DummyBean.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/DummyBean.java index c3e66e113b..2b42ea0d3a 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/DummyBean.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/DummyBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * Testing bean for ExceptionMappingTestResource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class DummyBean { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayBean.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayBean.java index f6c11648f5..e22c38e839 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayBean.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement public class EmptyArrayBean { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayResource.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayResource.java index 53ac9f0a4a..a639aa136a 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayResource.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/EmptyArrayResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ import javax.ws.rs.core.MediaType; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/emptyArrayResource") public class EmptyArrayResource { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/ExceptionMappingTestResource.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/ExceptionMappingTestResource.java index 542b70cc25..4b248311b3 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/ExceptionMappingTestResource.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/ExceptionMappingTestResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Testing bean that accepts JSON for the PUT method. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("parseExceptionTest") public class ExceptionMappingTestResource { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyApplication.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyApplication.java index 19676973df..1d92c3fca8 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyApplication.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ * * Used to set resource and providers classes. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MyApplication extends ResourceConfig { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyObjectMapperProvider.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyObjectMapperProvider.java index 7e6996f9b7..0ac0c77f62 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyObjectMapperProvider.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/MyObjectMapperProvider.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ import org.codehaus.jackson.xc.JaxbAnnotationIntrospector; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class MyObjectMapperProvider implements ContextResolver { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBean.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBean.java index 3568f393ca..0b1f33faa3 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBean.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -11,7 +11,7 @@ package org.glassfish.jersey.examples.jackson1; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class NonJaxbBean { diff --git a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBeanResource.java b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBeanResource.java index 09abd345c7..51e61e3a98 100644 --- a/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBeanResource.java +++ b/examples/json-jackson1/src/main/java/org/glassfish/jersey/examples/jackson1/NonJaxbBeanResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ import org.glassfish.jersey.server.JSONP; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/nonJaxbResource") public class NonJaxbBeanResource { diff --git a/examples/json-jackson1/src/test/java/org/glassfish/jersey/examples/jackson1/Jackson1Test.java b/examples/json-jackson1/src/test/java/org/glassfish/jersey/examples/jackson1/Jackson1Test.java index 4d78f26757..d2c9be0e84 100644 --- a/examples/json-jackson1/src/test/java/org/glassfish/jersey/examples/jackson1/Jackson1Test.java +++ b/examples/json-jackson1/src/test/java/org/glassfish/jersey/examples/jackson1/Jackson1Test.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Jackson1Test extends JerseyTest { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftType.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftType.java index 36893fa3cf..f56fe45eb7 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftType.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftType.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,8 +15,8 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @XmlRootElement public class AircraftType { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftTypeList.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftTypeList.java index b091f52c3e..17c3920bce 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftTypeList.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/AircraftTypeList.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,8 +20,8 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Path("/aircrafts") public class AircraftTypeList { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/App.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/App.java index 752e2e53cf..93d4917e1f 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/App.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,8 +25,8 @@ * Utility class which can create {@link org.glassfish.jersey.server.ApplicationHandler} instance and provides support * for running this sample from command line. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class App { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightList.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightList.java index 9c397179e7..b565bda256 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightList.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightList.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,8 +20,8 @@ /** * TODO javadoc. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Path(value = "/flights") public class FlightList { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightsDataStore.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightsDataStore.java index 4cbe12de06..3a5152f373 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightsDataStore.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/FlightsDataStore.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * TODO javadoc. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class FlightsDataStore { diff --git a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/JaxbContextResolver.java b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/JaxbContextResolver.java index 342d61e6e9..76de8d08a7 100644 --- a/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/JaxbContextResolver.java +++ b/examples/json-jettison/src/main/java/org/glassfish/jersey/examples/jettison/JaxbContextResolver.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,8 +25,8 @@ /** * {@link ContextResolver Context resolver} for {@link JAXBContext}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Provider public final class JaxbContextResolver implements ContextResolver { diff --git a/examples/json-jettison/src/test/java/org/glassfish/jersey/examples/jettison/JsonJettisonTest.java b/examples/json-jettison/src/test/java/org/glassfish/jersey/examples/jettison/JsonJettisonTest.java index a72e521f3a..0f36b6b037 100644 --- a/examples/json-jettison/src/test/java/org/glassfish/jersey/examples/jettison/JsonJettisonTest.java +++ b/examples/json-jettison/src/test/java/org/glassfish/jersey/examples/jettison/JsonJettisonTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,8 +27,8 @@ import static org.junit.Assert.assertTrue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class JsonJettisonTest extends JerseyTest { diff --git a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/App.java b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/App.java index 3715d11a89..31b7972c2b 100644 --- a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/App.java +++ b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ import org.glassfish.grizzly.http.server.HttpServer; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ public class App { diff --git a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/JsonResource.java b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/JsonResource.java index a26e430a1a..d6563c1b71 100644 --- a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/JsonResource.java +++ b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/JsonResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ import javax.ws.rs.core.MediaType; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("test") public class JsonResource { diff --git a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/TestBean.java b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/TestBean.java index 74f1e38526..079d524623 100644 --- a/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/TestBean.java +++ b/examples/json-moxy/src/main/java/org/glassfish/jersey/examples/jsonmoxy/TestBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @XmlRootElement public class TestBean { diff --git a/examples/json-moxy/src/test/java/org/glassfish/jersey/examples/jsonmoxy/JsonResourceTest.java b/examples/json-moxy/src/test/java/org/glassfish/jersey/examples/jsonmoxy/JsonResourceTest.java index 3f6000a191..8ea7611d99 100644 --- a/examples/json-moxy/src/test/java/org/glassfish/jersey/examples/jsonmoxy/JsonResourceTest.java +++ b/examples/json-moxy/src/test/java/org/glassfish/jersey/examples/jsonmoxy/JsonResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,7 +23,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ public class JsonResourceTest extends JerseyTest { diff --git a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/App.java b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/App.java index 7dbcc51523..6416d7a9c7 100644 --- a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/App.java +++ b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,8 +24,8 @@ * Utility class which can create {@link org.glassfish.jersey.server.ApplicationHandler} instance and provides support * for running this sample from command line. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class App { diff --git a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeListResource.java b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeListResource.java index e0b24a6352..e48dbb55ce 100644 --- a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeListResource.java +++ b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeListResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ import org.glassfish.jersey.server.JSONP; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path(App.ROOT_PATH) @Produces({"application/x-javascript", "application/json", "application/xml"}) diff --git a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeRecordBean.java b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeRecordBean.java index cef247961c..5475ffbb98 100644 --- a/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeRecordBean.java +++ b/examples/json-with-padding/src/main/java/org/glassfish/jersey/examples/jsonp/ChangeRecordBean.java @@ -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 Distribution License v. 1.0, which is available at @@ -14,7 +14,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement(name = "change") public class ChangeRecordBean { diff --git a/examples/json-with-padding/src/test/java/org/glassfish/jersey/examples/jsonp/JsonWithPaddingTest.java b/examples/json-with-padding/src/test/java/org/glassfish/jersey/examples/jsonp/JsonWithPaddingTest.java index d589dc1956..c674923d1b 100644 --- a/examples/json-with-padding/src/test/java/org/glassfish/jersey/examples/jsonp/JsonWithPaddingTest.java +++ b/examples/json-with-padding/src/test/java/org/glassfish/jersey/examples/jsonp/JsonWithPaddingTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JsonWithPaddingTest extends JerseyTest { diff --git a/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanSingletonResource.java b/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanSingletonResource.java index 3b79391e75..70f668807d 100644 --- a/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanSingletonResource.java +++ b/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/ManagedBeanSingletonResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -32,7 +32,7 @@ * JAX-RS root resource treated as Java EE managed bean in singleton scope. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/managedbean/singleton") @Singleton diff --git a/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/Widget.java b/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/Widget.java index fff3dcd70f..1b49394cf6 100644 --- a/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/Widget.java +++ b/examples/managed-beans-webapp/src/main/java/org/glassfish/jersey/examples/managedbeans/resources/Widget.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * Simple JPA entity made accessible via {@link ManagedBeanSingletonResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Entity public class Widget implements Serializable { diff --git a/examples/managed-beans-webapp/src/test/java/org/glassfish/jersey/examples/managedbeans/ManagedBeanWebAppTest.java b/examples/managed-beans-webapp/src/test/java/org/glassfish/jersey/examples/managedbeans/ManagedBeanWebAppTest.java index a7e86b65d6..662685c086 100644 --- a/examples/managed-beans-webapp/src/test/java/org/glassfish/jersey/examples/managedbeans/ManagedBeanWebAppTest.java +++ b/examples/managed-beans-webapp/src/test/java/org/glassfish/jersey/examples/managedbeans/ManagedBeanWebAppTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -37,7 +37,7 @@ * mvn -DskipTests=false test * * @author Naresh Srinivas Bhimisetty - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ManagedBeanWebAppTest extends JerseyTest { diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java index 48fda2b3d1..21f8a28dd7 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Managed client configuration for client A. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ClientBinding(configClass = MyApplication.MyClientAConfig.class) @Documented diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java index f78229f2cd..c978848c79 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Managed client configuration for client B. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ClientBinding(configClass = MyApplication.MyClientBConfig.class) @Documented diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java index 1b73af6175..f4fe305199 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * to every method that is annotated with {@link org.glassfish.jersey.examples.managedclient.CustomHeaderFeature.Require @Require} internal feature * annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CustomHeaderFeature implements DynamicFeature { diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java index a10414bb37..123f1eb4da 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ * If the validation fails a HTTP 403 response is returned. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CustomHeaderFilter implements ContainerRequestFilter, ClientRequestFilter { private final String headerName; diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java index f7151298df..f83b2c670a 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Internal resource accessed from the managed client resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("internal") public class InternalResource { diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/MyApplication.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/MyApplication.java index 1c8ccc6304..74084ef0ce 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/MyApplication.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/MyApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Jersey managed client example application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MyApplication extends ResourceConfig { diff --git a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java index 17454bcf89..0749233ed3 100644 --- a/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java +++ b/examples/managed-client-webapp/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ * with a proper value into the outgoing client requests. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("public") public class PublicResource { diff --git a/examples/managed-client-webapp/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java b/examples/managed-client-webapp/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java index adc3acd679..bc5a38e457 100644 --- a/examples/managed-client-webapp/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java +++ b/examples/managed-client-webapp/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * Jersey managed client example tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ManagedClientTest extends JerseyTest { diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/App.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/App.java index dc23e6d021..3ed7a5f27e 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/App.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Jersey programmatic managed client example application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java index c67dd1e4a6..947e811505 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientA.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Managed client configuration for client A. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ClientBinding(configClass = App.MyClientAConfig.class) @Documented diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java index 3813df9a54..1743896a72 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/ClientB.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Managed client configuration for client B. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ClientBinding(configClass = App.MyClientBConfig.class) @Documented diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java index 7c249a1f04..b1779d7908 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFeature.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * to every method that is annotated with {@link Require @Require} internal feature * annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CustomHeaderFeature implements DynamicFeature { diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java index a10414bb37..123f1eb4da 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/CustomHeaderFilter.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ * If the validation fails a HTTP 403 response is returned. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class CustomHeaderFilter implements ContainerRequestFilter, ClientRequestFilter { private final String headerName; diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java index f7151298df..f83b2c670a 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/InternalResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Internal resource accessed from the managed client resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("internal") public class InternalResource { diff --git a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java index 3340c16f65..3054d46d32 100644 --- a/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java +++ b/examples/managed-client/src/main/java/org/glassfish/jersey/examples/managedclient/PublicResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -29,7 +29,7 @@ * with a proper value into the outgoing client requests. *

    * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("public") public class PublicResource { diff --git a/examples/managed-client/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java b/examples/managed-client/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java index 566aedd827..dc6a1bee60 100644 --- a/examples/managed-client/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java +++ b/examples/managed-client/src/test/java/org/glassfish/jersey/examples/managedclient/ManagedClientTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Jersey managed client example tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ManagedClientTest extends JerseyTest { diff --git a/examples/multipart-webapp/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartFieldInjectedResource.java b/examples/multipart-webapp/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartFieldInjectedResource.java index cddba3f6e1..d99d3b6373 100644 --- a/examples/multipart-webapp/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartFieldInjectedResource.java +++ b/examples/multipart-webapp/src/main/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartFieldInjectedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Field-injected version of the {@link FormDataParam} injection testing resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("/form-field-injected") public class MultiPartFieldInjectedResource { diff --git a/examples/multipart-webapp/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java b/examples/multipart-webapp/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java index 8407396c47..ad1a346688 100644 --- a/examples/multipart-webapp/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java +++ b/examples/multipart-webapp/src/test/java/org/glassfish/jersey/examples/multipart/webapp/MultiPartWebAppTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -42,7 +42,7 @@ /** * Tests for {@code MultipartResource} class. * - * @author Naresh (srinivas.bhimisetty at oracle.com) + * @author Naresh (Srinivas Bhimisetty) * @author Michal Gajdos */ public class MultiPartWebAppTest extends JerseyTest { diff --git a/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java b/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java index b7c48e5977..1de9406b81 100644 --- a/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java +++ b/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -46,7 +46,7 @@ * * and go to {@code localhost:16686}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ public class App { diff --git a/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/TracedResource.java b/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/TracedResource.java index ce8e83b919..e0f99016c5 100644 --- a/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/TracedResource.java +++ b/examples/open-tracing/src/main/java/org/glassfish/jersey/examples/opentracing/TracedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -50,7 +50,7 @@ *

    * All the ad-hoc created spans MUST be {@link Span#finish() finished} explicitly. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path(value = "/resource") public class TracedResource { diff --git a/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java b/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java index c18d5c4cd0..72f3f6ca99 100644 --- a/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java +++ b/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ * There is also an alternate version of the resource with the same class name within the same package which * should not be visible to Jersey via OSGi. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("/additional") public class AdditionalResource { diff --git a/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/subpackage/AdditionalSubPackagedResource.java b/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/subpackage/AdditionalSubPackagedResource.java index 35318ccf4d..95a005d1a8 100644 --- a/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/subpackage/AdditionalSubPackagedResource.java +++ b/examples/osgi-helloworld-webapp/additional-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/subpackage/AdditionalSubPackagedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * This resource is located in a sub-package and will be detected by OSGI framework only if recursive scanning is turned on. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/subadditional") public class AdditionalSubPackagedResource { diff --git a/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java b/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java index 214b37f5d7..973fb1c63c 100644 --- a/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java +++ b/examples/osgi-helloworld-webapp/alternate-version-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/additional/resource/AdditionalResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ * * If this version of the resource is used, the test will fail. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("/additional") public class AdditionalResource { diff --git a/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java b/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java index dd8974082f..199fcfb535 100644 --- a/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java +++ b/examples/osgi-helloworld-webapp/functional-test/src/test/java/org/glassfish/jersey/examples/helloworld/test/AbstractWebAppTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -56,8 +56,8 @@ import static org.ops4j.pax.exam.CoreOptions.systemProperty; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Jakub Podlesak + * @author Adam Lindenthal */ public abstract class AbstractWebAppTest { diff --git a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java index a7da75b14f..5ad3311a9f 100644 --- a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java +++ b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/WebAppContextListener.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * This is to make sure we signal the application has been deployed/un-deployed * via the OSGi EventAdmin service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class WebAppContextListener implements BundleActivator, ServletContextListener { diff --git a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/WebInfClassesResource.java b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/WebInfClassesResource.java index fd096c332f..65aa4b9d19 100644 --- a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/WebInfClassesResource.java +++ b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/WebInfClassesResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * This resource is physically located in WEB-INF/classes of a OSGI bundle. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/webinf") public class WebInfClassesResource { diff --git a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/subpackage/WebInfClassesSubPackagedResource.java b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/subpackage/WebInfClassesSubPackagedResource.java index cf5a9a6ce0..116c37bbfa 100644 --- a/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/subpackage/WebInfClassesSubPackagedResource.java +++ b/examples/osgi-helloworld-webapp/war-bundle/src/main/java/org/glassfish/jersey/examples/osgi/helloworld/resource/subpackage/WebInfClassesSubPackagedResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ * This resource is located in a sub-package and will be detected by OSGI framework only if recursive scanning is turned on.
    * As a matter of fact, this resource is physically located in WEB-INF/classes which needs to be tested as well. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/subwebinf") public class WebInfClassesSubPackagedResource { diff --git a/examples/osgi-http-service/bundle/src/main/java/org/glassfish/jersey/examples/osgihttpservice/StatusResource.java b/examples/osgi-http-service/bundle/src/main/java/org/glassfish/jersey/examples/osgihttpservice/StatusResource.java index 4ea3361cbb..e0bbdc5896 100644 --- a/examples/osgi-http-service/bundle/src/main/java/org/glassfish/jersey/examples/osgihttpservice/StatusResource.java +++ b/examples/osgi-http-service/bundle/src/main/java/org/glassfish/jersey/examples/osgihttpservice/StatusResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ import javax.ws.rs.Produces; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("status") public class StatusResource { diff --git a/examples/osgi-http-service/functional-test/src/test/java/org/glassfish/jersey/examples/osgihttpservice/test/AbstractHttpServiceTest.java b/examples/osgi-http-service/functional-test/src/test/java/org/glassfish/jersey/examples/osgihttpservice/test/AbstractHttpServiceTest.java index cac6a593ce..e25087c2ca 100644 --- a/examples/osgi-http-service/functional-test/src/test/java/org/glassfish/jersey/examples/osgihttpservice/test/AbstractHttpServiceTest.java +++ b/examples/osgi-http-service/functional-test/src/test/java/org/glassfish/jersey/examples/osgihttpservice/test/AbstractHttpServiceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -48,7 +48,7 @@ import static org.ops4j.pax.exam.CoreOptions.systemProperty; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class AbstractHttpServiceTest { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java index 30244f6274..5d527b6a1b 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -52,7 +52,7 @@ * a new {@link ResourceConfig resource configuration} including all * resource classes listed in that file. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class App { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/ArrivalsResource.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/ArrivalsResource.java index b849f5a7c5..a3e4c68a58 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/ArrivalsResource.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/ArrivalsResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("arrivals") public class ArrivalsResource { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/DeparturesResource.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/DeparturesResource.java index 80f9098d8e..680d30ea33 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/DeparturesResource.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/DeparturesResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("departures") public class DeparturesResource { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/FlightsDB.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/FlightsDB.java index 5de93dbc2d..7e8b858ce4 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/FlightsDB.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/FlightsDB.java @@ -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 Distribution License v. 1.0, which is available at @@ -14,7 +14,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class FlightsDB { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/StatsResource.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/StatsResource.java index b10fca63a3..f71288cdd1 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/StatsResource.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/StatsResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("stats") @Produces("text/plain") diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/AppClassLoader.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/AppClassLoader.java index f9a8828f54..7d767a41c7 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/AppClassLoader.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/AppClassLoader.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ * In order to load re-compiled classes we need * to have a separate class-loader for each reload. * - * Jakub Podlesak (jakub.podlesak at oracle.com) + * Jakub Podlesak */ public class AppClassLoader extends ClassLoader { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/ClassFile.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/ClassFile.java index b4511cf5b4..8e1dd059a3 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/ClassFile.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/ClassFile.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Class file representation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ClassFile extends SimpleJavaFileObject { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/Compiler.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/Compiler.java index 33602e3e54..87cc8708fa 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/Compiler.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/Compiler.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Java compiler utility. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Compiler { diff --git a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/JavaFile.java b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/JavaFile.java index a7458ef6e8..2a789ff4a8 100644 --- a/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/JavaFile.java +++ b/examples/reload/src/main/java/org/glassfish/jersey/examples/reload/compiler/JavaFile.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * Java source file representation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JavaFile extends SimpleJavaFileObject { diff --git a/examples/reload/src/test/java/org/glassfish/jersey/examples/reload/ReloadTest.java b/examples/reload/src/test/java/org/glassfish/jersey/examples/reload/ReloadTest.java index a9fd079719..81079e4bce 100644 --- a/examples/reload/src/test/java/org/glassfish/jersey/examples/reload/ReloadTest.java +++ b/examples/reload/src/test/java/org/glassfish/jersey/examples/reload/ReloadTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ /** * This is to test the reload feature without updating the resources text file. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ReloadTest extends JerseyTest { diff --git a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/FlowableAgentResource.java b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/FlowableAgentResource.java index d5ffaef07f..a9e9af62f9 100644 --- a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/FlowableAgentResource.java +++ b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/FlowableAgentResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -42,7 +42,7 @@ * user. Uses RxJava2 Flowable and Jersey Client to obtain the data. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Singleton @Path("agent/flowable") diff --git a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java index 9dc3d5f4d6..5cfbc4516d 100644 --- a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java +++ b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ListenableFutureAgentResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -42,7 +42,7 @@ * Guava ListenableFuture and Jersey Client to obtain the data. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("agent/listenable") @Produces("application/json") diff --git a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ObservableAgentResource.java b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ObservableAgentResource.java index f23aa66b93..547b21e9a7 100644 --- a/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ObservableAgentResource.java +++ b/examples/rx-client-webapp/src/main/java/org/glassfish/jersey/examples/rx/agent/ObservableAgentResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -42,7 +42,7 @@ * RxJava Observable and Jersey Client to obtain the data. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Singleton @Path("agent/observable") diff --git a/examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java b/examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java index 0d6ae12596..271d91f328 100644 --- a/examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java +++ b/examples/rx-client-webapp/src/test/java/org/glassfish/jersey/examples/rx/RxClientsTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * Invoke clients in Agent part of the application. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class RxClientsTest extends JerseyTest { diff --git a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/App.java b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/App.java index 3171046ccc..1241199819 100644 --- a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/App.java +++ b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ /** * Jersey example application for custom executors managed async resources. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/ChatResource.java b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/ChatResource.java index 5c86ad7427..8d97c44886 100644 --- a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/ChatResource.java +++ b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/ChatResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ * * This version of the messaging resource does not block when POSTing a new message. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("chat") @Produces("application/json") diff --git a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/Message.java b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/Message.java index 7f526d7ae9..a84771ebb4 100644 --- a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/Message.java +++ b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/Message.java @@ -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 Distribution License v. 1.0, which is available at @@ -16,7 +16,7 @@ /** * Chat message JAXB POJO. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @XmlRootElement public class Message { diff --git a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/SimpleJerseyExecutorManagedLongRunningResource.java b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/SimpleJerseyExecutorManagedLongRunningResource.java index 79f2851c69..bbf16d5893 100644 --- a/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/SimpleJerseyExecutorManagedLongRunningResource.java +++ b/examples/server-async-managed/src/main/java/org/glassfish/jersey/examples/server/async/managed/SimpleJerseyExecutorManagedLongRunningResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ * Example of a simple resource with a long-running operation executed in a * custom Jersey container request processing thread. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path(App.ASYNC_LONG_RUNNING_MANAGED_OP_PATH) @Produces("text/plain") diff --git a/examples/server-async-managed/src/test/java/org/glassfish/jersey/examples/server/async/managed/ManagedAsyncResourceTest.java b/examples/server-async-managed/src/test/java/org/glassfish/jersey/examples/server/async/managed/ManagedAsyncResourceTest.java index 3eb6234e2d..c8f54ebaa2 100644 --- a/examples/server-async-managed/src/test/java/org/glassfish/jersey/examples/server/async/managed/ManagedAsyncResourceTest.java +++ b/examples/server-async-managed/src/test/java/org/glassfish/jersey/examples/server/async/managed/ManagedAsyncResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -42,7 +42,7 @@ /** * Test for the asynchronous managed resources example. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ManagedAsyncResourceTest extends JerseyTest { diff --git a/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/Main.java b/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/Main.java index 8f7c291d91..d64a5b1d7b 100644 --- a/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/Main.java +++ b/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/Main.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Long-running asynchronous service client. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Main { diff --git a/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/MainWindow.java b/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/MainWindow.java index de9df4b690..1758208cc1 100644 --- a/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/MainWindow.java +++ b/examples/server-async-standalone/client/src/main/java/org/glassfish/jersey/examples/server/async/MainWindow.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ import javax.swing.JLabel; /** - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MainWindow extends javax.swing.JFrame { diff --git a/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java b/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java index 505f327f07..7ffe8d641f 100644 --- a/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java +++ b/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/AsyncJaxrsApplication.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ /** * Jersey Async Webapp application class. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("/") public class AsyncJaxrsApplication extends Application { diff --git a/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningEchoResource.java b/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningEchoResource.java index f6d016b28a..fe607cfe5b 100644 --- a/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningEchoResource.java +++ b/examples/server-async-standalone/webapp/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningEchoResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ * Example of a simple resource with a long-running operation executed in a * custom application thread. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("long-running") @Produces("text/plain") diff --git a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/App.java b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/App.java index 12063f2b41..00a36e8bc2 100644 --- a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/App.java +++ b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -25,7 +25,7 @@ /** * Jersey example application for custom executors managed async resources. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class App { diff --git a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/BlockingPostChatResource.java b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/BlockingPostChatResource.java index 84b8348504..ffea70657f 100644 --- a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/BlockingPostChatResource.java +++ b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/BlockingPostChatResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ * This version of the messaging resource blocks when POSTing a new message until * the message is retrieved. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path(App.ASYNC_MESSAGING_BLOCKING_PATH) @Produces(MediaType.TEXT_PLAIN) diff --git a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/FireAndForgetChatResource.java b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/FireAndForgetChatResource.java index 7a32d394b6..fe4f2bade7 100644 --- a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/FireAndForgetChatResource.java +++ b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/FireAndForgetChatResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -35,7 +35,7 @@ * * This version of the messaging resource does not block when POSTing a new message. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path(App.ASYNC_MESSAGING_FIRE_N_FORGET_PATH) @Produces(MediaType.TEXT_PLAIN) diff --git a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningAsyncOperationResource.java b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningAsyncOperationResource.java index 15b3a0868a..9d2a178586 100644 --- a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningAsyncOperationResource.java +++ b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/LongRunningAsyncOperationResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ /** * Example resource for long running async operations. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ //TODO move the test to integration tests. //@Path(App.LONG_RUNNING_ASYNC_OP_PATH) diff --git a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/SimpleLongRunningResource.java b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/SimpleLongRunningResource.java index 76cae73275..9fbce9d6d2 100644 --- a/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/SimpleLongRunningResource.java +++ b/examples/server-async/src/main/java/org/glassfish/jersey/examples/server/async/SimpleLongRunningResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ * Example of a simple resource with a long-running operation executed in a * custom application thread. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path(App.ASYNC_LONG_RUNNING_OP_PATH) @Produces("text/plain") diff --git a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/App.java b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/App.java index 29d44ff66a..0c40d6ada8 100644 --- a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/App.java +++ b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -23,8 +23,8 @@ /** * Server sent event example. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Pavel Bucek + * @author Adam Lindenthal */ public class App { diff --git a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/DomainResource.java b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/DomainResource.java index 98a03e01d8..32bc531b15 100644 --- a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/DomainResource.java +++ b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/DomainResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -35,8 +35,8 @@ import javax.ws.rs.sse.SseEventSink; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Pavel Bucek + * @author Adam Lindenthal */ @Path("domain") public class DomainResource { diff --git a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/JaxRsServerSentEventsResource.java b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/JaxRsServerSentEventsResource.java index 28ab75045e..aae24344e6 100644 --- a/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/JaxRsServerSentEventsResource.java +++ b/examples/server-sent-events-jaxrs/src/main/java/org/glassfish/jersey/examples/sse/jaxrs/JaxRsServerSentEventsResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,8 +24,8 @@ import javax.ws.rs.sse.SseEventSink; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Pavel Bucek + * @author Adam Lindenthal */ @Path("server-sent-events") public class JaxRsServerSentEventsResource { diff --git a/examples/server-sent-events-jaxrs/src/test/java/org/glassfish/jersey/examples/sse/jaxrs/ServerSentEventsTest.java b/examples/server-sent-events-jaxrs/src/test/java/org/glassfish/jersey/examples/sse/jaxrs/ServerSentEventsTest.java index b0e234a2b6..68fad1967f 100644 --- a/examples/server-sent-events-jaxrs/src/test/java/org/glassfish/jersey/examples/sse/jaxrs/ServerSentEventsTest.java +++ b/examples/server-sent-events-jaxrs/src/test/java/org/glassfish/jersey/examples/sse/jaxrs/ServerSentEventsTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -40,9 +40,9 @@ /** * SSE example resources test. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar + * @author Adam Lindenthal */ public class ServerSentEventsTest extends JerseyTest { diff --git a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/App.java b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/App.java index c253d6c913..ee4e723fe8 100644 --- a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/App.java +++ b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ /** * Server sent event example. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class App { diff --git a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/DomainResource.java b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/DomainResource.java index d51e91634c..58569200ae 100644 --- a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/DomainResource.java +++ b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/DomainResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -36,7 +36,7 @@ import org.glassfish.jersey.server.ChunkedOutput; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("domain") public class DomainResource { diff --git a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsResource.java b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsResource.java index 1b8096d54b..320d9c4f25 100644 --- a/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsResource.java +++ b/examples/server-sent-events-jersey/src/main/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -24,7 +24,7 @@ import org.glassfish.jersey.media.sse.SseFeature; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("server-sent-events") public class ServerSentEventsResource { diff --git a/examples/server-sent-events-jersey/src/test/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsTest.java b/examples/server-sent-events-jersey/src/test/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsTest.java index 4782e7de7d..56ee494c36 100644 --- a/examples/server-sent-events-jersey/src/test/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsTest.java +++ b/examples/server-sent-events-jersey/src/test/java/org/glassfish/jersey/examples/sse/jersey/ServerSentEventsTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -49,8 +49,8 @@ /** * SSE example resources test. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class ServerSentEventsTest extends JerseyTest { // TODO - due to JdkConnector migration this was radically reduced. It deadlocks with 25 clients, find out why! diff --git a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/App.java b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/App.java index 1e3f5d55d9..2ef3cc2a90 100644 --- a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/App.java +++ b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * Test Application subclass for servlet3-webapp example. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class App extends Application { diff --git a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/CatResource.java b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/CatResource.java index d42071d4ac..5893155c3d 100644 --- a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/CatResource.java +++ b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/CatResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * Test resource for the servlet3-webapp example. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("cat") public class CatResource { diff --git a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/DogResource.java b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/DogResource.java index 352576e114..711a9fecd2 100644 --- a/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/DogResource.java +++ b/examples/servlet3-webapp/src/main/java/org/glassfish/jersey/examples/servlet3/webapp/DogResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * Test resource for the servlet3-webapp example. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("dog") public class DogResource { diff --git a/examples/servlet3-webapp/src/test/java/Servlet3WebappITCase.java b/examples/servlet3-webapp/src/test/java/Servlet3WebappITCase.java index 0552dac11c..0bf859b48f 100644 --- a/examples/servlet3-webapp/src/test/java/Servlet3WebappITCase.java +++ b/examples/servlet3-webapp/src/test/java/Servlet3WebappITCase.java @@ -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 Distribution License v. 1.0, which is available at @@ -27,7 +27,7 @@ * Tests the servlet3-webapp example. * Integration test launched by maven-jetty-plugin * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Servlet3WebappITCase extends JerseyTest { diff --git a/examples/simple-console/src/test/java/org/glassfish/jersey/examples/console/MainTest.java b/examples/simple-console/src/test/java/org/glassfish/jersey/examples/console/MainTest.java index 14fe2773d1..e79e600664 100644 --- a/examples/simple-console/src/test/java/org/glassfish/jersey/examples/console/MainTest.java +++ b/examples/simple-console/src/test/java/org/glassfish/jersey/examples/console/MainTest.java @@ -34,7 +34,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Naresh (srinivas.bhimisetty at oracle.com) + * @author Naresh (Srinivas Bhimisetty) */ public class MainTest extends JerseyTest { diff --git a/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreApp.java b/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreApp.java index ed76ecf0a6..f1a22fdf7d 100644 --- a/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreApp.java +++ b/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreApp.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * SSE item store JAX-RS application class. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @ApplicationPath("resources") public class JaxrsItemStoreApp extends ResourceConfig { diff --git a/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResource.java b/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResource.java index a8c193dd28..a8dc84dd87 100644 --- a/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResource.java +++ b/examples/sse-item-store-jaxrs-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -39,7 +39,7 @@ /** * A resource for storing named items. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("items") public class JaxrsItemStoreResource { diff --git a/examples/sse-item-store-jaxrs-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java b/examples/sse-item-store-jaxrs-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java index 0f352a623e..87c85c5bd6 100644 --- a/examples/sse-item-store-jaxrs-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java +++ b/examples/sse-item-store-jaxrs-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jaxrs/JaxrsItemStoreResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -58,7 +58,7 @@ /** * Item store test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JaxrsItemStoreResourceTest extends JerseyTest { diff --git a/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreApp.java b/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreApp.java index a8ca593b34..270e65d08e 100644 --- a/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreApp.java +++ b/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreApp.java @@ -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 Distribution License v. 1.0, which is available at @@ -18,7 +18,7 @@ /** * SSE item store JAX-RS application class. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("resources") public class ItemStoreApp extends ResourceConfig { diff --git a/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreResource.java b/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreResource.java index a8d1dc7202..5dd219dee8 100644 --- a/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreResource.java +++ b/examples/sse-item-store-jersey-webapp/src/main/java/org/glassfish/jersey/examples/sseitemstore/jersey/ItemStoreResource.java @@ -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 Distribution License v. 1.0, which is available at @@ -39,7 +39,7 @@ /** * A resource for storing named items. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("items") public class ItemStoreResource { diff --git a/examples/sse-item-store-jersey-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jersey/JerseyItemStoreResourceTest.java b/examples/sse-item-store-jersey-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jersey/JerseyItemStoreResourceTest.java index 4122a3d14d..a561f71113 100644 --- a/examples/sse-item-store-jersey-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jersey/JerseyItemStoreResourceTest.java +++ b/examples/sse-item-store-jersey-webapp/src/test/java/org/glassfish/jersey/examples/sseitemstore/jersey/JerseyItemStoreResourceTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -53,7 +53,7 @@ /** * Item store test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JerseyItemStoreResourceTest extends JerseyTest { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/AbstractTestAggregator.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/AbstractTestAggregator.java index 3c4f1e94df..d8e501eb91 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/AbstractTestAggregator.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/AbstractTestAggregator.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,8 +26,8 @@ /** * Fake message aggregator used for testing purposes. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Marek Potociar + * @author Adam Lindenthal */ public abstract class AbstractTestAggregator implements DataAggregator { private static final Logger LOGGER = Logger.getLogger(AbstractTestAggregator.class.getName()); diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataAggregator.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataAggregator.java index 6c677aeb03..dad7338479 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataAggregator.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataAggregator.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * Data aggregator for listening for events aggregated based on give keywords. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface DataAggregator { void start(String keywords, DataListener msgListener); diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataListener.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataListener.java index 5b513d74ac..9b1a0193dc 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataListener.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/DataListener.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,7 +13,7 @@ /** * Incoming data listener. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface DataListener { /** diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java index 608c2881cc..ce1e187d7c 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MainWindow.java @@ -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 Distribution License v. 1.0, which is available at @@ -28,7 +28,7 @@ /** * Main data aggregator client application UI window. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MainWindow extends javax.swing.JFrame { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/Message.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/Message.java index 46a93a8fbd..2f324cc922 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/Message.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/Message.java @@ -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 Distribution License v. 1.0, which is available at @@ -17,7 +17,7 @@ /** * Message bean. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Message { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJaxRs.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJaxRs.java index 94a2466dbe..4cf84adc92 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJaxRs.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJaxRs.java @@ -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 Distribution License v. 1.0, which is available at @@ -34,7 +34,7 @@ * Uses the JAX-RS 2.1 SSE API. * * @see MessageStreamResourceJersey - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("message/stream/jaxrs") @Singleton diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJersey.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJersey.java index 391776ab73..d38b14b52f 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJersey.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/MessageStreamResourceJersey.java @@ -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 Distribution License v. 1.0, which is available at @@ -34,7 +34,7 @@ * Uses the Jersey-specific SSE API. * * @see MessageStreamResourceJaxRs - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("message/stream/jersey") public final class MessageStreamResourceJersey { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java index 34eb7d7355..821a42a11a 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/RemoveSelectedListItemsAction.java @@ -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 Distribution License v. 1.0, which is available at @@ -21,7 +21,7 @@ /** * TODO: javadoc. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class RemoveSelectedListItemsAction extends AbstractAction { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJaxRs.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJaxRs.java index bc151f10ac..01fc826167 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJaxRs.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJaxRs.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,8 +13,8 @@ /** * Fake message aggregator used for testing purposes pointing to SSE event stream implemented using Jersey-specific API. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Marek Potociar + * @author Adam Lindenthal */ public class TestAggregatorJaxRs extends AbstractTestAggregator { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJersey.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJersey.java index c5ca5dc04d..677e654d01 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJersey.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TestAggregatorJersey.java @@ -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 Distribution License v. 1.0, which is available at @@ -13,8 +13,8 @@ /** * Fake message aggregator used for testing purposes pointing to SSE event stream implemented using Jersey-specific API. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Marek Potociar + * @author Adam Lindenthal */ public class TestAggregatorJersey extends AbstractTestAggregator { diff --git a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TwitterAggregator.java b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TwitterAggregator.java index a4a0aa2d5e..6e20fac0ae 100644 --- a/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TwitterAggregator.java +++ b/examples/sse-twitter-aggregator/src/main/java/org/glassfish/jersey/examples/aggregator/TwitterAggregator.java @@ -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 Distribution License v. 1.0, which is available at @@ -35,7 +35,7 @@ /** * Twitter message-based data aggregator implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class TwitterAggregator implements DataAggregator { private static final Logger LOGGER = Logger.getLogger(TwitterAggregator.class.getName()); diff --git a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/App.java b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/App.java index d6cd52c75b..19b615a1d1 100644 --- a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/App.java +++ b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/App.java @@ -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 Distribution License v. 1.0, which is available at @@ -22,7 +22,7 @@ import org.glassfish.grizzly.http.server.HttpServer; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class App { diff --git a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Address.java b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Address.java index 26238f1946..15a8d8e018 100644 --- a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Address.java +++ b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Address.java @@ -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 Distribution License v. 1.0, which is available at @@ -12,7 +12,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Address { diff --git a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Customer.java b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Customer.java index f1f6b33d4d..cafcef43e7 100644 --- a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Customer.java +++ b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/Customer.java @@ -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 Distribution License v. 1.0, which is available at @@ -20,7 +20,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement @XmlType(propOrder = {"name", "address", "phoneNumbers"}) diff --git a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/PhoneNumber.java b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/PhoneNumber.java index 5df8b0e948..14a09290b3 100644 --- a/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/PhoneNumber.java +++ b/examples/xml-moxy/src/main/java/org/glassfish/jersey/examples/xmlmoxy/beans/PhoneNumber.java @@ -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 Distribution License v. 1.0, which is available at @@ -15,7 +15,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class PhoneNumber { diff --git a/examples/xml-moxy/src/test/java/org/glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java b/examples/xml-moxy/src/test/java/org/glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java index 4d207a0c8c..d154e1a17f 100644 --- a/examples/xml-moxy/src/test/java/org/glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java +++ b/examples/xml-moxy/src/test/java/org/glassfish/jersey/examples/xmlmoxy/MoxyAppTest.java @@ -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 Distribution License v. 1.0, which is available at @@ -26,7 +26,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MoxyAppTest extends JerseyTest { diff --git a/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/DefaultConfiguredValidator.java b/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/DefaultConfiguredValidator.java index 74e1845d73..3d2a746f67 100644 --- a/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/DefaultConfiguredValidator.java +++ b/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/DefaultConfiguredValidator.java @@ -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 @@ -42,7 +42,7 @@ * Default {@link ConfiguredValidator} implementation - delegates calls to the underlying {@link Validator}. * * @author Michal Gajdos - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ class DefaultConfiguredValidator implements ConfiguredValidator, ValidationInterceptor { diff --git a/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationInterceptorExecutor.java b/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationInterceptorExecutor.java index 6f0f728386..de4ec6d32a 100644 --- a/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationInterceptorExecutor.java +++ b/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationInterceptorExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2019Oracle 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 @@ -28,7 +28,7 @@ * Validation executor for resource method validation processing. It is intended for a one-off usage * when the executor instance serves also as a {@link org.glassfish.jersey.server.spi.ValidationInterceptorContext}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ final class ValidationInterceptorExecutor implements ValidationInterceptorContext { diff --git a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/main/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProvider.java b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/main/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProvider.java index 2e408f0bac..d262a10185 100644 --- a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/main/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProvider.java +++ b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/main/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProvider.java @@ -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 @@ -26,7 +26,7 @@ * Utility class that effectively disables any attempts of Jersey/CDI integration layer * to delegate injection from CDI to HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class EmptyHk2CustomInjectionTypeProvider implements Hk2CustomBoundTypesProvider { diff --git a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProviderTest.java b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProviderTest.java index 6bce6509b7..4b6e83a07e 100644 --- a/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProviderTest.java +++ b/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/java/org/glassfish/jersey/ext/cdi1x/hk2ban/EmptyHk2CustomInjectionTypeProviderTest.java @@ -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 @@ -32,7 +32,7 @@ * Test for {@link EmptyHk2CustomInjectionTypeProvider}. * Make sure that the empty provider could be loaded and provides an empty type set. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EmptyHk2CustomInjectionTypeProviderTest { diff --git a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScope.java b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScope.java index 94217f2f34..d8c899fc0d 100644 --- a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScope.java +++ b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScope.java @@ -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 @@ -26,7 +26,7 @@ /** * Weld specific request scope to align CDI request context with Jersey. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @JerseyVetoed diff --git a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScopeExtension.java b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScopeExtension.java index e191462749..54b51e7186 100644 --- a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScopeExtension.java +++ b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/CdiExternalRequestScopeExtension.java @@ -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. * Copyright (c) 2018 Payara Foundation and/or its affiliates. * * This program and the accompanying materials are made available under the @@ -40,7 +40,7 @@ /** * CDI extension to register {@link CdiExternalRequestScope}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiExternalRequestScopeExtension implements Extension { diff --git a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/ServletInjectionManagerStore.java b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/ServletInjectionManagerStore.java index 2c6f1546f8..7b140684b6 100644 --- a/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/ServletInjectionManagerStore.java +++ b/ext/cdi/jersey-cdi1x-servlet/src/main/java/org/glassfish/jersey/ext/cdi1x/servlet/internal/ServletInjectionManagerStore.java @@ -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 @@ -25,7 +25,7 @@ * enables WAR and EAR to be deployed on a servlet container and be properly injected. * * @author Michal Gajdos - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @since 2.17 */ public class ServletInjectionManagerStore extends GenericInjectionManagerStore { diff --git a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java index d6b5320372..6e8ea0dd83 100644 --- a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java +++ b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionInterceptorProvider.java @@ -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 @@ -53,7 +53,7 @@ * {@link TransactionalException}. Jersey will try to restore the original * JAX-RS exception using {@link TransactionalExceptionMapper}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Priority(value = Interceptor.Priority.PLATFORM_BEFORE + 199) public class TransactionalExceptionInterceptorProvider implements ComponentProvider, Extension { diff --git a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java index 3d9b20ef4c..634d9b416f 100644 --- a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java +++ b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java @@ -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 @@ -35,7 +35,7 @@ * registered, no {@link WebApplicationException} thrown from a transactional * CDI bean would get properly mapped to corresponding response. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @JerseyVetoed diff --git a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionHolder.java b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionHolder.java index 9f052df060..1617f3b018 100644 --- a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionHolder.java +++ b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionHolder.java @@ -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 @@ -30,7 +30,7 @@ * thrown in a {@link Transactional} CDI bean for later use * in {@link TransactionalExceptionMapper}. * - * @author Jakub.Podlesak (jakub.podlesak at oracle.com) + * @author Jakub.Podlesak */ @RequestScoped @JerseyVetoed diff --git a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionInterceptor.java b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionInterceptor.java index 4c68615c23..ac46efe4f1 100644 --- a/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionInterceptor.java +++ b/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/WebAppExceptionInterceptor.java @@ -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 @@ -33,7 +33,7 @@ * Transactional interceptor to help retain {@link WebApplicationException} * thrown by transactional beans. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Priority(value = Interceptor.Priority.PLATFORM_BEFORE + 199) @Interceptor diff --git a/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapper.java b/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapper.java index 5b808cebc6..1d3d9d9a18 100644 --- a/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapper.java +++ b/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapper.java @@ -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 @@ -36,7 +36,7 @@ * Jersey registers this wrapper into CDI container so that JAX-RS * components do not get validated twice. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @MethodValidated @Interceptor diff --git a/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapperExtension.java b/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapperExtension.java index 73a0e3a943..acd1b5c63f 100644 --- a/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapperExtension.java +++ b/ext/cdi/jersey-cdi1x-validation/src/main/java/org/glassfish/jersey/ext/cdi1x/validation/internal/CdiInterceptorWrapperExtension.java @@ -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 @@ -48,7 +48,7 @@ /** * CDI extension to register {@link CdiInterceptorWrapper}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Priority(value = Interceptor.Priority.PLATFORM_BEFORE + 199) public class CdiInterceptorWrapperExtension implements Extension { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.java index d62c6a5533..bba828251e 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/AbstractCdiBeanSupplier.java @@ -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 @@ -37,7 +37,7 @@ * should implement properly annotated {@link java.util.function.Supplier#get()} method that * could just delegate to the existing {@link #_provide()} method. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class AbstractCdiBeanSupplier implements DisposableSupplier { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java index e557de236d..01a2d8effe 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java @@ -103,7 +103,7 @@ * To properly inject JAX-RS/Jersey managed beans into CDI, it also * serves as a {@link Extension CDI Extension}, that intercepts CDI injection targets. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Priority(200) public class CdiComponentProvider implements ComponentProvider, Extension { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java index 7f13ba6f1a..febbcf1f68 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java @@ -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 @@ -37,7 +37,7 @@ /** * Common CDI utility methods. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public final class CdiUtil { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.java index 1b3d374198..aeaf62e696 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericCdiBeanSupplier.java @@ -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 @@ -25,7 +25,7 @@ * Supplier to provide CDI managed components where * there is no clear mapping between the CDI and scopes. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Vetoed public final class GenericCdiBeanSupplier extends AbstractCdiBeanSupplier { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.java index 3b75a6a838..086884d33f 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/GenericInjectionManagerStore.java @@ -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 @@ -30,7 +30,7 @@ * method must be implemented that shall be utilized at runtime in the case that more than a single * injection manager has been registered. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @since 2.20 */ public abstract class GenericInjectionManagerStore implements InjectionManagerStore, InjectionTargetListener { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.java index 7df7446fa2..591b45835d 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/InjecteeSkippingAnalyzer.java @@ -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 @@ -34,7 +34,7 @@ * Class analyzer that ignores given injection points. * Used for CDI integration, where we need to avoid HK2 replacing CDI injected entities. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class InjecteeSkippingAnalyzer implements ClassAnalyzer { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.java index f2941558ae..a5e660a78d 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/JerseyVetoed.java @@ -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 @@ -25,7 +25,7 @@ * Use this to annotate types included in Jersey libraries * that are to be CDI managed as defined by the {@link CdiComponentProvider} * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.java index ffe03855ef..025d6fcac8 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/RequestScopedCdiBeanSupplier.java @@ -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 @@ -28,7 +28,7 @@ * For these components, Jersey will avoid * injecting dynamic proxies for JAX-RS request scoped injectees. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Vetoed public final class RequestScopedCdiBeanSupplier extends AbstractCdiBeanSupplier { diff --git a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.java b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.java index dcdad4b328..0b779a7c6c 100644 --- a/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.java +++ b/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/spi/Hk2CustomBoundTypesProvider.java @@ -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 @@ -30,7 +30,7 @@ * *

    If more than one implementation is found, only a single one is selected that has the highest priority. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface Hk2CustomBoundTypesProvider { diff --git a/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderTest.java b/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderTest.java index 9242f8277d..479d349d54 100644 --- a/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderTest.java +++ b/ext/cdi/jersey-cdi1x/src/test/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderTest.java @@ -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 @@ -40,7 +40,7 @@ /** * Test for {@link CdiComponentProvider}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiComponentProviderTest { diff --git a/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldInjectionManagerStore.java b/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldInjectionManagerStore.java index 38f501dafd..49cc847872 100644 --- a/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldInjectionManagerStore.java +++ b/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldInjectionManagerStore.java @@ -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 @@ -24,7 +24,7 @@ * {@link InjectionManagerStore Injection manager} for Weld SE container. The provider * enables multiple Jersey applications to be deployed within a single HTTP container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @since 2.20 */ public class WeldInjectionManagerStore extends GenericInjectionManagerStore { diff --git a/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldRequestScope.java b/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldRequestScope.java index 24f8c52b4f..de3e54d83e 100644 --- a/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldRequestScope.java +++ b/ext/cdi/jersey-weld2-se/src/main/java/org/glassfish/jersey/weld/se/WeldRequestScope.java @@ -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 @@ -32,7 +32,7 @@ /** * Weld specific request scope to align CDI request context with Jersey. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @JerseyVetoed diff --git a/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerViewProcessor.java b/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerViewProcessor.java index 164f4ab1e9..37f28115af 100644 --- a/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerViewProcessor.java +++ b/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerViewProcessor.java @@ -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 @@ -43,7 +43,7 @@ /** * {@link org.glassfish.jersey.server.mvc.spi.TemplateProcessor Template processor} providing support for Freemarker templates. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos * @author Jeff Wilde (jeff.wilde at complicatedrobot.com) */ diff --git a/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java b/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java index bb7a98ac2c..c103db63e0 100644 --- a/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java +++ b/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java @@ -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 @@ -35,7 +35,7 @@ * Implementation of Reactive Invoker for {@code ListenableFuture}. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.13 */ final class JerseyRxListenableFutureInvoker extends AbstractRxInvoker implements RxListenableFutureInvoker { diff --git a/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/RxListenableFutureInvokerProvider.java b/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/RxListenableFutureInvokerProvider.java index ac97dd8ea4..507c725ef3 100644 --- a/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/RxListenableFutureInvokerProvider.java +++ b/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/RxListenableFutureInvokerProvider.java @@ -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 @@ -25,7 +25,7 @@ * Invoker provider for invokers based on Guava's {@code ListenableFuture}. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.13 */ public final class RxListenableFutureInvokerProvider implements RxInvokerProvider { diff --git a/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/RxObservableInvokerProvider.java b/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/RxObservableInvokerProvider.java index 05591ec97d..36dc299ea3 100644 --- a/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/RxObservableInvokerProvider.java +++ b/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/RxObservableInvokerProvider.java @@ -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 @@ -25,7 +25,7 @@ * Invoker provider for invokers based on RxJava's {@code Observable}. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.13 */ public final class RxObservableInvokerProvider implements RxInvokerProvider { diff --git a/ext/rx/rx-client-rxjava/src/test/java/org/glassfish/jersey/client/rx/rxjava/RxObservableTest.java b/ext/rx/rx-client-rxjava/src/test/java/org/glassfish/jersey/client/rx/rxjava/RxObservableTest.java index 3ca121fe6d..0a6644b96b 100644 --- a/ext/rx/rx-client-rxjava/src/test/java/org/glassfish/jersey/client/rx/rxjava/RxObservableTest.java +++ b/ext/rx/rx-client-rxjava/src/test/java/org/glassfish/jersey/client/rx/rxjava/RxObservableTest.java @@ -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 @@ -41,7 +41,7 @@ /** * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class RxObservableTest { diff --git a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java index e357319590..0b891a3587 100644 --- a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java +++ b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java @@ -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 @@ -37,7 +37,7 @@ * provided on from this service. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.16 */ final class JerseyRxFlowableInvoker extends AbstractRxInvoker implements RxFlowableInvoker { diff --git a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvoker.java b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvoker.java index ac9026c6be..b8e9cabcfd 100644 --- a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvoker.java +++ b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvoker.java @@ -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 @@ -30,7 +30,7 @@ * Requests are by default invoked on a separate thread (as JAX-RS Async client requests). This behavior can be overridden by * providing a {@link java.util.concurrent.ExecutorService executor service} when client extension is being created. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos * @since 2.26 */ diff --git a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvokerProvider.java b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvokerProvider.java index fca6e80504..76634ee8f9 100644 --- a/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvokerProvider.java +++ b/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableInvokerProvider.java @@ -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 @@ -26,7 +26,7 @@ * Invoker provider for invokers based on RxJava's {@code Flowable}. * * @author Michal Gajdos - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @since 2.26 */ public class RxFlowableInvokerProvider implements RxInvokerProvider { diff --git a/ext/rx/rx-client-rxjava2/src/test/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableTest.java b/ext/rx/rx-client-rxjava2/src/test/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableTest.java index b5a72b01a6..9151f0fac2 100644 --- a/ext/rx/rx-client-rxjava2/src/test/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableTest.java +++ b/ext/rx/rx-client-rxjava2/src/test/java/org/glassfish/jersey/client/rx/rxjava2/RxFlowableTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.hamcrest.core.Is.is; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class RxFlowableTest { diff --git a/ext/spring3/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java b/ext/spring3/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java index 6da105f8de..e4d939a285 100644 --- a/ext/spring3/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java +++ b/ext/spring3/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -25,7 +25,7 @@ /** * JAX-RS based Spring RequestAttributes implementation for Servlet-based applications. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsServletRequestAttributes extends ServletRequestAttributes { diff --git a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java index c1eb321285..9b73eea11e 100644 --- a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java +++ b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java @@ -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 @@ -26,7 +26,7 @@ * JAX-RS based Spring RequestAttributes implementation. * * @author Marko Asplund (marko.asplund at yahoo.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsRequestAttributes extends AbstractRequestAttributes { diff --git a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java index 6da105f8de..e4d939a285 100644 --- a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java +++ b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -25,7 +25,7 @@ /** * JAX-RS based Spring RequestAttributes implementation for Servlet-based applications. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsServletRequestAttributes extends ServletRequestAttributes { diff --git a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java index 1cbcbd76a4..5ad00d64d6 100644 --- a/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java +++ b/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java @@ -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 @@ -40,8 +40,8 @@ * Spring filter to provide a bridge between JAX-RS and Spring request attributes. * * @author Marko Asplund (marko.asplund at yahoo.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Provider @PreMatching diff --git a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java index 4abdf24b52..9b73eea11e 100644 --- a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java +++ b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsRequestAttributes.java @@ -26,7 +26,7 @@ * JAX-RS based Spring RequestAttributes implementation. * * @author Marko Asplund (marko.asplund at yahoo.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsRequestAttributes extends AbstractRequestAttributes { diff --git a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java index 9b4f65489d..066a276ae6 100644 --- a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java +++ b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/JaxrsServletRequestAttributes.java @@ -24,7 +24,7 @@ /** * JAX-RS based Spring RequestAttributes implementation for Servlet-based applications. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class JaxrsServletRequestAttributes extends ServletRequestAttributes { diff --git a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java index 9bd5c3da42..5ad00d64d6 100644 --- a/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java +++ b/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/scope/RequestContextFilter.java @@ -40,8 +40,8 @@ * Spring filter to provide a bridge between JAX-RS and Spring request attributes. * * @author Marko Asplund (marko.asplund at yahoo.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ @Provider @PreMatching diff --git a/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeBackgroundExecutorProvider.java b/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeBackgroundExecutorProvider.java index 0338725da9..27fa9ffe1a 100644 --- a/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeBackgroundExecutorProvider.java +++ b/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeBackgroundExecutorProvider.java @@ -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 @@ -26,8 +26,8 @@ * {@link java.util.concurrent.ScheduledExecutorService} instances with a GAE specific {@link ThreadFactory} provider * - {@link com.google.appengine.api.ThreadManager}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Libor Kramolis + * @author Marek Potociar */ @BackgroundScheduler class GaeBackgroundExecutorProvider extends ScheduledThreadPoolExecutorProvider { diff --git a/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeFeature.java b/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeFeature.java index cc99f84a5e..e6e2b7acd9 100644 --- a/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeFeature.java +++ b/incubator/gae-integration/src/main/java/org/glassfish/jersey/server/gae/GaeFeature.java @@ -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 @@ -28,8 +28,8 @@ * your Jersey application on Google App Engine. *

    * - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Libor Kramolis + * @author Marek Potociar */ @ConstrainedTo(RuntimeType.SERVER) public final class GaeFeature implements Feature { diff --git a/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/AbstractTypeTester.java b/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/AbstractTypeTester.java index 5213a80858..4e5c7711bc 100644 --- a/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/AbstractTypeTester.java +++ b/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/AbstractTypeTester.java @@ -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 @@ -48,7 +48,7 @@ * * @author Paul Sandoz * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractTypeTester extends JerseyTest { diff --git a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/KryoFeature.java b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/KryoFeature.java index 63545fa2f7..963c26334d 100644 --- a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/KryoFeature.java +++ b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/KryoFeature.java @@ -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 @@ -26,7 +26,7 @@ /** * Feature used to register Kryo providers. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Beta public class KryoFeature implements Feature { diff --git a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoAutoDiscoverable.java b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoAutoDiscoverable.java index 73107ca547..36f07a156a 100644 --- a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoAutoDiscoverable.java +++ b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoAutoDiscoverable.java @@ -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 @@ -26,7 +26,7 @@ /** * {@link AutoDiscoverable} registering {@link KryoFeature} if the feature is not already registered. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Priority(AutoDiscoverable.DEFAULT_PRIORITY) public class KryoAutoDiscoverable implements AutoDiscoverable { diff --git a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java index 755c290c86..ccc3f06e92 100644 --- a/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java +++ b/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java @@ -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 @@ -39,7 +39,7 @@ import com.esotericsoftware.kryo.pool.KryoPool; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Consumes("application/x-kryo") diff --git a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/JaxRsApplication.java b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/JaxRsApplication.java index fae6a4c6b2..cf0f35f5f5 100644 --- a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/JaxRsApplication.java +++ b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class JaxRsApplication extends Application { diff --git a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/Person.java b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/Person.java index ac17889b72..eebad14f16 100644 --- a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/Person.java +++ b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Test data bean. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Person { diff --git a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResource.java b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResource.java index 58981a8fce..5326ab5aba 100644 --- a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResource.java +++ b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResource.java @@ -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 @@ -26,7 +26,7 @@ /** * Test resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("/") @Consumes("application/x-kryo") diff --git a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceTest.java b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceTest.java index 4d4eaea814..ed28bd3508 100644 --- a/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceTest.java +++ b/incubator/kryo/src/test/java/org/glassfish/jersey/kryo/PersonResourceTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for kryo resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class PersonResourceTest extends JerseyTest { diff --git a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingApplicationEventListener.java b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingApplicationEventListener.java index d155760308..ae8d6ae3af 100644 --- a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingApplicationEventListener.java +++ b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingApplicationEventListener.java @@ -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 @@ -43,7 +43,7 @@ /** * Application event listener responsible for creating and propagating server-side request {@link io.opentracing.Span}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ class OpenTracingApplicationEventListener implements ApplicationEventListener { diff --git a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientRequestFilter.java b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientRequestFilter.java index 7934488454..766984a57a 100644 --- a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientRequestFilter.java +++ b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientRequestFilter.java @@ -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 @@ -39,7 +39,7 @@ * Stores request-related metadata into the {@code Span} as {@code Tags} * and {@link GlobalTracer#inject(SpanContext, Format, Object) injects} it into http headers. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ class OpenTracingClientRequestFilter implements ClientRequestFilter { diff --git a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientResponseFilter.java b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientResponseFilter.java index 0dae48f1c2..6409956437 100644 --- a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientResponseFilter.java +++ b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingClientResponseFilter.java @@ -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 @@ -28,7 +28,7 @@ /** * Retrieves stored span from the {@link ClientRequestContext} and adds response details to the tracing info. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ public class OpenTracingClientResponseFilter implements ClientResponseFilter { diff --git a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingFeature.java b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingFeature.java index 6afb1f952e..7eb987307d 100644 --- a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingFeature.java +++ b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingFeature.java @@ -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 @@ -29,7 +29,7 @@ /** * A feature that enables OpenTracing support on server and client. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ @Beta diff --git a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingUtils.java b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingUtils.java index 4bc3ad07d8..f8ded2cf5c 100644 --- a/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingUtils.java +++ b/incubator/open-tracing/src/main/java/org/glassfish/jersey/opentracing/OpenTracingUtils.java @@ -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 @@ -31,7 +31,7 @@ /** * Utility methods for Jersey OpenTracing integration. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @since 2.26 */ public class OpenTracingUtils { diff --git a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java index 6f3b2bdc9a..339532d755 100644 --- a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java +++ b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java @@ -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 @@ -53,8 +53,8 @@ /** * Injection resolver for {@link Context @Context} injection annotation. * - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Marek Potociar + * @author Jakub Podlesak */ @Singleton public class ContextInjectionResolverImpl implements InjectionResolver, ContextInjectionResolver { diff --git a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java index c52ab3a5fd..51a68c1c36 100644 --- a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java +++ b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java @@ -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 @@ -27,7 +27,7 @@ * Factory that provides injection of the referenced instance. * * @param - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class Hk2ReferencingFactory implements Factory { diff --git a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java index 520e28c0c5..92d8923587 100644 --- a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java +++ b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java @@ -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 @@ -50,7 +50,7 @@ * and required by JAX-RS specification. * * @author John Wells (john.wells at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Singleton @Named(JerseyClassAnalyzer.NAME) diff --git a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyErrorService.java b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyErrorService.java index c2ada375ae..36ef4b5ab4 100644 --- a/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyErrorService.java +++ b/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyErrorService.java @@ -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 @@ -32,7 +32,7 @@ * Jersey implementation of HK2 Error Service to provide improved reporting * of HK2 issues, that may be otherwise hidden (ignored). * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public final class JerseyErrorService implements ErrorService { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java index 8af4477bb1..78cc2fdff5 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java @@ -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 @@ -58,7 +58,7 @@ * (Internal Server error). * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractJaxbElementProvider extends AbstractJaxbProvider> { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java index 4061a6a367..f5123982a0 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java @@ -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 @@ -52,7 +52,7 @@ * * @param Java type supported by the provider. * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractJaxbProvider extends AbstractMessageReaderWriterProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java index 6b024ed2df..9d686e7924 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java @@ -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 @@ -60,7 +60,7 @@ * (Internal Server error). * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractRootElementJaxbProvider extends AbstractJaxbProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java index 2a06308994..1ebc21cbbd 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java @@ -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 @@ -26,7 +26,7 @@ * builder factories}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class DocumentBuilderFactoryInjectionProvider extends AbstractXmlFactory { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentProvider.java index 275665d07b..b175bc9b00 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/DocumentProvider.java @@ -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 @@ -48,7 +48,7 @@ * Provider for marshalling/un-marshalling {@link Document XML document} instances. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Produces({"application/xml", "text/xml", "*/*"}) @Consumes({"application/xml", "text/xml", "*/*"}) diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java index 1cd4b8b9c6..76307534c6 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java @@ -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 @@ -25,7 +25,7 @@ * JAXB {@link ForcedAutoDiscoverable} that registers all necessary JAXB features * into the injection manager directly. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class JaxbAutoDiscoverable implements ForcedAutoDiscoverable { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbMessagingBinder.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbMessagingBinder.java index c1e1052616..78370dee67 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbMessagingBinder.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbMessagingBinder.java @@ -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 @@ -31,7 +31,7 @@ /** * Binder for JAX-B message body workers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxbMessagingBinder extends AbstractBinder { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbParamConverterBinder.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbParamConverterBinder.java index f3b61d9578..39472456ac 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbParamConverterBinder.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbParamConverterBinder.java @@ -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 @@ -27,7 +27,7 @@ /** * Binder for JAXB parameter converter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ConstrainedTo(RuntimeType.SERVER) public class JaxbParamConverterBinder extends AbstractBinder { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbStringReaderProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbStringReaderProvider.java index 7e664bac39..ce5b83e739 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbStringReaderProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/JaxbStringReaderProvider.java @@ -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 @@ -49,7 +49,7 @@ * support conversion of a string value into a JAXB instance. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JaxbStringReaderProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProvider.java index d0bc1f2dba..f004761a73 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/SaxParserFactoryInjectionProvider.java @@ -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 @@ -25,7 +25,7 @@ * Thread-scoped injection provider of {@link SAXParserFactory SAX parser factories}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula */ public class SaxParserFactoryInjectionProvider extends AbstractXmlFactory { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/TransformerFactoryInjectionProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/TransformerFactoryInjectionProvider.java index c6d1653c33..b7e06d6907 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/TransformerFactoryInjectionProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/TransformerFactoryInjectionProvider.java @@ -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 @@ -30,7 +30,7 @@ * Thread-scoped injection provider of {@link TransformerFactory transformer factories}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TransformerFactoryInjectionProvider extends AbstractXmlFactory { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlCollectionJaxbProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlCollectionJaxbProvider.java index 520dea4ae1..f5e8e1b0ae 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlCollectionJaxbProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlCollectionJaxbProvider.java @@ -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 @@ -44,7 +44,7 @@ * Base XML-based message body provider for collections of JAXB beans. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class XmlCollectionJaxbProvider extends AbstractCollectionJaxbProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlInputFactoryInjectionProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlInputFactoryInjectionProvider.java index 825d9bed7e..d064d8c7b1 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlInputFactoryInjectionProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlInputFactoryInjectionProvider.java @@ -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 @@ -25,7 +25,7 @@ * Thread-scoped injection provider of {@link XMLInputFactory transformer factories}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class XmlInputFactoryInjectionProvider extends AbstractXmlFactory { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlJaxbElementProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlJaxbElementProvider.java index 3613582e00..69e9d46723 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlJaxbElementProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlJaxbElementProvider.java @@ -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 @@ -38,7 +38,7 @@ * Base XML-based message body provider for {@link JAXBElement JAXB element} instances. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class XmlJaxbElementProvider extends AbstractJaxbElementProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootElementJaxbProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootElementJaxbProvider.java index 67381c5446..6a3f8e31ce 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootElementJaxbProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootElementJaxbProvider.java @@ -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 @@ -38,7 +38,7 @@ * and {@link XmlType types}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class XmlRootElementJaxbProvider extends AbstractRootElementJaxbProvider { diff --git a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootObjectJaxbProvider.java b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootObjectJaxbProvider.java index a7cba72530..fa0e3cec08 100644 --- a/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootObjectJaxbProvider.java +++ b/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/XmlRootObjectJaxbProvider.java @@ -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 @@ -47,7 +47,7 @@ * Base XML-based message body reader for JAXB beans. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class XmlRootObjectJaxbProvider extends AbstractJaxbProvider { diff --git a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/JsonBindingFeature.java b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/JsonBindingFeature.java index 36445ebd95..4a39b3c71a 100644 --- a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/JsonBindingFeature.java +++ b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/JsonBindingFeature.java @@ -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 @@ -46,7 +46,7 @@ * } * * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JsonBindingFeature implements Feature { diff --git a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingAutoDiscoverable.java b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingAutoDiscoverable.java index 60a7c0b99d..28471b6743 100644 --- a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingAutoDiscoverable.java +++ b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingAutoDiscoverable.java @@ -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 @@ -28,7 +28,7 @@ * {@link ForcedAutoDiscoverable} registering {@link JsonBindingFeature} if the feature is not already registered. *

    * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal * @see JsonBindingFeature */ @Priority(AutoDiscoverable.DEFAULT_PRIORITY - 200) diff --git a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingProvider.java b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingProvider.java index 5adc9ba547..3d4ad43aa9 100644 --- a/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingProvider.java +++ b/media/json-binding/src/main/java/org/glassfish/jersey/jsonb/internal/JsonBindingProvider.java @@ -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 @@ -43,7 +43,7 @@ /** * Entity provider (reader and writer) for JSONB. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Provider @Produces({"application/json", "text/json", "*/*"}) diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfig.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfig.java index 7c6875c4d4..d3b047aa8f 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfig.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfig.java @@ -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 @@ -27,7 +27,7 @@ * An immutable configuration of JSON notation and options. {@code JettisonConfig} * instance can be used for configuring the JSON notation on {@link JettisonJaxbContext}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonConfig { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfigured.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfigured.java index 4adc8a6e4f..74176745f3 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfigured.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonConfigured.java @@ -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 @@ -19,7 +19,7 @@ /** * An interface declaring a JSON configuration is available. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface JettisonConfigured { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonMarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonMarshaller.java index 695d1f8a08..49392e1d48 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonMarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonMarshaller.java @@ -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 @@ -27,7 +27,7 @@ * by JAXB, to JSON data. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface JettisonMarshaller { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonUnmarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonUnmarshaller.java index fd6b5f722b..a3be31a7b8 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonUnmarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonUnmarshaller.java @@ -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 @@ -27,7 +27,7 @@ * content tree, defined by JAXB. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface JettisonUnmarshaller { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonMarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonMarshaller.java index 7f54d8e972..bc2bf14fec 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonMarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonMarshaller.java @@ -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 @@ -35,7 +35,7 @@ /** * Base JSON marshaller implementation class. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public class BaseJsonMarshaller implements JettisonMarshaller, JettisonConfigured { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonUnmarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonUnmarshaller.java index 529b87e6f1..c9c4867c1a 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonUnmarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/BaseJsonUnmarshaller.java @@ -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 @@ -37,7 +37,7 @@ /** * Base JSON marshaller implementation class. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class BaseJsonUnmarshaller implements JettisonUnmarshaller, JettisonConfigured { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbMarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbMarshaller.java index 03acbbec07..3200cba360 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbMarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbMarshaller.java @@ -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 @@ -40,7 +40,7 @@ /** * JSON JAXB marshaller. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public final class JettisonJaxbMarshaller extends BaseJsonMarshaller implements Marshaller { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbUnmarshaller.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbUnmarshaller.java index 7764a0e4bc..e6b7d05173 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbUnmarshaller.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/JettisonJaxbUnmarshaller.java @@ -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 @@ -43,7 +43,7 @@ /** * JSON JAXB unmarshaller. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonJaxbUnmarshaller extends BaseJsonUnmarshaller implements Unmarshaller { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/Stax2JettisonFactory.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/Stax2JettisonFactory.java index ad245e9a6a..cd1552f0a9 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/Stax2JettisonFactory.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/Stax2JettisonFactory.java @@ -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 @@ -40,7 +40,7 @@ /** * Factory for creating JSON-enabled StAX readers and writers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public class Stax2JettisonFactory { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonArrayProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonArrayProvider.java index 764f0e3ad6..db4418dab0 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonArrayProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonArrayProvider.java @@ -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 @@ -38,7 +38,7 @@ * Low-level JSON media type message entity provider (reader & writer) for * {@link JSONArray}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonArrayProvider extends JettisonLowLevelProvider { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonJaxbElementProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonJaxbElementProvider.java index b26849096b..15feedf5e3 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonJaxbElementProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonJaxbElementProvider.java @@ -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 @@ -43,7 +43,7 @@ * JSON message entity media type provider (reader & writer) for {@link javax.xml.bind.JAXBElement} * type. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonJaxbElementProvider extends AbstractJaxbElementProvider { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonListElementProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonListElementProvider.java index c6aad94ec8..777c00013b 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonListElementProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonListElementProvider.java @@ -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 @@ -50,7 +50,7 @@ * JSON message entity media type provider (reader & writer) for collection * types. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonListElementProvider extends AbstractCollectionJaxbProvider { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonLowLevelProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonLowLevelProvider.java index cc44e24fd1..a3d228084c 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonLowLevelProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonLowLevelProvider.java @@ -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 @@ -27,7 +27,7 @@ * Abstract, low-level JSON media type message entity provider (reader & writer). * * @param supported Java type. - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class JettisonLowLevelProvider extends AbstractMessageReaderWriterProvider { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonObjectProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonObjectProvider.java index a30afc38e3..f0bb28a0b3 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonObjectProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonObjectProvider.java @@ -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 @@ -38,7 +38,7 @@ * Low-level JSON media type message entity provider (reader & writer) for * {@link JSONObject}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonObjectProvider extends JettisonLowLevelProvider { diff --git a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonRootElementProvider.java b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonRootElementProvider.java index 47e9905e6b..f8674d06e8 100644 --- a/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonRootElementProvider.java +++ b/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/internal/entity/JettisonRootElementProvider.java @@ -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 @@ -44,7 +44,7 @@ * or {@link javax.xml.bind.annotation.XmlType @XmlType}. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JettisonRootElementProvider extends AbstractRootElementJaxbProvider { diff --git a/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonFeature.java b/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonFeature.java index 773b72562d..f2eb43cfcd 100644 --- a/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonFeature.java +++ b/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonFeature.java @@ -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 @@ -32,7 +32,7 @@ /** * Feature used to register MOXy JSON providers. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ public class MoxyJsonFeature implements Feature { diff --git a/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyContextResolver.java b/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyContextResolver.java index 891d0345a1..70ed248678 100644 --- a/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyContextResolver.java +++ b/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyContextResolver.java @@ -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 @@ -36,7 +36,7 @@ * * TODO: deal with classes NOT annotated with @XmlRootElement/@XmlType * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ class MoxyContextResolver implements ContextResolver { diff --git a/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyXmlFeature.java b/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyXmlFeature.java index 79956303b7..607cc93744 100644 --- a/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyXmlFeature.java +++ b/media/moxy/src/main/java/org/glassfish/jersey/moxy/xml/MoxyXmlFeature.java @@ -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 @@ -25,7 +25,7 @@ /** * Feature used to register MOXy XML providers. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class MoxyXmlFeature implements Feature { diff --git a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/ContentDisposition.java b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/ContentDisposition.java index 7f2f2ac924..ab9e14512f 100644 --- a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/ContentDisposition.java +++ b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/ContentDisposition.java @@ -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 @@ -29,7 +29,7 @@ * * @author Paul Sandoz * @author imran@smartitengineering.com - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContentDisposition { diff --git a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataContentDisposition.java b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataContentDisposition.java index 0f0e59c5b0..28c7d6efc0 100644 --- a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataContentDisposition.java +++ b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataContentDisposition.java @@ -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 @@ -26,7 +26,7 @@ * * @author Paul Sandoz * @author imran@smartitengineering.com - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class FormDataContentDisposition extends ContentDisposition { diff --git a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataParamException.java b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataParamException.java index d10504c9af..0cf9f58f80 100644 --- a/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataParamException.java +++ b/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/FormDataParamException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -23,7 +23,7 @@ /** * A parameter-based exception for errors with {@link FormDataParam}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public final class FormDataParamException extends ParamException { diff --git a/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java b/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java index 1e67049987..e8cb04a98b 100644 --- a/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java +++ b/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/MultiPartHeaderModificationTest.java @@ -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 @@ -53,7 +53,7 @@ *

    * Delete this test when JERSEY-2341 fixed. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class MultiPartHeaderModificationTest extends MultiPartJerseyTest { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInput.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInput.java index 89d3f3ce37..1843ccf97a 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInput.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInput.java @@ -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 @@ -32,7 +32,7 @@ * * The input channel lets you serially read & consume SSE events as they arrive. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class EventInput extends ChunkedInput { /** diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInputReader.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInputReader.java index c5fd31b12f..6fd71cbfff 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInputReader.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventInputReader.java @@ -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 @@ -37,7 +37,7 @@ /** * SSE {@link EventInput event input} message body reader. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ class EventInputReader implements MessageBodyReader { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventListener.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventListener.java index 07811536d1..39d0d32284 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventListener.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventListener.java @@ -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 @@ -20,7 +20,7 @@ * {@link EventSource} listener that can be registered to listen for * newly received {@link InboundEvent} notifications. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public interface EventListener { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventOutput.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventOutput.java index 60614af676..4d635069f0 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventOutput.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventOutput.java @@ -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 @@ -26,8 +26,8 @@ * When returned from resource method, underlying connection is kept open and application * is able to send events. One instance of this class corresponds with exactly one HTTP connection. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class EventOutput extends ChunkedOutput { // encoding does not matter for lower ASCII characters diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventSource.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventSource.java index 3611fdd7f9..a3ce7111b7 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventSource.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/EventSource.java @@ -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 @@ -105,8 +105,8 @@ * on an event source builder prior to creating a new event source instance. *

    * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class EventSource implements EventListener { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEvent.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEvent.java index 18f004d0f2..1d2d80cd86 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEvent.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEvent.java @@ -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 @@ -35,8 +35,8 @@ /** * Inbound event. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class InboundEvent implements InboundSseEvent { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEventReader.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEventReader.java index 81b2cec4cf..3ac2ccb2a8 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEventReader.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/InboundEventReader.java @@ -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 @@ -41,7 +41,7 @@ /** * Client-side single inbound Server-Sent Event reader. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ConstrainedTo(RuntimeType.CLIENT) class InboundEventReader implements MessageBodyReader { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEvent.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEvent.java index 8c37ee0145..0d7c826e9b 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEvent.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEvent.java @@ -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 @@ -28,8 +28,8 @@ /** * Representation of a single outbound SSE event. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public final class OutboundEvent implements OutboundSseEvent { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEventWriter.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEventWriter.java index ccadc42856..2dd6b2e31e 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEventWriter.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/OutboundEventWriter.java @@ -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 @@ -37,8 +37,8 @@ /** * Writer for {@link OutboundSseEvent}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ class OutboundEventWriter implements MessageBodyWriter { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseBroadcaster.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseBroadcaster.java index 6e9490fde2..76f85f08a0 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseBroadcaster.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseBroadcaster.java @@ -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 @@ -21,7 +21,7 @@ /** * Used for broadcasting SSE to multiple {@link EventOutput} instances. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula */ public class SseBroadcaster extends Broadcaster { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseFeature.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseFeature.java index 30baf970f0..b91839a3dd 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseFeature.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/SseFeature.java @@ -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 @@ -30,7 +30,7 @@ /** * A JAX-RS {@link Feature feature} that enables Server-Sent Events support. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class SseFeature implements Feature { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseyEventSink.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseyEventSink.java index 9cfeaafa84..0206b0de8e 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseyEventSink.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseyEventSink.java @@ -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 @@ -39,7 +39,7 @@ *

    * The reference should be obtained via injection into the resource method. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com)] + * @author Adam Lindenthal] */ class JerseyEventSink extends ChunkedOutput implements SseEventSink, Flushable, Flow.Subscriber { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySse.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySse.java index 7cec16cd81..1e6747c144 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySse.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySse.java @@ -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 @@ -29,7 +29,7 @@ /** * Implementation of server-side injectable Server-Sent Event "context". * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ class JerseySse implements Sse { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcaster.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcaster.java index 5c3a6e7498..63befa8a26 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcaster.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcaster.java @@ -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 @@ -37,7 +37,7 @@ *

    * JAX-RS 2.1 {@link SseBroadcaster} implementation. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ class JerseySseBroadcaster extends JerseyPublisher implements SseBroadcaster { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.java index 2d847b3f54..c1c50d8372 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseAutoDiscoverable.java @@ -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 @@ -33,8 +33,8 @@ * {@link org.glassfish.jersey.media.sse.SseFeature#DISABLE_SSE} is not set to {@code true}, the {@code SseFeature} * will be automatically registered. * - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Libor Kramolis + * @author Marek Potociar */ @Priority(AutoDiscoverable.DEFAULT_PRIORITY) public final class SseAutoDiscoverable implements ForcedAutoDiscoverable { diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseBinder.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseBinder.java index fd3c5426ec..7f8e85bfc7 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseBinder.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseBinder.java @@ -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 @@ -24,7 +24,7 @@ /** * Binds implementations to interfaces for injection of SSE-related injectables. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class SseBinder extends AbstractBinder { @Override diff --git a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.java b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.java index d6e68e5e73..fa04efa88c 100644 --- a/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.java +++ b/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/SseEventSinkValueParamProvider.java @@ -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 @@ -34,7 +34,7 @@ /** * {@link ValueParamProvider} for binding {@link SseEventSink} to its implementation. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class SseEventSinkValueParamProvider extends AbstractValueParamProvider { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java index 7fb22d210a..996d32e946 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/ClientCloseTest.java @@ -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 @@ -39,7 +39,7 @@ import static junit.framework.TestCase.assertTrue; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ClientCloseTest extends JerseyTest { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java index 75b6de5785..842ae17ec1 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java @@ -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 @@ -40,7 +40,7 @@ import static junit.framework.TestCase.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class EventSourceTest extends JerseyTest { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/OutboundEventTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/OutboundEventTest.java index d38827baee..c5af425e4e 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/OutboundEventTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/OutboundEventTest.java @@ -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 @@ -33,7 +33,7 @@ /** * Basic set of unit tests for OutboundEvent creation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OutboundEventTest { @Test diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkCloseTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkCloseTest.java index 968699ed8d..f6afa45c3b 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkCloseTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkCloseTest.java @@ -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 @@ -46,7 +46,7 @@ /** * Test, that {@code SseEventSink} and the connection is closed eventually after closing {@code SseEventSource} on client side. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class SseEventSinkCloseTest extends JerseyTest { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkTest.java index 2f00ac2dde..b6059ff0d2 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/SseEventSinkTest.java @@ -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 @@ -38,7 +38,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class SseEventSinkTest extends JerseyTest { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseyEventSinkTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseyEventSinkTest.java index 2bc839f55b..465227a159 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseyEventSinkTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseyEventSinkTest.java @@ -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 @@ -21,7 +21,7 @@ import org.junit.rules.ExpectedException; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class JerseyEventSinkTest { diff --git a/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcasterTest.java b/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcasterTest.java index f698fc88ce..0e5c635c3e 100644 --- a/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcasterTest.java +++ b/media/sse/src/test/java/org/glassfish/jersey/media/sse/internal/JerseySseBroadcasterTest.java @@ -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 @@ -31,7 +31,7 @@ /** * {@link javax.ws.rs.sse.SseBroadcaster} test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JerseySseBroadcasterTest { diff --git a/security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/OAuth1ExceptionTest.java b/security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/OAuth1ExceptionTest.java index 967f874c73..aee7db558e 100644 --- a/security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/OAuth1ExceptionTest.java +++ b/security/oauth1-server/src/test/java/org/glassfish/jersey/server/oauth1/OAuth1ExceptionTest.java @@ -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 @@ -26,7 +26,7 @@ /** * {@link OAuth1Exception} unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OAuth1ExceptionTest { /** diff --git a/test-framework/core/src/main/java/org/glassfish/jersey/test/DeploymentContext.java b/test-framework/core/src/main/java/org/glassfish/jersey/test/DeploymentContext.java index 90bae2b830..8f3dbbd1bd 100644 --- a/test-framework/core/src/main/java/org/glassfish/jersey/test/DeploymentContext.java +++ b/test-framework/core/src/main/java/org/glassfish/jersey/test/DeploymentContext.java @@ -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 @@ -44,7 +44,7 @@ *

    * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.8 */ public class DeploymentContext { diff --git a/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java b/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java index 3a2fe61dbf..e6c0c74110 100644 --- a/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java +++ b/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java @@ -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 @@ -113,9 +113,9 @@ * * @author Paul Sandoz * @author Srinivas Bhimisetty - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @SuppressWarnings("UnusedDeclaration") public abstract class JerseyTest { diff --git a/test-framework/core/src/main/java/org/glassfish/jersey/test/ServletDeploymentContext.java b/test-framework/core/src/main/java/org/glassfish/jersey/test/ServletDeploymentContext.java index a000935206..143ad1ba21 100644 --- a/test-framework/core/src/main/java/org/glassfish/jersey/test/ServletDeploymentContext.java +++ b/test-framework/core/src/main/java/org/glassfish/jersey/test/ServletDeploymentContext.java @@ -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 @@ -62,7 +62,7 @@ *

    * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @since 2.8 */ @SuppressWarnings("MethodOverridesStaticMethodOfSuperclass") diff --git a/test-framework/core/src/main/java/org/glassfish/jersey/test/TestProperties.java b/test-framework/core/src/main/java/org/glassfish/jersey/test/TestProperties.java index 7c1c6e4e1f..affbb8c630 100644 --- a/test-framework/core/src/main/java/org/glassfish/jersey/test/TestProperties.java +++ b/test-framework/core/src/main/java/org/glassfish/jersey/test/TestProperties.java @@ -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 @@ -22,7 +22,7 @@ /** * Jersey test framework configuration properties. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @PropertiesClass public final class TestProperties { diff --git a/test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestContainerFactory.java b/test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestContainerFactory.java index 9b5fec8f5d..3b538fd1ed 100644 --- a/test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestContainerFactory.java +++ b/test-framework/core/src/main/java/org/glassfish/jersey/test/spi/TestContainerFactory.java @@ -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 @@ -24,7 +24,7 @@ * A test container factory responsible for creating test containers. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface TestContainerFactory { diff --git a/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java b/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java index 6a7139d2cb..08e873e5f8 100644 --- a/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java +++ b/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java @@ -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 @@ -36,8 +36,8 @@ /** * {@link org.glassfish.jersey.test.JerseyTest} unit tests. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class JerseyTestTest { diff --git a/test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/ShellMojoExecutionException.java b/test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/ShellMojoExecutionException.java index 551c89c6c4..c571cae199 100644 --- a/test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/ShellMojoExecutionException.java +++ b/test-framework/maven/container-runner-maven-plugin/src/main/groovy/org/glassfish/jersey/test/maven/runner/ShellMojoExecutionException.java @@ -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 @@ -23,7 +23,7 @@ /** * Mojo Execution exception that contains additional information regarding an error from an executed shell script. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class ShellMojoExecutionException extends MojoExecutionException { diff --git a/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java b/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java index cf00e71a9d..604cfcfccc 100644 --- a/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java +++ b/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java @@ -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 @@ -31,7 +31,7 @@ * Maven enforcer rule to enforce that given set of files does not exist.
    * This rule is similar to apache {@code requireFilesDontExist} with a support for wildcards. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class FilePatternDoesNotExistRule extends AbstractNonCacheableEnforcerRule { diff --git a/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.java b/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.java index 037718124b..8872e15243 100644 --- a/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.java +++ b/test-framework/maven/custom-enforcer-rules/src/main/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.java @@ -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 @@ -37,7 +37,7 @@ *

    * This is equivalent to shell pseudo-script: {code grep PATTERN FILE && 'raise error'} * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class PatternNotMatchedInFileRule extends AbstractNonCacheableEnforcerRule { diff --git a/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRuleTest.java b/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRuleTest.java index b5f4c5e1ab..301369af13 100644 --- a/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRuleTest.java +++ b/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRuleTest.java @@ -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 @@ -26,7 +26,7 @@ /** * Basic sanity test of {@link FilePatternDoesNotExistRule} enforcer rule. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class FilePatternDoesNotExistRuleTest { diff --git a/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRuleTest.java b/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRuleTest.java index 343a733aad..1897a2b1bc 100644 --- a/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRuleTest.java +++ b/test-framework/maven/custom-enforcer-rules/src/test/java/org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRuleTest.java @@ -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 @@ -25,7 +25,7 @@ /** * Basic sanity test of {@link PatternNotMatchedInFileRule} enforcer rule. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class PatternNotMatchedInFileRuleTest { diff --git a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakSimpleTest.java b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakSimpleTest.java index ba506ffb54..149405fee9 100644 --- a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakSimpleTest.java +++ b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakSimpleTest.java @@ -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 @@ -24,7 +24,7 @@ /** * An abstract test class that adds support for dump heap at the beginning of the test execution. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AbstractMemoryLeakSimpleTest { diff --git a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakWebAppTest.java b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakWebAppTest.java index 2c6848012e..faede8145c 100644 --- a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakWebAppTest.java +++ b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/AbstractMemoryLeakWebAppTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Adds support for web application testing and memory leak detection in target JVM. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AbstractMemoryLeakWebAppTest extends JerseyTest { diff --git a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java index 73655e59f5..200b10a0d1 100644 --- a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java +++ b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java @@ -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 @@ -22,7 +22,7 @@ import org.junit.runners.model.Statement; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class MemoryLeakSucceedingTimeout extends Timeout { diff --git a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java index eaebfc7441..e19b2c9ccf 100644 --- a/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java +++ b/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java @@ -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 @@ -36,7 +36,7 @@ /** * Utility class for memory leak test infrastructure. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class MemoryLeakUtils { diff --git a/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java b/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java index 0b7a771140..97f22cee6b 100644 --- a/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java +++ b/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java @@ -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 @@ -40,7 +40,7 @@ * IP address or fully-qualified domain name to the System Property jersey.test.host. * * @author Srinivas Bhimisetty - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ExternalTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.java b/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.java index c9f2da1611..6dcaea036e 100644 --- a/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.java +++ b/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyTestContainerFactory.java @@ -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 @@ -36,7 +36,7 @@ /** * Jersey test framework container factory implementation based on Grizzly 2.x HTTP server. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.java b/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.java index 13d654cfce..1403f4d437 100644 --- a/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.java +++ b/test-framework/providers/grizzly2/src/main/java/org/glassfish/jersey/test/grizzly/GrizzlyWebTestContainerFactory.java @@ -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 @@ -51,8 +51,8 @@ * A Servlet-based test container factory for creating test container instances using Grizzly. * * @author Srinivas Bhimisetty - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class GrizzlyWebTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/BaseUriTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/BaseUriTest.java index 77a29282fa..e08821d450 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/BaseUriTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/BaseUriTest.java @@ -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 @@ -32,7 +32,7 @@ /** * Grizzly test container base URI tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class BaseUriTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/pckg/GrizzlyPackageTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/pckg/GrizzlyPackageTest.java index fc57bc7ed5..cd2e4c7dda 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/pckg/GrizzlyPackageTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/pckg/GrizzlyPackageTest.java @@ -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 @@ -33,7 +33,7 @@ * Test picking up resources for Grizzly test container via packages. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyPackageTest extends JerseyTest { @Override diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyRequestDispatchFilterTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyRequestDispatchFilterTest.java index 78ad568156..603dccff48 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyRequestDispatchFilterTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyRequestDispatchFilterTest.java @@ -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 @@ -52,8 +52,8 @@ * requests that are being forwarded/included within the server side * using {@link javax.servlet.RequestDispatcher} mechanism. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class GrizzlyRequestDispatchFilterTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebFixedRequestSizeTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebFixedRequestSizeTest.java index 0f4bb06291..e786dce211 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebFixedRequestSizeTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebFixedRequestSizeTest.java @@ -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 @@ -36,7 +36,7 @@ import static org.junit.Assert.assertThat; /** - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyWebFixedRequestSizeTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebInjectionTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebInjectionTest.java index cc6d050c5d..74f18a45dc 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebInjectionTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebInjectionTest.java @@ -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 @@ -41,8 +41,8 @@ /** * Test injection support in the {@link org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class GrizzlyWebInjectionTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebServletAndFilterTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebServletAndFilterTest.java index f425918419..2bfca388dc 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebServletAndFilterTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebServletAndFilterTest.java @@ -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 @@ -47,7 +47,7 @@ * servlet + filter deployment scenarios. * * @author pavel.bucek@oracle.com - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyWebServletAndFilterTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebTest.java index 8285055c57..66199d8e68 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/GrizzlyWebTest.java @@ -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 @@ -35,7 +35,7 @@ * Basic GrizzlyWebTestContainerFactory unit tests. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyWebTest extends JerseyTest { diff --git a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/context/GrizzlyWebContextPathTest.java b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/context/GrizzlyWebContextPathTest.java index 73ffa08fe4..3caf4a162e 100644 --- a/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/context/GrizzlyWebContextPathTest.java +++ b/test-framework/providers/grizzly2/src/test/java/org/glassfish/jersey/test/grizzly/web/context/GrizzlyWebContextPathTest.java @@ -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 @@ -33,7 +33,7 @@ * Test support for context path in {@link org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory}. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class GrizzlyWebContextPathTest extends JerseyTest { diff --git a/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryConnector.java b/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryConnector.java index 07608dad98..971790a875 100644 --- a/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryConnector.java +++ b/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryConnector.java @@ -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 @@ -55,8 +55,8 @@ /** * In-memory client connector. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ class InMemoryConnector implements Connector { diff --git a/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryTestContainerFactory.java b/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryTestContainerFactory.java index f8d1344fdf..a71142defd 100644 --- a/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryTestContainerFactory.java +++ b/test-framework/providers/inmemory/src/main/java/org/glassfish/jersey/test/inmemory/InMemoryTestContainerFactory.java @@ -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 @@ -32,8 +32,8 @@ /** * In-memory test container factory. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class InMemoryTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java b/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java index e94d5f6b26..59ecfada70 100644 --- a/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java +++ b/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/InMemoryContainerTest.java @@ -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 @@ -42,7 +42,7 @@ /** * Test class for {@link InMemoryConnector}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class InMemoryContainerTest extends JerseyTest { diff --git a/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/internal/FollowRedirectsTest.java b/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/internal/FollowRedirectsTest.java index 930c9b813e..511cd420f9 100644 --- a/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/internal/FollowRedirectsTest.java +++ b/test-framework/providers/inmemory/src/test/java/org/glassfish/jersey/test/inmemory/internal/FollowRedirectsTest.java @@ -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 @@ -40,7 +40,7 @@ * In-memory connector follow redirect tests. * * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class FollowRedirectsTest extends JerseyTest { @Path("/followTest") diff --git a/test-framework/providers/jdk-http/src/main/java/org/glassfish/jersey/test/jdkhttp/JdkHttpServerTestContainerFactory.java b/test-framework/providers/jdk-http/src/main/java/org/glassfish/jersey/test/jdkhttp/JdkHttpServerTestContainerFactory.java index 8922d2e8ce..6cca44d9c3 100644 --- a/test-framework/providers/jdk-http/src/main/java/org/glassfish/jersey/test/jdkhttp/JdkHttpServerTestContainerFactory.java +++ b/test-framework/providers/jdk-http/src/main/java/org/glassfish/jersey/test/jdkhttp/JdkHttpServerTestContainerFactory.java @@ -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 @@ -36,7 +36,7 @@ * Factory for testing {@link org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer}. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JdkHttpServerTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java b/test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java index c5067363c8..6ea1f25527 100644 --- a/test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java +++ b/test-framework/providers/jetty/src/main/java/org/glassfish/jersey/test/jetty/JettyTestContainerFactory.java @@ -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 @@ -38,7 +38,7 @@ * Factory for testing {@link org.glassfish.jersey.jetty.JettyHttpContainer}. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JettyTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/netty/src/main/java/org/glassfish/jersey/test/netty/NettyTestContainerFactory.java b/test-framework/providers/netty/src/main/java/org/glassfish/jersey/test/netty/NettyTestContainerFactory.java index e77fe0bff8..a22886c296 100644 --- a/test-framework/providers/netty/src/main/java/org/glassfish/jersey/test/netty/NettyTestContainerFactory.java +++ b/test-framework/providers/netty/src/main/java/org/glassfish/jersey/test/netty/NettyTestContainerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -30,7 +30,7 @@ /** * Netty test container factory. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class NettyTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/providers/simple/src/main/java/org/glassfish/jersey/test/simple/SimpleTestContainerFactory.java b/test-framework/providers/simple/src/main/java/org/glassfish/jersey/test/simple/SimpleTestContainerFactory.java index de2664bd0b..ecb35bdf16 100644 --- a/test-framework/providers/simple/src/main/java/org/glassfish/jersey/test/simple/SimpleTestContainerFactory.java +++ b/test-framework/providers/simple/src/main/java/org/glassfish/jersey/test/simple/SimpleTestContainerFactory.java @@ -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 @@ -37,7 +37,7 @@ * Factory for testing {@link org.glassfish.jersey.simple.SimpleContainer}. * * @author Arul Dhesiaseelan (aruld@acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class SimpleTestContainerFactory implements TestContainerFactory { diff --git a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java index 228c09cff5..a62a586f62 100644 --- a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java +++ b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java @@ -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 @@ -43,7 +43,7 @@ * tests to run in parallel. This runner will probably * be merged into {@link ConcurrentRunner} in the future. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Beta public class ConcurrentParameterizedRunner extends BlockJUnit4ClassRunner { diff --git a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentRunner.java b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentRunner.java index c4676d24e6..f4f4d5fc21 100644 --- a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentRunner.java +++ b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentRunner.java @@ -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 @@ -54,7 +54,7 @@ * from parallel processing, and will be invoked * as if no special concurrent runner was involved. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Beta diff --git a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/RunSeparately.java b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/RunSeparately.java index 64cd2c3681..9dee038565 100644 --- a/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/RunSeparately.java +++ b/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/RunSeparately.java @@ -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 @@ -26,7 +26,7 @@ * fashion. This is only taken into account when the test class is being processed * by any of Jersey provided parallel test runner {@link ConcurrentRunner}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) diff --git a/test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java b/test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java index 3a0c0525f2..41f0ac54ba 100644 --- a/test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java +++ b/test-framework/util/src/test/java/org/glassfish/jersey/test/util/runner/ConcurrentRunnerTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test concurrent runner invokes all test methods. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(ConcurrentRunner.class) public class ConcurrentRunnerTest extends TestCase { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BasicClientTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BasicClientTest.java index 996adb12e9..47267078da 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BasicClientTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/BasicClientTest.java @@ -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 @@ -65,7 +65,7 @@ * Tests sync and async client invocations. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class BasicClientTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/CancelFutureClientTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/CancelFutureClientTest.java index af0ade7c71..bd9990f971 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/CancelFutureClientTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/CancelFutureClientTest.java @@ -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 @@ -45,7 +45,7 @@ * {@link javax.ws.rs.client.InvocationCallback#failed(Throwable)} callback method. *

    * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class CancelFutureClientTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java index 11f5c31189..5c74b8d122 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java @@ -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 @@ -64,8 +64,8 @@ * in chunked mode should not lead to the same behavior on the server side, * as if no exception occurred at all. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class ChunkedInputStreamClosedPrematurelyTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientBufferingDisabledTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientBufferingDisabledTest.java index 4a21864ba3..f9c6adfa87 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientBufferingDisabledTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientBufferingDisabledTest.java @@ -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 @@ -48,7 +48,7 @@ * {@link org.glassfish.jersey.client.HttpUrlConnectorProvider}. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(ConcurrentRunner.class) public class ClientBufferingDisabledTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorCloseTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorCloseTest.java index 76c2d3f111..e6a09b6198 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorCloseTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorCloseTest.java @@ -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 @@ -36,7 +36,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Petr Janouch (petr.janouch at oracle.com) + * @author Petr Janouch */ public class ClientExecutorCloseTest extends JerseyTest { private static CountDownLatch cdl = new CountDownLatch(2); diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorTest.java index 617b2a08ab..81442ef15d 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientExecutorTest.java @@ -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 @@ -50,7 +50,7 @@ import static org.junit.Assert.assertNotNull; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ClientExecutorTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientFilterTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientFilterTest.java index af4290b02b..9918ad4776 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientFilterTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ClientFilterTest.java @@ -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 @@ -44,7 +44,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ClientFilterTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpDigestAuthFilterTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpDigestAuthFilterTest.java index 14aaee9768..8e6bfd905c 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpDigestAuthFilterTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpDigestAuthFilterTest.java @@ -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 @@ -43,7 +43,7 @@ /** * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Stefan Katerkamp */ public class HttpDigestAuthFilterTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpMethodEntityTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpMethodEntityTest.java index 546fd54510..175ad5fe90 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpMethodEntityTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/HttpMethodEntityTest.java @@ -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 @@ -44,7 +44,7 @@ * Tests HTTP methods and entity presence. * * @author Miroslav Fuksa - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HttpMethodEntityTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectedClientBodyWorker.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectedClientBodyWorker.java index 37e544c7b6..d747cd8e9e 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectedClientBodyWorker.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/InjectedClientBodyWorker.java @@ -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 @@ -51,7 +51,7 @@ /** * Test if JAX-RS injection points work in client side providers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InjectedClientBodyWorker extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/JaxRsTimeoutTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/JaxRsTimeoutTest.java index 63df9a2f60..ebff0ea608 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/JaxRsTimeoutTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/JaxRsTimeoutTest.java @@ -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 @@ -36,7 +36,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class JaxRsTimeoutTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java index b30880dcf8..9f5c926cfc 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/RequestScopedReadEntityTest.java @@ -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 @@ -46,7 +46,7 @@ /** * TODO: javadoc. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class RequestScopedReadEntityTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseCloseTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseCloseTest.java index 48ab839104..69bdeda208 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseCloseTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseCloseTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test for Response.close() method. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ResponseCloseTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java index c9ddfae0c6..b90b1296af 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ResponseReadAndBufferEntityTest.java @@ -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 @@ -51,7 +51,7 @@ * Buffered response entity tests. * * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ResponseReadAndBufferEntityTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ShutdownHookMemoryLeakTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ShutdownHookMemoryLeakTest.java index eff4b5dda6..14220dc1d8 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ShutdownHookMemoryLeakTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ShutdownHookMemoryLeakTest.java @@ -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 @@ -55,7 +55,7 @@ * On my laptop, 1000 iterations was sufficient to cause * a memory leak until JERSEY-2688 got fixed. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ShutdownHookMemoryLeakTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java index 3886ef19b3..235956dea1 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HttpPatchTest.java @@ -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 @@ -49,7 +49,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @RunWith(Parameterized.class) public class HttpPatchTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java index 2fab4dc57e..8636b28d73 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java @@ -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 @@ -74,7 +74,7 @@ /** * JERSEY-2206 reproducer * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class RequestHeaderModificationsTest extends JerseyTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationException.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationException.java index f76cf85b07..7cc9dab312 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationException.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationException.java @@ -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 @@ -19,7 +19,7 @@ /** * A runtime exception representing a failure to provide correct authentication credentials. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class AuthenticationException extends RuntimeException { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationExceptionMapper.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationExceptionMapper.java index 53912f810b..8760002646 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationExceptionMapper.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/AuthenticationExceptionMapper.java @@ -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 @@ -25,7 +25,7 @@ * Map an authentication exception to an HTTP 401 response, * optionally including the realm for a credentials challenge at the client. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Provider public class AuthenticationExceptionMapper implements ExceptionMapper { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/RootResource.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/RootResource.java index 23205f26a0..b3821fb6f2 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/RootResource.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/RootResource.java @@ -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 @@ -30,7 +30,7 @@ * * A better way would be injecting {@link javax.ws.rs.core.SecurityContext}. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("/") public class RootResource { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SecurityFilter.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SecurityFilter.java index 986b64ccff..69d4dc051c 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SecurityFilter.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SecurityFilter.java @@ -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 @@ -39,7 +39,7 @@ * * Returns response with http status 401 when proper authentication is not provided in incoming request. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @see ContainerRequestFilter */ @Provider diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/Server.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/Server.java index ca3cb397a8..45c289ee34 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/Server.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/Server.java @@ -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 @@ -36,7 +36,7 @@ /** * A simple SSL-secured HTTP server for testing purposes. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ final class Server { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorConfigurationTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorConfigurationTest.java index 07edcb3068..c45ad94acd 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorConfigurationTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/ssl/SslConnectorConfigurationTest.java @@ -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 @@ -37,9 +37,9 @@ /** * SSL connector tests. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Arul Dhesiaseelan (aruld at acm.org) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Parameterized.class) public class SslConnectorConfigurationTest extends AbstractConnectorServerTest { diff --git a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/AsyncTest.java b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/AsyncTest.java index 202fe32c5c..a67f40937d 100644 --- a/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/AsyncTest.java +++ b/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/httpurlconnector/AsyncTest.java @@ -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 @@ -56,7 +56,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 { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java index 185202cebe..4e5403d4fa 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/TestRuntimeDelegate.java @@ -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 @@ -33,7 +33,7 @@ /** * Test runtime delegate. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestRuntimeDelegate extends AbstractRuntimeDelegate { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/ServiceFinderBinderTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/ServiceFinderBinderTest.java index 119523387c..15b031ffd1 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/ServiceFinderBinderTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/ServiceFinderBinderTest.java @@ -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 @@ -37,7 +37,7 @@ /** * Service finder injection binder unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ServiceFinderBinderTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestContract.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestContract.java index 3aa1482952..262220a44c 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestContract.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestContract.java @@ -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 @@ -19,7 +19,7 @@ /** * Test contract for {@link org.glassfish.jersey.internal.ServiceFinderBinder} test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public interface TestContract { /** diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceA.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceA.java index 046d639991..ec05ff54de 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceA.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceA.java @@ -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 @@ -19,7 +19,7 @@ /** * Test contract implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestServiceA implements TestContract { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceB.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceB.java index cd957b90da..025a7e41b1 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceB.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceB.java @@ -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 @@ -19,7 +19,7 @@ /** * Test contract implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestServiceB implements TestContract { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceC.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceC.java index 6409a38f0f..7a8fc3417a 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceC.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceC.java @@ -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 @@ -19,7 +19,7 @@ /** * Test contract implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestServiceC implements TestContract { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceD.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceD.java index 8a73c531a8..00feb2fc80 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceD.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/config/TestServiceD.java @@ -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 @@ -19,7 +19,7 @@ /** * Test contract implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestServiceD implements TestContract { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ContextResolverFactoryTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ContextResolverFactoryTest.java index 7c00eddb9e..d69b010b07 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ContextResolverFactoryTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ContextResolverFactoryTest.java @@ -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 @@ -40,7 +40,7 @@ /** * Context resolvers factory unit test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ContextResolverFactoryTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/JaxrsProvidersTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/JaxrsProvidersTest.java index beb6221a0b..49f6cc482c 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/JaxrsProvidersTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/JaxrsProvidersTest.java @@ -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 @@ -49,7 +49,7 @@ import static org.junit.Assert.assertSame; /**® - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class JaxrsProvidersTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ProviderBinderTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ProviderBinderTest.java index 8e608732fe..b17a6b2177 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ProviderBinderTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/ProviderBinderTest.java @@ -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 @@ -60,8 +60,8 @@ * ServiceProviders unit test. * * @author Santiago Pericas-Geertsen (santiago.pericasgeertsen at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Marek Potociar + * @author Libor Kramolis */ public class ProviderBinderTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/TestBinder.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/TestBinder.java index b166748b8d..798eeb1f4e 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/TestBinder.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/TestBinder.java @@ -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 @@ -30,7 +30,7 @@ /** * Binder for testing purposes. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class TestBinder extends AbstractBinder { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/inject/ReferencingFactoryTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/inject/ReferencingFactoryTest.java index 6aaf9238dc..76429b0150 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/inject/ReferencingFactoryTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/internal/inject/ReferencingFactoryTest.java @@ -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 @@ -38,7 +38,7 @@ /** * Referencing factory test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ReferencingFactoryTest extends AbstractBinder { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeStringRepresentationTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeStringRepresentationTest.java index 67142579b7..2faf424a89 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeStringRepresentationTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeStringRepresentationTest.java @@ -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 @@ -34,7 +34,7 @@ /** * Acceptable media type unit tests. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RunWith(Parameterized.class) public class AcceptableMediaTypeStringRepresentationTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeTest.java index 198a905a94..7821bfa617 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/AcceptableMediaTypeTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Acceptable media type unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Parameterized.class) public class AcceptableMediaTypeTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java index c212e1d8f4..b64b311b91 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/HeaderUtilsTest.java @@ -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 @@ -41,7 +41,7 @@ /** * {@link HeaderUtils} unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class HeaderUtilsTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java index 3645513edd..f61b225c24 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/InboundMessageContextTest.java @@ -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 @@ -44,7 +44,7 @@ /** * {@link org.glassfish.jersey.message.internal.InboundMessageContext} test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class InboundMessageContextTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MatchingEntityTagTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MatchingEntityTagTest.java index 40d457b54c..19ad5e1ed4 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MatchingEntityTagTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/MatchingEntityTagTest.java @@ -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 @@ -36,8 +36,8 @@ /** * {@link MatchingEntityTag} unit tests ported from Jersey 1.x. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Jakub Podlesak + * @author Marek Potociar */ public class MatchingEntityTagTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseTest.java index 0fc241f2ed..47086bd89d 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundJaxrsResponseTest.java @@ -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 @@ -37,7 +37,7 @@ /** * OutboundJaxrsResponse unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OutboundJaxrsResponseTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java index cdf2a03555..c4cd22197d 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/OutboundMessageContextTest.java @@ -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 @@ -48,7 +48,7 @@ /** * {@link OutboundMessageContext} test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class OutboundMessageContextTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/QualitySourceMediaTypeTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/QualitySourceMediaTypeTest.java index 249bc6cb05..1841774431 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/QualitySourceMediaTypeTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/message/internal/QualitySourceMediaTypeTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Quality source media type unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Parameterized.class) public class QualitySourceMediaTypeTest { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java index 1cfd53ef94..ccbc53d8e3 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/process/internal/ExecutorProvidersTest.java @@ -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 @@ -48,7 +48,7 @@ /** * ExecutorProviders unit tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ExecutorProvidersTest extends AbstractBinder { diff --git a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java index 7583010e59..324acd541c 100644 --- a/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java +++ b/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java @@ -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 @@ -45,7 +45,7 @@ /** * Uri builder implementation test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Martin Matula * @author Miroslav Fuksa * @author Paul Sandoz diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java index 8f3c8a2e1e..2ca9ddd64e 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractTypeTester.java @@ -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 @@ -51,7 +51,7 @@ * * @author Paul Sandoz * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public abstract class AbstractTypeTester extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyEntityTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyEntityTest.java index 3624e43f29..dac06e6e63 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyEntityTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyEntityTest.java @@ -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 @@ -57,7 +57,7 @@ /** * JERSEY-1540. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class EmptyEntityTest extends AbstractTypeTester { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestToEntityParamTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestToEntityParamTest.java index 46258b6160..4b7865d14f 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestToEntityParamTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/EmptyRequestToEntityParamTest.java @@ -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 @@ -32,7 +32,7 @@ /** * Test for JERSEY-1579. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EmptyRequestToEntityParamTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InterceptedStreamCloseTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InterceptedStreamCloseTest.java index 62ac577e7a..d11ed14548 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InterceptedStreamCloseTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/InterceptedStreamCloseTest.java @@ -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 @@ -41,7 +41,7 @@ /** * Reproducer for JERSEY-1845. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class InterceptedStreamCloseTest extends JerseyTest { @Path("resource") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JsonMoxyTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JsonMoxyTest.java index 35a03a1eee..62a4dc24f3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JsonMoxyTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/JsonMoxyTest.java @@ -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 @@ -58,7 +58,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @RunWith(ConcurrentRunner.class) public class JsonMoxyTest extends AbstractTypeTester { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/SubResourceDynamicProxyTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/SubResourceDynamicProxyTest.java index eab22f4cb1..abe608814c 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/SubResourceDynamicProxyTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/SubResourceDynamicProxyTest.java @@ -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 @@ -51,7 +51,7 @@ * This test should cover also the EJB case, as the common cause * is missing type parameter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SubResourceDynamicProxyTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java index 2e95ca1abe..82a9f53857 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/XmlMoxyTest.java @@ -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 @@ -63,7 +63,7 @@ import org.junit.runner.RunWith; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @RunWith(ConcurrentRunner.class) public class XmlMoxyTest extends AbstractTypeTester { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1835Test.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1835Test.java index c472aa611e..fa291d5126 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1835Test.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/Jersey1835Test.java @@ -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 @@ -28,7 +28,7 @@ /** * Reproducible test case for JERSEY-1835. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class Jersey1835Test extends AbstractJsonTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java index 1706ceb5f1..dbe13edb51 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTestHelper.java @@ -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 @@ -25,7 +25,7 @@ import java.util.Collection; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public class JsonTestHelper { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingEncodingFilterTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingEncodingFilterTest.java index 2d2e50c86e..4d681da77a 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingEncodingFilterTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonWithPaddingEncodingFilterTest.java @@ -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 @@ -42,7 +42,7 @@ * * See https://java.net/jira/browse/JERSEY-2524 for the original issue description. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class JsonWithPaddingEncodingFilterTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Animal.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Animal.java index 1073589074..ab8afdc84d 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Animal.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Animal.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ // Jackson 1 diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnimalList.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnimalList.java index 59d7fbea40..f60393952d 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnimalList.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnimalList.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @SuppressWarnings("RedundantIfStatement") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherAnimal.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherAnimal.java index a41bbfc075..bdf1724482 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherAnimal.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherAnimal.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement(name = "animal") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherCat.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherCat.java index 3d260ec8cc..5c44ed337e 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherCat.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AnotherCat.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @XmlRootElement(name = "cat") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AttrAndCharDataBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AttrAndCharDataBean.java index b39cbf46b1..a4d12b7bd8 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AttrAndCharDataBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/AttrAndCharDataBean.java @@ -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 @@ -23,7 +23,7 @@ import javax.xml.bind.annotation.XmlValue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"StringEquality", "RedundantIfStatement"}) @XmlRootElement(name = "parent") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Cat.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Cat.java index b962e8b99d..80156da301 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Cat.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Cat.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @XmlRootElement(name = "cat") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes.java index bfbb41fa63..4ee88f15c1 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes.java @@ -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 @@ -28,7 +28,7 @@ import org.glassfish.jersey.tests.e2e.json.JsonTestHelper; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"StringEquality", "RedundantIfStatement"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes2.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes2.java index d247ca7fff..ecdb2e509c 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes2.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes2.java @@ -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 @@ -27,7 +27,7 @@ import org.glassfish.jersey.tests.e2e.json.JsonTestHelper; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("StringEquality") @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes3.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes3.java index a7b677490c..015a905b9e 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes3.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ComplexBeanWithAttributes3.java @@ -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 @@ -23,7 +23,7 @@ import org.glassfish.jersey.tests.e2e.json.JsonTestHelper; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement @JsonbVisibility(CustomJsonbVisibilityStrategy.class) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Dog.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Dog.java index 4de2631a09..57c7ddd5e1 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Dog.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/Dog.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("UnusedDeclaration") @XmlRootElement(name = "dog") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementBean.java index 88c21e72f8..8646e6cf58 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementBean.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementContainingBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementContainingBean.java index 490c280dd6..2f62263ec2 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementContainingBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EmptyElementContainingBean.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EncodedContentBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EncodedContentBean.java index b4feee6d71..49802861e3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EncodedContentBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/EncodedContentBean.java @@ -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 @@ -19,7 +19,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "StringEquality"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/FakeArrayBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/FakeArrayBean.java index c42c9d09dc..a76ab5a74b 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/FakeArrayBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/FakeArrayBean.java @@ -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 @@ -29,7 +29,7 @@ /** * Test case for issue#310. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "UnusedDeclaration"}) @XmlAccessorType(XmlAccessType.FIELD) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/IntArray.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/IntArray.java index 742865f43a..e56ebcd0f3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/IntArray.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/IntArray.java @@ -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 @@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement(name = "intArray") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListAndNonListBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListAndNonListBean.java index 4b4fbc8603..1d63367dd3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListAndNonListBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListAndNonListBean.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "StringEquality"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListWrapperBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListWrapperBean.java index 03bd2423cc..fdb96fd75b 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListWrapperBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/ListWrapperBean.java @@ -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 @@ -23,7 +23,7 @@ import org.glassfish.jersey.tests.e2e.json.JsonTestHelper; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement(name = "item") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyError.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyError.java index 46ab86ac5d..88977ccd5a 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyError.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyError.java @@ -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 @@ -40,7 +40,7 @@ * </complexType> * * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlAccessorType(XmlAccessType.FIELD) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyMessage.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyMessage.java index 923b761f1a..0716cad727 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyMessage.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyMessage.java @@ -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 @@ -40,7 +40,7 @@ * </complexType> * * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlAccessorType(XmlAccessType.FIELD) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyResponse.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyResponse.java index 10f53d21ea..1e6d6b2e27 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyResponse.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/MyResponse.java @@ -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 @@ -44,7 +44,7 @@ * </complexType> * * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlAccessorType(XmlAccessType.FIELD) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBean.java index acbb2c6469..703b58b856 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBean.java @@ -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 @@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "UnusedDeclaration"}) diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBeanWithAttribute.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBeanWithAttribute.java index 74254f8ab3..bc948a18b0 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBeanWithAttribute.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NamespaceBeanWithAttribute.java @@ -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 @@ -21,7 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"UnusedDeclaration", "RedundantIfStatement"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NullStringBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NullStringBean.java index ee855d3f34..78919b623c 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NullStringBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/NullStringBean.java @@ -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 @@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/PureCharDataBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/PureCharDataBean.java index bc21834cca..15578a3677 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/PureCharDataBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/PureCharDataBean.java @@ -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 @@ -20,7 +20,7 @@ import javax.xml.bind.annotation.XmlValue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "StringEquality"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBean.java index 79251da02e..613f29b72f 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBean.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "StringEquality"}) @XmlRootElement(name = "DummyOne") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithAttributes.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithAttributes.java index e0867391b2..2d31414402 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithAttributes.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithAttributes.java @@ -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 @@ -26,7 +26,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"StringEquality", "RedundantIfStatement"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttribute.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttribute.java index b3207ab25c..5f8e6df47d 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttribute.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttribute.java @@ -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 @@ -25,7 +25,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttributeAndValue.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttributeAndValue.java index 45c794fce0..ac435a4f62 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttributeAndValue.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleBeanWithJustOneAttributeAndValue.java @@ -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 @@ -26,7 +26,7 @@ import javax.xml.bind.annotation.XmlValue; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"RedundantIfStatement", "StringEquality"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleXmlTypeBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleXmlTypeBean.java index 82cf9accdd..0742e64c10 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleXmlTypeBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SimpleXmlTypeBean.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlType; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"StringEquality", "RedundantIfStatement"}) @XmlType diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SingleItemListWrapperBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SingleItemListWrapperBean.java index f7f14a08f7..40763a4e33 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SingleItemListWrapperBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/SingleItemListWrapperBean.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement(name = "singleItemListWrapper") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TreeModel.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TreeModel.java index bc9dc0f7dd..4c318662c0 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TreeModel.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TreeModel.java @@ -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 @@ -26,7 +26,7 @@ import org.glassfish.jersey.tests.e2e.json.JsonTestHelper; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"UnusedDeclaration", "RedundantIfStatement"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TwoListsWrapperBean.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TwoListsWrapperBean.java index 99b76f0ab3..4dcb8c1d3f 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TwoListsWrapperBean.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/TwoListsWrapperBean.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings("RedundantIfStatement") @XmlRootElement(name = "item2") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/User.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/User.java index 94f0649904..12fef69321 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/User.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/User.java @@ -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 @@ -22,7 +22,7 @@ import javax.xml.bind.annotation.XmlTransient; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @SuppressWarnings({"StringEquality", "RedundantIfStatement", "UnusedDeclaration"}) @XmlRootElement diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/UserTable.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/UserTable.java index a37d11c0c3..57d492f066 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/UserTable.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/UserTable.java @@ -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 @@ -38,7 +38,7 @@ * (field initializer) and assign the value to the list that should contain predefined values manually (in this case the value * object is represented by {@code #DEFAULT_HEADERS}). * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @SuppressWarnings("UnusedDeclaration") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimal.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimal.java index e8bd11a93d..03d988e14d 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimal.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimal.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.e2e.json.entity.pojo; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ // Jackson 1 diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimalList.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimalList.java index 1f082f484c..8bfabb2c77 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimalList.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoAnimalList.java @@ -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 @@ -20,7 +20,7 @@ import java.util.List; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @SuppressWarnings("RedundantIfStatement") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoCat.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoCat.java index 91c1ec4cc2..0600be9e8f 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoCat.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoCat.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.e2e.json.entity.pojo; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @SuppressWarnings("UnusedDeclaration") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoDog.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoDog.java index a4c4d59036..2b4ef48ba3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoDog.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/entity/pojo/PojoDog.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.e2e.json.entity.pojo; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @SuppressWarnings("UnusedDeclaration") diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterCloseTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterCloseTest.java index 47cf3d5dd2..3edcf338e1 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterCloseTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterCloseTest.java @@ -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 @@ -51,7 +51,7 @@ * * Proves, that broadcaster attempts to send the messages remaining in the buffer after it receives the close signal. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class BroadcasterCloseTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterExecutorTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterExecutorTest.java index f272bf9429..9d1249c5ed 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterExecutorTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterExecutorTest.java @@ -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 @@ -50,7 +50,7 @@ /** * Managed executor service injection and propagation into broadcaster test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class BroadcasterExecutorTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java index fc44b0181c..0fc1d28956 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java @@ -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 @@ -43,7 +43,7 @@ /** * JAX-RS {@link javax.ws.rs.sse.SseBroadcaster} test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class BroadcasterTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventOutputTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventOutputTest.java index 0f09d26d2c..6f43bda1a7 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventOutputTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/EventOutputTest.java @@ -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 @@ -56,8 +56,8 @@ /** * Event output tests. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class EventOutputTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseCustomEventImplTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseCustomEventImplTest.java index ec58d06bb7..61abaa5e04 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseCustomEventImplTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseCustomEventImplTest.java @@ -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 @@ -51,7 +51,7 @@ * Test that {@link org.glassfish.jersey.media.sse.OutboundEventWriter} works with custom * {@link javax.ws.rs.sse.OutboundSseEvent} implementation. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class SseCustomEventImplTest extends JerseyTest { diff --git a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseEventSinkToEventSourceTest.java b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseEventSinkToEventSourceTest.java index 4bc9af3a99..53a9f45ae3 100644 --- a/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseEventSinkToEventSourceTest.java +++ b/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/SseEventSinkToEventSourceTest.java @@ -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 @@ -51,7 +51,7 @@ /** * JAX-RS {@link SseEventSource} and {@link SseEventSink} test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class SseEventSinkToEventSourceTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java index 3520675a8d..60b1902836 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AbstractDisableMetainfServicesLookupTest.java @@ -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 @@ -55,7 +55,7 @@ * This is base for tests testing enabling/disabling configuration property * {@link org.glassfish.jersey.server.ServerProperties#METAINF_SERVICES_LOOKUP_DISABLE}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public abstract class AbstractDisableMetainfServicesLookupTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java index beaff514b8..03d840ebd2 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/AsyncResponseTest.java @@ -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 @@ -54,7 +54,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class AsyncResponseTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java index 29aec1312f..5a35dd4050 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ChunkedInputOutputTest.java @@ -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 @@ -49,8 +49,8 @@ /** * Chunked input/output tests. * - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Pavel Bucek + * @author Marek Potociar */ public class ChunkedInputOutputTest extends JerseyTest { private static final Logger LOGGER = Logger.getLogger(ChunkedInputOutputTest.class.getName()); diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ClientResponseOnServerTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ClientResponseOnServerTest.java index 26428760e7..e3b2f2bcfb 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ClientResponseOnServerTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ClientResponseOnServerTest.java @@ -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 @@ -34,7 +34,7 @@ /** * Test for support of client-side response in the server-side resource implementation. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ClientResponseOnServerTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CompletionStageTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CompletionStageTest.java index c1ce7403a5..22f6f893d2 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CompletionStageTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CompletionStageTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.junit.Assert.assertThat; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CompletionStageTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContainerListenerRegistrationAsProvidersTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContainerListenerRegistrationAsProvidersTest.java index bc46bee10f..6543ed4b17 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContainerListenerRegistrationAsProvidersTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ContainerListenerRegistrationAsProvidersTest.java @@ -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 @@ -30,7 +30,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ContainerListenerRegistrationAsProvidersTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesApplicationTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesApplicationTest.java index 494bff60d5..a9f1a9e2b1 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesApplicationTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesApplicationTest.java @@ -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 @@ -56,7 +56,7 @@ import static org.junit.Assert.assertNotSame; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CustomInjectablesApplicationTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesResourceConfigTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesResourceConfigTest.java index 836fb4df0b..01acb853a1 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesResourceConfigTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomInjectablesResourceConfigTest.java @@ -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 @@ -39,7 +39,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CustomInjectablesResourceConfigTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedSlashInPathSegmentTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedSlashInPathSegmentTest.java index 1d828f8879..79d7ad73a8 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedSlashInPathSegmentTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/EncodedSlashInPathSegmentTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test for JERSEY-1167. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EncodedSlashInPathSegmentTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java index 6d33ae7f37..8f1c138831 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionLoggingTest.java @@ -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 @@ -43,7 +43,7 @@ /** * Make sure exceptions, that are not mapped to responses get logged. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ExceptionLoggingTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPriorityTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPriorityTest.java index cf2523497d..1142e12a15 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPriorityTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ExceptionMapperPriorityTest.java @@ -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 @@ -33,7 +33,7 @@ import static org.junit.Assert.assertThat; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ExceptionMapperPriorityTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GloballyNameBoundResourceFilterTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GloballyNameBoundResourceFilterTest.java index da48b79c54..3c9076bb31 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GloballyNameBoundResourceFilterTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/GloballyNameBoundResourceFilterTest.java @@ -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 @@ -44,7 +44,7 @@ /** * JAX-RS global name-bound filter tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @see ResourceFilterTest */ public class GloballyNameBoundResourceFilterTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InitializationLoggingTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InitializationLoggingTest.java index 022ad212b6..aba53738b5 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InitializationLoggingTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InitializationLoggingTest.java @@ -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 @@ -33,7 +33,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class InitializationLoggingTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionTest.java index da8465027c..5c38427d0b 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InjectionTest.java @@ -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 @@ -45,7 +45,7 @@ /** * Injection E2E tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class InjectionTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InputStreamResponseTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InputStreamResponseTest.java index feef6b4785..593eba14e1 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InputStreamResponseTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InputStreamResponseTest.java @@ -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 @@ -35,7 +35,7 @@ * This is to make sure you can just pass an input stream to Jersey, * where entity body data would be read from. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InputStreamResponseTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorHttpHeadersInjectionTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorHttpHeadersInjectionTest.java index 12be8fcecc..248c44ca6d 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorHttpHeadersInjectionTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorHttpHeadersInjectionTest.java @@ -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 @@ -42,7 +42,7 @@ /** * Test for JERSEY-1545. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InterceptorHttpHeadersInjectionTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorNameAndDynamicBindingTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorNameAndDynamicBindingTest.java index d9942c7a30..88aee31ee9 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorNameAndDynamicBindingTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/InterceptorNameAndDynamicBindingTest.java @@ -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 @@ -51,7 +51,7 @@ /** * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InterceptorNameAndDynamicBindingTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ManagedClientExecutorTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ManagedClientExecutorTest.java index b0432277d7..822cb0822a 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ManagedClientExecutorTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ManagedClientExecutorTest.java @@ -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 @@ -59,7 +59,7 @@ /** * Test, that managed client uses the custom executor service. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class ManagedClientExecutorTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MessageBodyProvidersExceptionsTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MessageBodyProvidersExceptionsTest.java index 503615166f..799337d8cd 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MessageBodyProvidersExceptionsTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MessageBodyProvidersExceptionsTest.java @@ -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 @@ -45,7 +45,7 @@ * - InternalServerErrorException for MBW (JSR339, chapter 4.2.2, step 7) * - NotSupportedException for MBR (JSR339, chapter 4.2.1, step 6) * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MessageBodyProvidersExceptionsTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupDisabledTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupDisabledTest.java index 44c514a2ad..989d872096 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupDisabledTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupDisabledTest.java @@ -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 @@ -26,7 +26,7 @@ /** * Property {@link ServerProperties#METAINF_SERVICES_LOOKUP_DISABLE} IS set. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MetainfServicesLookupDisabledTest extends AbstractDisableMetainfServicesLookupTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupEnabledTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupEnabledTest.java index a558f113f2..2e30267db0 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupEnabledTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/MetainfServicesLookupEnabledTest.java @@ -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 @@ -21,7 +21,7 @@ /** * Property {@link org.glassfish.jersey.server.ServerProperties#METAINF_SERVICES_LOOKUP_DISABLE} is NOT set. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MetainfServicesLookupEnabledTest extends AbstractDisableMetainfServicesLookupTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterPriorityTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterPriorityTest.java index 0105506f65..6a4991711a 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterPriorityTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ParamConverterPriorityTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.hamcrest.Matchers.typeCompatibleWith; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ParamConverterPriorityTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ReloadTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ReloadTest.java index c8d4f6fe92..98bf87248e 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ReloadTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ReloadTest.java @@ -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 @@ -40,7 +40,7 @@ * mvn -Dtest=ReloadTest -Djersey.config.test.container.factory=org.glassfish.jersey.test.simple.SimpleTestContainerFactory clean test * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ReloadTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RequestScopedAndAsyncTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RequestScopedAndAsyncTest.java index 30e4372941..09a312bcec 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RequestScopedAndAsyncTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/RequestScopedAndAsyncTest.java @@ -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 @@ -46,7 +46,7 @@ /** * JERSEY-2677 reproducer - test, that {@code Factory.dispose()} is correctly called for both sync and async cases. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class RequestScopedAndAsyncTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceFilterTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceFilterTest.java index 7cb4a45697..26156cb133 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceFilterTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ResourceFilterTest.java @@ -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 @@ -56,7 +56,7 @@ * JAX-RS name-bound filter tests. * * @author Martin Matula - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav.Fuksa * @see GloballyNameBoundResourceFilterTest */ diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ServerDestroyTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ServerDestroyTest.java index f2a76de509..511ac31d68 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ServerDestroyTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/ServerDestroyTest.java @@ -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 @@ -58,7 +58,7 @@ /** * Assert that pre destroy method on application, resources and providers is invoked. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public class ServerDestroyTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubResourceTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubResourceTest.java index 5ce48306ee..f9ece42e02 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubResourceTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubResourceTest.java @@ -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 @@ -39,7 +39,7 @@ /** * Sub-resource access/processing E2E tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public class SubResourceTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubjectSecurityContextTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubjectSecurityContextTest.java index 6d2d583b6a..b96f53a303 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubjectSecurityContextTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/SubjectSecurityContextTest.java @@ -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 @@ -45,7 +45,7 @@ * via {@link SubjectSecurityContext#doAsSubject(java.security.PrivilegedAction)} method. * * @author Martin Matula - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SubjectSecurityContextTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ApplicationInfoTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ApplicationInfoTest.java index 456b950882..da6f40910a 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ApplicationInfoTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/ApplicationInfoTest.java @@ -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 @@ -51,7 +51,7 @@ * and it also implements {@link ForcedAutoDiscoverable} and tests if it is possible to inject * {@link ApplicationInfo} in different circumstances. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class ApplicationInfoTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MonitoringStatisticsLocatorTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MonitoringStatisticsLocatorTest.java index 2a4dc662e3..877dc57c9a 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MonitoringStatisticsLocatorTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/monitoring/MonitoringStatisticsLocatorTest.java @@ -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 @@ -50,7 +50,7 @@ * {@link ResourceMethodStatistics}. * * @author Miroslav Fuksa - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MonitoringStatisticsLocatorTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/PropertyValidationTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/PropertyValidationTest.java index 101ff5a84b..e9d7c09163 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/PropertyValidationTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/PropertyValidationTest.java @@ -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 @@ -40,7 +40,7 @@ * Test various combinations of enabling/disabling: auto-discovery, bean validation, validation feature. * * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class PropertyValidationTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java index d2df87e9fe..8486a72712 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlBeanParamTest.java @@ -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 @@ -73,7 +73,7 @@ * are aggregated in the class that is used as a bean param * * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class WadlBeanParamTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java index 085c20c651..0aa59caec4 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlEmptyMediaTypeTest.java @@ -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 @@ -43,7 +43,7 @@ /** * Tests, that Jersey returns wildcard mediaType in case no response representation was specified. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class WadlEmptyMediaTypeTest extends JerseyTest { diff --git a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java index be2115cb33..a2a739c95e 100644 --- a/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java +++ b/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/wadl/WadlResourceTest.java @@ -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 @@ -126,8 +126,8 @@ * @author Marc Hadley * @author Miroslav Fuksa * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Libor Kramolis + * @author Marek Potociar */ @RunWith(Suite.class) @Suite.SuiteClasses({ diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AbortingFilterTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AbortingFilterTest.java index f91c24e248..0cffe140fe 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AbortingFilterTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AbortingFilterTest.java @@ -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 @@ -53,7 +53,7 @@ *

    * This cannot be "fixed" in Jersey. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class AbortingFilterTest extends JerseyTest { private static Logger logger = Logger.getLogger(AbortingFilterTest.class.getName()); diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AnnotationInheritanceTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AnnotationInheritanceTest.java index 82bb86fb8b..9f463481d8 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AnnotationInheritanceTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/AnnotationInheritanceTest.java @@ -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 @@ -33,7 +33,7 @@ * * The annotations on a super-class should take precedence over annotations on an interface. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class AnnotationInheritanceTest extends JerseyTest { @Override diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConstructorSelectionTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConstructorSelectionTest.java index eac4d1d979..51bfaa2da6 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConstructorSelectionTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ConstructorSelectionTest.java @@ -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 @@ -49,7 +49,7 @@ /** * Test to verify the proper constructor is selected. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ConstructorSelectionTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ExceptionTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ExceptionTest.java index 2908b8f028..fd53e8577d 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ExceptionTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ExceptionTest.java @@ -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 @@ -67,7 +67,7 @@ * proper exception throwing etc. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ExceptionTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderAsyncTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderAsyncTest.java index b53f9993e6..e8f71e9426 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderAsyncTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderAsyncTest.java @@ -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 @@ -54,7 +54,7 @@ /** * Test if the location relativer URI is correctly resolved within asynchronous processing cases. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RunWith(ConcurrentRunner.class) public class LocationHeaderAsyncTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderBasicTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderBasicTest.java index 767e2e0139..338baefce5 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderBasicTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderBasicTest.java @@ -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 @@ -51,7 +51,7 @@ /** * Test if the location relative URI is correctly resolved within basic cases. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RunWith(ConcurrentRunner.class) public class LocationHeaderBasicTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java index d6975ac88b..8ee7f1fede 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java @@ -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 @@ -59,7 +59,7 @@ * Test if the location response header relative URI is correctly resolved within complex cases with interceptors, filters, * exception mappers, etc. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class LocationHeaderFiltersTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithAbsolutizationDisabledTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithAbsolutizationDisabledTest.java index 5fd809b64e..93ef150e2d 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithAbsolutizationDisabledTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithAbsolutizationDisabledTest.java @@ -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 @@ -39,7 +39,7 @@ * Test if the location response header is left intact in case the * {@link ServerProperties#LOCATION_HEADER_RELATIVE_URI_RESOLUTION_DISABLED} property is set to {@code true}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class LocationHeaderWithAbsolutizationDisabledTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithIncompatibleFlagTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithIncompatibleFlagTest.java index 89b6e5c95f..1e18d54469 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithIncompatibleFlagTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderWithIncompatibleFlagTest.java @@ -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 @@ -40,7 +40,7 @@ * {@link ServerProperties#LOCATION_HEADER_RELATIVE_URI_RESOLUTION_RFC7231} property is set to {@code true} and * {@link ServerProperties#LOCATION_HEADER_RELATIVE_URI_RESOLUTION_DISABLED} to {@code false} * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class LocationHeaderWithIncompatibleFlagTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MediaTypeProviderTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MediaTypeProviderTest.java index 99147b2e65..782fe8e1d2 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MediaTypeProviderTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MediaTypeProviderTest.java @@ -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 @@ -31,7 +31,7 @@ * Media type provider tests. * * @author Mark Hadley - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MediaTypeProviderTest { @Test diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java index c9f051f778..a3f75e5657 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/MessageBodyWriterTest.java @@ -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 @@ -53,7 +53,7 @@ * Various MessageBodyWriter tests. * * @author Michal Gajdos - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class MessageBodyWriterTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/OptionsTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/OptionsTest.java index dcc1a01b90..0cca39d0fd 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/OptionsTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/OptionsTest.java @@ -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 @@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class OptionsTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResourceContextTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResourceContextTest.java index 2d2acdcc5e..2ed454196d 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResourceContextTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResourceContextTest.java @@ -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 @@ -40,7 +40,7 @@ * * @author Martin Grotzke * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar * @author Miroslav Fuksa */ public class ResourceContextTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseE2ETest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseE2ETest.java index b206551609..d993c23587 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseE2ETest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseE2ETest.java @@ -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 @@ -50,7 +50,7 @@ /** * Response E2E tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ResponseE2ETest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseIntegrationTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseIntegrationTest.java index dc63ab4b55..9703c96613 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseIntegrationTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseIntegrationTest.java @@ -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 @@ -34,7 +34,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ResponseIntegrationTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java index 7c5cfa45b3..2471f59271 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/ResponseTest.java @@ -42,7 +42,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ResponseTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java index 79edd3f236..14bb29939f 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/UnsafeCharsInUriTest.java @@ -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 @@ -41,7 +41,7 @@ /** * Test if URI can contain unsafe characters in the query parameter, e.g. for sending JSON * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class UnsafeCharsInUriTest extends JerseyTest { @Override diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java index b6c0f74ddf..e283a01ca3 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/VariantsTest.java @@ -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 @@ -42,7 +42,7 @@ * Server-side variant selection & handling test. * * @author Paul Sandoz - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class VariantsTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ClientTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ClientTest.java index 9fedb4d1cb..9b13afe3b3 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ClientTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ClientTest.java @@ -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 @@ -45,7 +45,7 @@ import static org.junit.Assert.fail; /** - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ClientTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ExecutorServiceProviderTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ExecutorServiceProviderTest.java index e2dbe0332e..654bce4af2 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ExecutorServiceProviderTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/ExecutorServiceProviderTest.java @@ -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 @@ -62,7 +62,7 @@ /** * {@link org.glassfish.jersey.spi.ExecutorServiceProvider} E2E tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ExecutorServiceProviderTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java index 3f6e0a497f..e157590185 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/HugeEntityTest.java @@ -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 @@ -53,7 +53,7 @@ /** * Test to make sure huge entity gets chunk-encoded. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class HugeEntityTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentLengthTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentLengthTest.java index 6e8785f3e7..a9ae6c44c5 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentLengthTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ContentLengthTest.java @@ -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 @@ -41,7 +41,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ContentLengthTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWriterObjectDistanceTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWriterObjectDistanceTest.java index 4a792e0177..6ff32ac636 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWriterObjectDistanceTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/MessageBodyWriterObjectDistanceTest.java @@ -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 @@ -41,7 +41,7 @@ * Object.class needs special handling when computing type distance - it should be always further than any other * implemented interface. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @SuppressWarnings("WeakerAccess") public class MessageBodyWriterObjectDistanceTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NonPublicNonStaticTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NonPublicNonStaticTest.java index f28905c30d..f14804864f 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NonPublicNonStaticTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/NonPublicNonStaticTest.java @@ -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 @@ -51,7 +51,7 @@ * or on first request). * * @author Paul Sandoz - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RunWith(Suite.class) @Suite.SuiteClasses({NonPublicNonStaticTest.NonStaticResourceTest.class, diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersLegacyOrderingTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersLegacyOrderingTest.java index 012dc880c7..7829146afc 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersLegacyOrderingTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersLegacyOrderingTest.java @@ -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 @@ -47,7 +47,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ProvidersLegacyOrderingTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java index 0d5b748386..18bab2a07b 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ProvidersOrderingTest.java @@ -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 @@ -55,7 +55,7 @@ import static org.junit.Assert.fail; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ProvidersOrderingTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ResponseLinksTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ResponseLinksTest.java index 941b3aa6df..a63d424882 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ResponseLinksTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/ResponseLinksTest.java @@ -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 @@ -39,7 +39,7 @@ import org.junit.Test; /** - * @author Libor Kamolis (libor.kramolis at oracle.com) + * @author Libor Kamolis */ public class ResponseLinksTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/UriComponentTest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/UriComponentTest.java index 5d44b60519..a1f5d5414e 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/UriComponentTest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/UriComponentTest.java @@ -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 @@ -33,7 +33,7 @@ import org.junit.Test; /** - * @author Libor Kamolis (libor.kramolis at oracle.com) + * @author Libor Kamolis */ public class UriComponentTest extends JerseyTest { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java index 17c8c67a12..e2243d49b5 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/container/Jersey2462Test.java @@ -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 @@ -50,7 +50,7 @@ /** * Reproducer tests for JERSEY-2462 on Grizzly, Jetty and Simple HTTP server. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @RunWith(Suite.class) @Suite.SuiteClasses({Jersey2462Test.GrizzlyContainerTest.class, @@ -62,7 +62,7 @@ public class Jersey2462Test { /** * Test resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("echo") public static class EchoResource { diff --git a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/sonar/SonarJerseyE2ETest.java b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/sonar/SonarJerseyE2ETest.java index a31248bcc9..832db1e225 100644 --- a/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/sonar/SonarJerseyE2ETest.java +++ b/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/sonar/SonarJerseyE2ETest.java @@ -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 @@ -23,7 +23,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SonarJerseyE2ETest { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/async/TestApplication.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/async/TestApplication.java index f23fa16d9c..b06cc8da49 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/async/TestApplication.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/async/TestApplication.java @@ -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 @@ -27,7 +27,7 @@ /** * Jersey application for JERSEY-2730. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @ApplicationPath("/") public class TestApplication extends ResourceConfig { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/TestExceptionResource.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/TestExceptionResource.java index c531760a26..b2f01122a3 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/TestExceptionResource.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/TestExceptionResource.java @@ -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 @@ -29,7 +29,7 @@ import org.glassfish.jersey.tests.integration.jersey2730.exception.UnmappedRuntimeException; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/exception") @Singleton diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedException.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedException.java index cc0ab0f09f..75a2a5deda 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedException.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedException.java @@ -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 @@ -20,7 +20,7 @@ * This exception will get mapped to a 432 response with the application exception mapper * implemented by {@link MappedExceptionMapper} class. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class MappedException extends Exception { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedExceptionMapper.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedExceptionMapper.java index 052dbc351a..a2dd4a2e4f 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedExceptionMapper.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/MappedExceptionMapper.java @@ -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 @@ -22,7 +22,7 @@ /** * An exception mapper to return 432 error response when a {@link MappedException} is thrown. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class MappedExceptionMapper implements ExceptionMapper { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedException.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedException.java index 751872c015..a2112044c5 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedException.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedException.java @@ -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 @@ -19,7 +19,7 @@ /** * An exception that will be propagated to the servlet container. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class UnmappedException extends Exception { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedRuntimeException.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedRuntimeException.java index d84dc6ae95..29b8704b6d 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedRuntimeException.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2730/exception/UnmappedRuntimeException.java @@ -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 @@ -19,7 +19,7 @@ /** * An exception that will be propagated to the servlet container. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class UnmappedRuntimeException extends RuntimeException { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestFilter.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestFilter.java index 9fd3cd9f22..6a6930bd60 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestFilter.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestFilter.java @@ -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 @@ -35,7 +35,7 @@ *

    * Reported as JERSEY-2812. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TestFilter implements Filter { diff --git a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestWaitResource.java b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestWaitResource.java index b45710798b..fa2c64eba2 100644 --- a/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestWaitResource.java +++ b/tests/integration/async-jersey-filter/src/main/java/org/glassfish/jersey/tests/integration/jersey2812/TestWaitResource.java @@ -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 @@ -39,7 +39,7 @@ /** * This resource provides a way to reproduce JERSEY-2818. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/async") @Produces("text/plain") diff --git a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/async/AbstractAsyncJerseyTest.java b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/async/AbstractAsyncJerseyTest.java index a2e1927402..7a780e7eb6 100644 --- a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/async/AbstractAsyncJerseyTest.java +++ b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/async/AbstractAsyncJerseyTest.java @@ -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 @@ -25,7 +25,7 @@ import org.glassfish.jersey.test.spi.TestContainerFactory; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class AbstractAsyncJerseyTest extends JerseyTest { diff --git a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2730/Jersey2730ITCase.java b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2730/Jersey2730ITCase.java index c3ca725919..7e9dbf447e 100644 --- a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2730/Jersey2730ITCase.java +++ b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2730/Jersey2730ITCase.java @@ -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 @@ -29,7 +29,7 @@ *

    * This test must not run in parallel. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class Jersey2730ITCase extends AbstractAsyncJerseyTest { diff --git a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2812/Jersey2812ITCase.java b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2812/Jersey2812ITCase.java index d86a8f42b0..663aefe630 100644 --- a/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2812/Jersey2812ITCase.java +++ b/tests/integration/async-jersey-filter/src/test/java/org/glassfish/jersey/tests/integration/jersey2812/Jersey2812ITCase.java @@ -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 @@ -44,7 +44,7 @@ *

    * This test must not run in parallel. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class Jersey2812ITCase extends AbstractAsyncJerseyTest { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiApplication.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiApplication.java index 6adcc12153..5956ab2572 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiApplication.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiApplication.java @@ -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 @@ -27,7 +27,7 @@ * JAX-RS application to configure resources. * This one is configured as a CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/cdi") @ApplicationScoped diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiFieldInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiFieldInjectedResource.java index 31d05cf03c..f355e8c715 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiFieldInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiFieldInjectedResource.java @@ -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 @@ -29,7 +29,7 @@ /** * This CDI backed resource should get validated and validation result field injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/field") @RequestScoped diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiOldFashionedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiOldFashionedResource.java index b7a58032ae..c27e9bcb0c 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiOldFashionedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiOldFashionedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * This CDI backed resource should get validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("old/fashioned") @RequestScoped diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiParamInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiParamInjectedResource.java index 18f74c7df4..0c014e1910 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiParamInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiParamInjectedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * This CDI backed resource should get validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/param") @RequestScoped diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiPropertyInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiPropertyInjectedResource.java index 2af8a87a78..39664eac91 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiPropertyInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiPropertyInjectedResource.java @@ -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 @@ -30,7 +30,7 @@ /** * This CDI backed resource should get validated and validation result property injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/property") @RequestScoped diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationInterceptor.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationInterceptor.java index d3f9d9db51..ff5c1c24b1 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationInterceptor.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationInterceptor.java @@ -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 @@ -32,7 +32,7 @@ /** * CDI backed interceptor to handle validation issues. * - * @author Jaku Podlesak (jakub.podlesak at oracle.com) + * @author Jaku Podlesak */ @ApplicationScoped public class CdiValidationInterceptor implements ValidationInterceptor { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationResult.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationResult.java index 0bed3ff2c8..1cabb79c35 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationResult.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/CdiValidationResult.java @@ -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 @@ -25,7 +25,7 @@ /** * CDI implementation of validation result. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class CdiValidationResult implements ValidationResult { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java index e6efb114b1..3d1c29d624 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2Application.java @@ -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 @@ -28,7 +28,7 @@ * JAX-RS application to configure resources. * This one will get fully managed by HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/hk2") @Vetoed diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2FieldInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2FieldInjectedResource.java index 3d3b85063b..8d411939b2 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2FieldInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2FieldInjectedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * This one should get validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/field") @Vetoed diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2OldFashionedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2OldFashionedResource.java index a1c8596bc6..cad09b239f 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2OldFashionedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2OldFashionedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * This HK2 managed resource should get validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("old/fashioned") @Vetoed diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2ParamInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2ParamInjectedResource.java index ee9a6fb584..7728903d28 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2ParamInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2ParamInjectedResource.java @@ -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 @@ -27,7 +27,7 @@ * This HK2 managed resource should get validated and validation * result injected via resource method parameter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/param") @Vetoed diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2PropertyInjectedResource.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2PropertyInjectedResource.java index ba02b09043..44ce591c7e 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2PropertyInjectedResource.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/Hk2PropertyInjectedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * This one should get validated. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("validated/property") @Vetoed diff --git a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/NonJaxRsValidatedBean.java b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/NonJaxRsValidatedBean.java index 110aca37f5..9c26a84dcc 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/NonJaxRsValidatedBean.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/main/java/org/glassfish/jersey/tests/cdi/bv/NonJaxRsValidatedBean.java @@ -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 @@ -25,7 +25,7 @@ * does not block the original validator from functioning * on raw CDI beans. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class NonJaxRsValidatedBean { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/BaseValidationTest.java b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/BaseValidationTest.java index f2eb3fb6f8..12a9681428 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/BaseValidationTest.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/BaseValidationTest.java @@ -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 @@ -34,7 +34,7 @@ * for the following scenarios: Grizzly based combined deployment with CDI enabled, * WAR based combined deployment with CDI enabled, Grizzly based deployment without CDI enabled. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class BaseValidationTest extends JerseyTest { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/CombinedTest.java b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/CombinedTest.java index 847b0ef26b..b1b2961e26 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/CombinedTest.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/CombinedTest.java @@ -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 @@ -48,7 +48,7 @@ * For Servlet based container testing, the other two tests, {@link RawCdiTest} and {@link RawHk2Test}, * do the same job, because the WAR application contains both Jersey apps already. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CombinedTest { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java index d0b996c8d4..8932fc8bbb 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawCdiTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Validation result test for CDI environment. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class RawCdiTest extends BaseValidationTest { diff --git a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java index f83ea6171d..43e551bc1e 100644 --- a/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java +++ b/tests/integration/cdi-beanvalidation-webapp/src/test/java/org/glassfish/jersey/tests/cdi/bv/RawHk2Test.java @@ -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 @@ -26,7 +26,7 @@ /** * Validation result test for raw HK2 environment. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class RawHk2Test extends BaseValidationTest { diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiAppScopedTimer.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiAppScopedTimer.java index 259e66995b..19dd3e53b9 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiAppScopedTimer.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiAppScopedTimer.java @@ -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 @@ -21,7 +21,7 @@ /** * Application scoped CDI bean to be injected into EJB resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped public class CdiAppScopedTimer extends BasicTimer { diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedResource.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedResource.java index a2e62047d8..cf152ebb28 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedResource.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedResource.java @@ -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 @@ -26,7 +26,7 @@ /** * Request scoped CDI bean injected with EJB timers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-scoped") diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedTimer.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedTimer.java index f48e1f431a..362f220bf7 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedTimer.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiRequestScopedTimer.java @@ -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 @@ -21,7 +21,7 @@ /** * Request scoped CDI timer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class CdiRequestScopedTimer extends BasicTimer { diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonResource.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonResource.java index b3472d9018..ffbd70e4a3 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonResource.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonResource.java @@ -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 @@ -24,7 +24,7 @@ /** * EJB singleton session bean injected with CDI timers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton @Path("singleton") diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonTimer.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonTimer.java index 3bec04df78..8077c5fd9d 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonTimer.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbSingletonTimer.java @@ -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 @@ -21,7 +21,7 @@ /** * EJB singleton timer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton public class EjbSingletonTimer extends BasicTimer { diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatefulResource.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatefulResource.java index 25fbc9fd85..c40bbcbc99 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatefulResource.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatefulResource.java @@ -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 @@ -24,7 +24,7 @@ /** * EJB backed JAX-RS resource injected with CDI service providers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateful @Path("stateful") diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessResource.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessResource.java index 71da1ce123..656b9455bc 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessResource.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessResource.java @@ -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 @@ -24,7 +24,7 @@ /** * EJB session bean injected with CDI service providers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("stateless") diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessTimer.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessTimer.java index 721aa18ddd..7ea94a1c16 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessTimer.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EjbStatelessTimer.java @@ -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 @@ -21,7 +21,7 @@ /** * EJB session timer bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless public class EjbStatelessTimer extends BasicTimer { diff --git a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index 69e395de4a..8dcb555ebc 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends Application { diff --git a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiIntoEjbTest.java b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiIntoEjbTest.java index d0e82262c5..d98c072a1b 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiIntoEjbTest.java +++ b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiIntoEjbTest.java @@ -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 @@ -25,7 +25,7 @@ /** * Test CDI timers injected into EJB beans. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiIntoEjbTest extends TestBase { diff --git a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EjbIntoCdiTest.java b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EjbIntoCdiTest.java index 231836c662..b27b0ce0b6 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EjbIntoCdiTest.java +++ b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EjbIntoCdiTest.java @@ -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 @@ -27,7 +27,7 @@ /** * Test EJB timers injected into CDI beans. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EjbIntoCdiTest extends TestBase { diff --git a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TestBase.java b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TestBase.java index d11189d8b4..670e4fc765 100644 --- a/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TestBase.java +++ b/tests/integration/cdi-ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TestBase.java @@ -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 @@ -38,7 +38,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class TestBase extends JerseyTest { diff --git a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiEcho.java b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiEcho.java index 217a999c5e..c06d823c4c 100644 --- a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiEcho.java +++ b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiEcho.java @@ -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 @@ -19,7 +19,7 @@ /** * Raw CDI implementation of {@link Echo} service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiEcho implements Echo { diff --git a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Echo.java b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Echo.java index 0173d6c6a4..66db32d8d3 100644 --- a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Echo.java +++ b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Echo.java @@ -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 @@ -19,7 +19,7 @@ /** * Echo service interface. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface Echo { diff --git a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java index 5ca0c7ceb0..ae452a361b 100644 --- a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java +++ b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java @@ -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 @@ -24,7 +24,7 @@ /** * JAX-RS resource class backed by CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("echo") public class EchoResource { diff --git a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index a5506a8ef3..c4e65531ae 100644 --- a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends Application { diff --git a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EchoResourceTest.java b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EchoResourceTest.java index dfe58b0924..7791a8fb50 100644 --- a/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EchoResourceTest.java +++ b/tests/integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/EchoResourceTest.java @@ -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 @@ -39,7 +39,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EchoResourceTest extends JerseyTest { diff --git a/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedDependentBean.java b/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedDependentBean.java index 44eca4a7fd..5268a53859 100644 --- a/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedDependentBean.java +++ b/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedDependentBean.java @@ -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 @@ -28,7 +28,7 @@ * CDI managed bean, that gets JAX-RS injected. This bean is being consumed * by all web apps within an EAR packaged enterprise application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsInjectedDependentBean { diff --git a/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedRequestScopedBean.java b/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedRequestScopedBean.java index 5664ed8cd3..3397e89ce0 100644 --- a/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedRequestScopedBean.java +++ b/tests/integration/cdi-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/lib/JaxRsInjectedRequestScopedBean.java @@ -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 @@ -25,7 +25,7 @@ * CDI managed bean, that gets JAX-RS injected. This bean is being consumed * by all web apps within an EAR packaged enterprise application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class JaxRsInjectedRequestScopedBean { diff --git a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/AppScopedJaxRsResource.java b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/AppScopedJaxRsResource.java index 3a1a69c28f..01d014ff38 100644 --- a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/AppScopedJaxRsResource.java +++ b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/AppScopedJaxRsResource.java @@ -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 @@ -27,7 +27,7 @@ /** * JAX-RS resource backed by an application scoped CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("app-scoped") @ApplicationScoped diff --git a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsApp.java b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsApp.java index f8b64da42b..7e4795a47a 100644 --- a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsApp.java +++ b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsApp.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application resource configuration. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/") public class JaxRsApp extends Application { diff --git a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/RequestScopedJaxRsResource.java b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/RequestScopedJaxRsResource.java index 5f0ff3ef76..4b9916b5fa 100644 --- a/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/RequestScopedJaxRsResource.java +++ b/tests/integration/cdi-multimodule/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/RequestScopedJaxRsResource.java @@ -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 @@ -27,7 +27,7 @@ /** * JAX-RS resource backed by a request scoped CDI bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("request-scoped") @RequestScoped diff --git a/tests/integration/cdi-multimodule/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsCdiIntegrationTest.java b/tests/integration/cdi-multimodule/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsCdiIntegrationTest.java index 62cf293f64..aa74ae490f 100644 --- a/tests/integration/cdi-multimodule/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsCdiIntegrationTest.java +++ b/tests/integration/cdi-multimodule/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web1/JaxRsCdiIntegrationTest.java @@ -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 @@ -34,7 +34,7 @@ /** * Test for CDI web application resources. The JAX-RS resources use CDI components from a library jar. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsCdiIntegrationTest extends JerseyTest { diff --git a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppOne.java b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppOne.java index 11d5cb3437..333f83e03d 100644 --- a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppOne.java +++ b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppOne.java @@ -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 @@ -25,7 +25,7 @@ /** * First JAX-RS application resource configuration. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("one") public class JaxRsAppOne extends Application { diff --git a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppTwo.java b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppTwo.java index 0dbe770645..676416a193 100644 --- a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppTwo.java +++ b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsAppTwo.java @@ -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 @@ -25,7 +25,7 @@ /** * Second JAX-RS application resource configuration. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("two") public class JaxRsAppTwo extends Application { diff --git a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedAppScopedJaxRsResource.java b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedAppScopedJaxRsResource.java index ba722b7699..392ab38e93 100644 --- a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedAppScopedJaxRsResource.java +++ b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedAppScopedJaxRsResource.java @@ -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 @@ -29,7 +29,7 @@ * This one is being shared between the two JAX-RS apps * {@link JaxRsAppOne} and {@link JaxRsAppTwo}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("app-scoped") @ApplicationScoped diff --git a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedRequestScopedJaxRsResource.java b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedRequestScopedJaxRsResource.java index 876ee7f301..4e5f686186 100644 --- a/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedRequestScopedJaxRsResource.java +++ b/tests/integration/cdi-multimodule/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/SharedRequestScopedJaxRsResource.java @@ -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 @@ -29,7 +29,7 @@ * This one is being shared between the two JAX-RS apps * {@link JaxRsAppOne} and {@link JaxRsAppTwo}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("request-scoped") @RequestScoped diff --git a/tests/integration/cdi-multimodule/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsCdiIntegrationTest.java b/tests/integration/cdi-multimodule/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsCdiIntegrationTest.java index 033f9533ce..b6c4f0c833 100644 --- a/tests/integration/cdi-multimodule/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsCdiIntegrationTest.java +++ b/tests/integration/cdi-multimodule/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/cdi/web2/JaxRsCdiIntegrationTest.java @@ -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 @@ -35,7 +35,7 @@ /** * Test for CDI web application resources. The JAX-RS resources use CDI components from a library jar. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsCdiIntegrationTest extends JerseyTest { diff --git a/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java b/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java index d64a26305e..c0331ba539 100644 --- a/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java +++ b/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoResource.java @@ -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 @@ -26,7 +26,7 @@ /** * GF-21033 reproducer. Just a resource using multi-part support. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/echo") @RequestScoped diff --git a/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index e730754287..22a752f928 100644 --- a/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-multipart-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -28,7 +28,7 @@ * GF-21033 reproducer. This is to make sure Jersey's multipart * feature could work in GF with CDI. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends Application { diff --git a/tests/integration/cdi-multipart-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MultipartFeatureTest.java b/tests/integration/cdi-multipart-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MultipartFeatureTest.java index 5fb1185693..c5c9250065 100644 --- a/tests/integration/cdi-multipart-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MultipartFeatureTest.java +++ b/tests/integration/cdi-multipart-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MultipartFeatureTest.java @@ -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 @@ -48,7 +48,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class MultipartFeatureTest extends JerseyTest { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ConstructorInjectedResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ConstructorInjectedResource.java index 736dfb962c..59dd46c013 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ConstructorInjectedResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ConstructorInjectedResource.java @@ -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 @@ -34,7 +34,7 @@ * and a single String parameter coming from application provided CDI producer, * {@link CustomCdiProducer}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("ctor-injected/{p}") @RequestScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CounterResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CounterResource.java index 8342a0c943..06239ff866 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CounterResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CounterResource.java @@ -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 @@ -25,7 +25,7 @@ * Part of JERSEY-2461 reproducer. This one will get injected with a CDI extension. * HK2 should not mess up with this. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("counter") diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomCdiProducer.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomCdiProducer.java index 9f00838c34..79edb6a89f 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomCdiProducer.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomCdiProducer.java @@ -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 @@ -27,7 +27,7 @@ * CDI producer to help us make sure HK2 do not mess up with * types backed by CDI producers. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomCdiProducer { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomExtension.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomExtension.java index 081bc512a0..7bf09f26e4 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomExtension.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CustomExtension.java @@ -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 @@ -23,7 +23,7 @@ * Part of JERSEY-2461 reproducer. We need an extension that we could inject, * to make sure HK2 custom binding does not attempt to mess up. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomExtension implements Extension { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java index 287d734939..1f0ceca85a 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java @@ -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 @@ -21,7 +21,7 @@ /** * Simple echo service to test injections using {@link Qualifier}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface EchoService { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FieldProducedBean.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FieldProducedBean.java index 2dbb6c4e63..db9b00b101 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FieldProducedBean.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FieldProducedBean.java @@ -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 @@ -22,7 +22,7 @@ * A bean that would be produced by a CDI producer field. * This is to make sure we do not mess up with CDI producers with HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Vetoed public class FieldProducedBean implements ValueHolder { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FirstNonJaxRsBeanInjectedResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FirstNonJaxRsBeanInjectedResource.java index 60b552ee63..50b08566a8 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FirstNonJaxRsBeanInjectedResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/FirstNonJaxRsBeanInjectedResource.java @@ -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 @@ -26,7 +26,7 @@ * that includes JAX-RS injection points. The very same bean * gets injected also to {@link FirstNonJaxRsBeanInjectedResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("non-jaxrs-bean-injected") @RequestScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentExceptionMapper.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentExceptionMapper.java index 390dc97b5f..e6d1ee6f41 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentExceptionMapper.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentExceptionMapper.java @@ -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 @@ -33,7 +33,7 @@ * JAX-RS exception mapper registered as a CDI managed bean. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @ManagedBean diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java index 2a36eff8f4..9626616f1c 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentPerRequestResource.java @@ -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 @@ -37,7 +37,7 @@ * Request scoped JAX-RS resource registered as a CDI managed bean. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/jcdibean/dependent/per-request") @ManagedBean diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentResource.java index 589de498da..7547cc5494 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentResource.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case for JERSEY-1747. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/jcdibean/dependent/timer") public class JCDIBeanDependentResource { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentSingletonResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentSingletonResource.java index 09ecf8152b..d7e9bb033d 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentSingletonResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanDependentSingletonResource.java @@ -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 @@ -37,7 +37,7 @@ * Application scoped JAX-RS resource registered as CDI managed bean. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/jcdibean/dependent/singleton/{p}") @ApplicationScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanPerRequestResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanPerRequestResource.java index 303e9ad6c0..38a605480c 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanPerRequestResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanPerRequestResource.java @@ -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 @@ -34,7 +34,7 @@ * Request scoped JAX-RS resource registered. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/jcdibean/per-request") @RequestScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanRequestScopedTimer.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanRequestScopedTimer.java index 019f5a52b3..9b8a21d0a2 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanRequestScopedTimer.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanRequestScopedTimer.java @@ -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 @@ -22,7 +22,7 @@ /** * Request scoped CDI bean to be injected into {@link JCDIBeanDependentResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped public class JCDIBeanRequestScopedTimer { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanSingletonResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanSingletonResource.java index a181f4f987..27cd7c4a48 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanSingletonResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/JCDIBeanSingletonResource.java @@ -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 @@ -38,7 +38,7 @@ * Application scoped JAX-RS resource. * * @author Paul Sandoz - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/jcdibean/singleton/{p}") @ApplicationScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java index 71d32e1687..aa38055041 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java @@ -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. * Copyright (c) 2019 Payara Foundation and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the @@ -36,7 +36,7 @@ /** * JAX-RS application to configure resources. * - * @author Jonathan Benoit (jonathan.benoit at oracle.com) + * @author Jonathan Benoit * @author Patrik Dudits */ @ApplicationPath("main") diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MethodProducedBean.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MethodProducedBean.java index 94f842fa00..1ad53e7718 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MethodProducedBean.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MethodProducedBean.java @@ -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 @@ -22,7 +22,7 @@ * A bean that would be produced by a CDI producer method. * This is to make sure we do not mess up with CDI producers with HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Vetoed public class MethodProducedBean implements ValueHolder { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ProducerResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ProducerResource.java index 4588692cd9..9482e50175 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ProducerResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ProducerResource.java @@ -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 @@ -25,7 +25,7 @@ * This one will get injected with a CDI producer. * HK2 should not mess up with this. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("producer") diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReverseEcho.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReverseEcho.java index b3856557b0..b8bee4bfe4 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReverseEcho.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReverseEcho.java @@ -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 @@ -19,7 +19,7 @@ /** * Echo implementation to reverse given input. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Reversing public class ReverseEcho implements EchoService { diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Reversing.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Reversing.java index afe0ff5333..9ffe455abe 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Reversing.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Reversing.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for reversing echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReversingEchoResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReversingEchoResource.java index c1eef59ea1..cac4c3cfcc 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReversingEchoResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ReversingEchoResource.java @@ -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 @@ -27,7 +27,7 @@ * CDI backed JAX-RS resource to reverse input query parameter using * qualified injection to get a CDI backed service provider. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("reverse") diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondNonJaxRsBeanInjectedResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondNonJaxRsBeanInjectedResource.java index eb4650a91d..892307efe8 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondNonJaxRsBeanInjectedResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondNonJaxRsBeanInjectedResource.java @@ -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 @@ -26,7 +26,7 @@ * that includes JAX-RS injection points. The very same bean * gets injected also to {@link FirstNonJaxRsBeanInjectedResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("non-jaxrs-bean-injected") @RequestScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondaryApplication.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondaryApplication.java index fccc031a47..5b0d909ec7 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondaryApplication.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/SecondaryApplication.java @@ -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 @@ -35,7 +35,7 @@ * in CDI managed environment and JAX-RS injection keeps * functioning as expected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("secondary") @ApplicationScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Stuttering.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Stuttering.java index a1cc1a803e..90d5b5a776 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Stuttering.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Stuttering.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for stuttering echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEcho.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEcho.java index 0579f8cb59..448132e440 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEcho.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEcho.java @@ -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 @@ -30,7 +30,7 @@ * Echo implementation to stutter given input n-times. * The stutter factor could be set via JAX-RS interface. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stuttering @ApplicationScoped diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEchoResource.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEchoResource.java index c3d5a563b1..1a140ed41b 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEchoResource.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/StutteringEchoResource.java @@ -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 @@ -26,7 +26,7 @@ * CDI backed JAX-RS resource to stutter input query parameter. * Uses qualified injection to get a CDI backed service provider. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("stutter") diff --git a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ValueHolder.java b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ValueHolder.java index 11046fc421..05cee039c4 100644 --- a/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ValueHolder.java +++ b/tests/integration/cdi-test-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/ValueHolder.java @@ -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 @@ -20,7 +20,7 @@ * Helper type to check CDI producer mechanism is not broken * by automatic HK2/CDI bindings. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface ValueHolder { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java index a3137a933f..067e2af02e 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java @@ -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 @@ -33,7 +33,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CounterTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CounterTest.java index 62f4f5d671..0d7e76d445 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CounterTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CounterTest.java @@ -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 @@ -28,7 +28,7 @@ * Part of JERSEY-2641 reproducer. Accessing CDI bean that has custom CDI * extension injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CounterTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/JaxRsInjectedCdiBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/JaxRsInjectedCdiBeanTest.java index 56cc87b18e..64630ee9e3 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/JaxRsInjectedCdiBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/JaxRsInjectedCdiBeanTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test that a raw CDI managed bean gets JAX-RS injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsInjectedCdiBeanTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/NonJaxRsBeanJaxRsInjectionTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/NonJaxRsBeanJaxRsInjectionTest.java index 2775ebfbad..a955785b3d 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/NonJaxRsBeanJaxRsInjectionTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/NonJaxRsBeanJaxRsInjectionTest.java @@ -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 @@ -49,7 +49,7 @@ * and {@link SecondJaxRsInjectedCdiBeanTest}, * do the same job, because the WAR application contains both Jersey apps already. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class NonJaxRsBeanJaxRsInjectionTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestBeanTest.java index 7042fdb660..973860b710 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestBeanTest.java @@ -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. * Copyright (c) 2019 Payara Foundation and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the @@ -35,7 +35,7 @@ /** * Test for the request scoped resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Patrik Dudits */ @RunWith(Parameterized.class) diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestDependentBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestDependentBeanTest.java index dd2e879a6b..458e548144 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestDependentBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/PerRequestDependentBeanTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for the request scoped managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class PerRequestDependentBeanTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ProducerTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ProducerTest.java index 1ecf8cd624..418067b25c 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ProducerTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ProducerTest.java @@ -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 @@ -26,7 +26,7 @@ /** * Check that automatic HK2 bindings do not break CDI producer mechanism. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ProducerTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/QualifiedInjectionSetGetTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/QualifiedInjectionSetGetTest.java index 9a01764bab..a928b914e4 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/QualifiedInjectionSetGetTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/QualifiedInjectionSetGetTest.java @@ -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 @@ -28,7 +28,7 @@ * Test CDI bean injected using a {@link Qualifier} * is setup via JAX-RS interface first. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class QualifiedInjectionSetGetTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ReverseEchoTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ReverseEchoTest.java index 0c3c5caceb..d7ce046100 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ReverseEchoTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ReverseEchoTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for qualified injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ReverseEchoTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SecondJaxRsInjectedCdiBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SecondJaxRsInjectedCdiBeanTest.java index a273de406a..5b86192b80 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SecondJaxRsInjectedCdiBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SecondJaxRsInjectedCdiBeanTest.java @@ -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 @@ -35,7 +35,7 @@ /** * Test that a raw CDI managed bean gets JAX-RS injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SecondJaxRsInjectedCdiBeanTest extends JerseyTest { Weld weld; diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonBeanTest.java index 0b35e3050c..1dcf301f5a 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonBeanTest.java @@ -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 @@ -33,7 +33,7 @@ /** * Test for the application scoped resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class SingletonBeanTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonDependentBeanTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonDependentBeanTest.java index 5a21ae82d5..056c3c5268 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonDependentBeanTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/SingletonDependentBeanTest.java @@ -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 @@ -33,7 +33,7 @@ /** * Test for the application scoped managed bean resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class SingletonDependentBeanTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/StutterEchoTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/StutterEchoTest.java index bc0dc2704e..b8655a6133 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/StutterEchoTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/StutterEchoTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for qualified injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class StutterEchoTest extends CdiTest { diff --git a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TimerTest.java b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TimerTest.java index ba4ba33051..94eee9f928 100644 --- a/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TimerTest.java +++ b/tests/integration/cdi-test-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/TimerTest.java @@ -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 @@ -29,7 +29,7 @@ /** * Reproducer for JERSEY-1747. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class TimerTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java index 16f3efb1ad..ef402132bb 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java @@ -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 @@ -22,7 +22,7 @@ /** * Application specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @AppSpecific @ApplicationScoped diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java index f153c02861..62a932d76b 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, application scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java index 8999f6af3a..dda6c10cf6 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, application scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java index 000fc6d810..6e156cd389 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for application specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java index 8745b22176..2ba1f04b77 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java @@ -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 @@ -21,7 +21,7 @@ /** * Simple echo service to test injections using {@link Qualifier}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Hk2InjectedType.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Hk2InjectedType.java index d7d73ed4d7..67b79dd93f 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Hk2InjectedType.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/Hk2InjectedType.java @@ -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 @@ -19,7 +19,7 @@ /** * CDI compliant bean. Injection will be delegated to HK2 anyway. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Hk2InjectedType { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index a5fc240419..93291605c9 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends ResourceConfig { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java index 365e41b91e..379a8d8485 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java @@ -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 @@ -25,7 +25,7 @@ /** * Tell Jersey CDI extension what types should be bridged from HK2 to CDI. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MyHk2TypesProvider implements Hk2CustomBoundTypesProvider { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java index e0c26bc310..b95c136475 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java @@ -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 @@ -19,7 +19,7 @@ /** * Request specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestSpecific public class RequestEcho implements EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java index 881895d1af..2356b4abea 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, request scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java index a24f88fdb3..f87610f918 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, request scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java index 05f048d4b7..037f5a55e9 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for request specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java index bafe964677..a3763ffabf 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java @@ -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 @@ -31,7 +31,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-with-jersey-injection-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java index 0b58f6d65d..e050cff430 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test custom HK2 injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class CustomInjectionTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java index 5675349e94..6319cad201 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test for exception mapper injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ExceptionMappersTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java index 25aed86c9e..c8de729902 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for monitoring statistics injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class MonitoringTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java index a31befaf66..93370c55b3 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test injection of request depending instances works as expected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class RequestSensitiveTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java index 16f3efb1ad..ef402132bb 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java @@ -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 @@ -22,7 +22,7 @@ /** * Application specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @AppSpecific @ApplicationScoped diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java index a50a688296..1e0a529c10 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, application scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java index 8c16474b9a..06f5160bb4 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, application scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java index 000fc6d810..6e156cd389 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for application specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiInjectedType.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiInjectedType.java index 84b1fc2366..2f02cd6ea1 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiInjectedType.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/CdiInjectedType.java @@ -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 @@ -19,7 +19,7 @@ /** * CDI compliant bean. Injection will be done by CDI in this application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiInjectedType { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java index 8745b22176..2ba1f04b77 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java @@ -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 @@ -21,7 +21,7 @@ /** * Simple echo service to test injections using {@link Qualifier}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index 829f43ad89..fafc0db7c3 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends ResourceConfig { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java index e0c26bc310..b95c136475 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java @@ -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 @@ -19,7 +19,7 @@ /** * Request specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestSpecific public class RequestEcho implements EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java index 0080e0de94..37f1758900 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, request scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java index eecf01e6de..73639774fa 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, request scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java index 05f048d4b7..037f5a55e9 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for request specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java index 89cf2387c6..2399a21cb1 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java @@ -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 @@ -31,7 +31,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-with-jersey-injection-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java index 6498726d57..ccdd99362e 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test custom HK2 injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class CustomInjectionTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java index e87369f345..00001e026e 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test for exception mapper injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ExceptionMappersTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java index 25aed86c9e..c8de729902 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for monitoring statistics injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class MonitoringTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java index a31befaf66..93370c55b3 100644 --- a/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java +++ b/tests/integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test injection of request depending instances works as expected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class RequestSensitiveTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java index 16f3efb1ad..ef402132bb 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppEcho.java @@ -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 @@ -22,7 +22,7 @@ /** * Application specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @AppSpecific @ApplicationScoped diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java index 2bffeea517..442ee42e16 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, application scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java index 4c196d3440..76a49a7048 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, application scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationScoped @Path("app-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java index 000fc6d810..6e156cd389 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for application specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java index 8745b22176..2ba1f04b77 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/EchoService.java @@ -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 @@ -21,7 +21,7 @@ /** * Simple echo service to test injections using {@link Qualifier}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java index 027c9078cb..238edb2244 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class MyApplication extends ResourceConfig { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java index 362adf3b9d..91314127e5 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/MyHk2TypesProvider.java @@ -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 @@ -25,7 +25,7 @@ /** * Tell Jersey CDI extension what types should be bridged from HK2 to CDI. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class MyHk2TypesProvider implements Hk2CustomBoundTypesProvider { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java index e0c26bc310..b95c136475 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestEcho.java @@ -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 @@ -19,7 +19,7 @@ /** * Request specific echo implementation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestSpecific public class RequestEcho implements EchoService { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java index 250c0d86c6..76ab79226e 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java @@ -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 @@ -32,7 +32,7 @@ * CDI backed, request scoped, JAX-RS resource to be injected * via it's constructor from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-ctor-injected") diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java index e76260163f..9b207281a2 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * CDI backed, request scoped, JAX-RS resource. * It's fields are injected from both CDI and Jersey HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("request-field-injected") diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java index 05f048d4b7..037f5a55e9 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestSpecific.java @@ -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 @@ -24,7 +24,7 @@ /** * Qualifier for request specific echo service. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Documented @Retention(RetentionPolicy.RUNTIME) diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java index 1273dd1b60..45bc0688b7 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java @@ -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 @@ -31,7 +31,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-with-jersey-injection-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java index 4878426ef7..ffc79adb61 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/CustomInjectionTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test custom HK2 injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class CustomInjectionTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java index 4020db387f..0dc333df1b 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/ExceptionMappersTest.java @@ -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 @@ -31,7 +31,7 @@ /** * Test for exception mapper injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class ExceptionMappersTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java index f364be26d3..ff7de3978d 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/MonitoringTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for monitoring statistics injection. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class MonitoringTest extends CdiTest { diff --git a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java index ff41909515..930eb37583 100644 --- a/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java +++ b/tests/integration/cdi-with-jersey-injection-webapp/src/test/java/org/glassfish/jersey/tests/cdi/resources/RequestSensitiveTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test injection of request depending instances works as expected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(Parameterized.class) public class RequestSensitiveTest extends CdiTest { diff --git a/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProvider.java b/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProvider.java index 5a4e70b68c..969e24c792 100644 --- a/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProvider.java +++ b/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProvider.java @@ -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 @@ -26,7 +26,7 @@ import org.glassfish.jersey.client.spi.Connector; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public final class CustomConnectorProvider extends HttpUrlConnectorProvider { diff --git a/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/TestResource.java b/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/TestResource.java index f941b89001..a0a7875e74 100644 --- a/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/TestResource.java +++ b/tests/integration/client-connector-provider/src/main/java/org/glassfish/jersey/tests/integration/client/connector/provider/TestResource.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Path; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("test") public class TestResource { diff --git a/tests/integration/client-connector-provider/src/test/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProviderTest.java b/tests/integration/client-connector-provider/src/test/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProviderTest.java index dc4daf16a4..677cc275ec 100644 --- a/tests/integration/client-connector-provider/src/test/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProviderTest.java +++ b/tests/integration/client-connector-provider/src/test/java/org/glassfish/jersey/tests/integration/client/connector/provider/CustomConnectorProviderTest.java @@ -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 @@ -27,7 +27,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class CustomConnectorProviderTest extends JerseyTest { diff --git a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ContainerListener.java b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ContainerListener.java index 11de9c9f8b..e72c8f62f2 100644 --- a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ContainerListener.java +++ b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ContainerListener.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS resource that keeps number of reloads. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Singleton diff --git a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/EjbReloaderService.java b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/EjbReloaderService.java index fc95ca87e9..79c8490c8c 100644 --- a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/EjbReloaderService.java +++ b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/EjbReloaderService.java @@ -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 @@ -24,7 +24,7 @@ /** * Singleton EJB bean that is used to reload the first web application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton public class EjbReloaderService { diff --git a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloadDetectionResource.java b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloadDetectionResource.java index 95cbf5b9cb..126942daca 100644 --- a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloadDetectionResource.java +++ b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloadDetectionResource.java @@ -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 @@ -27,7 +27,7 @@ * returned from its getNano resource method * will get adjusted with each reload. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("last-init-nano-time") public class ReloadDetectionResource { diff --git a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloaderResource.java b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloaderResource.java index ff2ce6dc75..a2cd24aca4 100644 --- a/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloaderResource.java +++ b/tests/integration/ejb-multimodule-reload/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/lib/ReloaderResource.java @@ -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 @@ -25,7 +25,7 @@ * JAX-RS resource used to reload the first application. * This resource is only registered inside the second application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("reload") diff --git a/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java b/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java index f24d546630..334670aa4c 100644 --- a/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java +++ b/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java @@ -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 @@ -29,7 +29,7 @@ * Initial JAX-RS application for the first web application. * This one will get reloaded. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/") public class FirstApp extends Application { diff --git a/tests/integration/ejb-multimodule-reload/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/ReloadTest.java b/tests/integration/ejb-multimodule-reload/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/ReloadTest.java index 4d854b0b54..0fcfe45a87 100644 --- a/tests/integration/ejb-multimodule-reload/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/ReloadTest.java +++ b/tests/integration/ejb-multimodule-reload/war1/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/ReloadTest.java @@ -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 @@ -37,7 +37,7 @@ * $AS_HOME/bin/asadmin deploy ../ear/target/ejb-multimodule-reload-ear-*.ear * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ReloadTest extends JerseyTest { diff --git a/tests/integration/ejb-multimodule-reload/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/SecondApp.java b/tests/integration/ejb-multimodule-reload/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/SecondApp.java index 89d2304b64..fb878f14d8 100644 --- a/tests/integration/ejb-multimodule-reload/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/SecondApp.java +++ b/tests/integration/ejb-multimodule-reload/war2/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/SecondApp.java @@ -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 @@ -28,7 +28,7 @@ * JAX-RS application from which we are going to reload * the other one. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/") public class SecondApp extends Application { diff --git a/tests/integration/ejb-multimodule-reload/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/JaxRsFromEjbLibraryTest.java b/tests/integration/ejb-multimodule-reload/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/JaxRsFromEjbLibraryTest.java index 7dc32daaa1..58ee352912 100644 --- a/tests/integration/ejb-multimodule-reload/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/JaxRsFromEjbLibraryTest.java +++ b/tests/integration/ejb-multimodule-reload/war2/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web2/JaxRsFromEjbLibraryTest.java @@ -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 @@ -41,8 +41,8 @@ * $AS_HOME/bin/asadmin deploy ../ear/target/ejb-multimodule-ear-*.ear * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Jakub Podlesak + * @author Libor Kramolis */ public class JaxRsFromEjbLibraryTest extends JerseyTest { diff --git a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/EjbCounterResource.java b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/EjbCounterResource.java index b1fcf20ce8..e86aa1f2cb 100644 --- a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/EjbCounterResource.java +++ b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/EjbCounterResource.java @@ -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 @@ -30,7 +30,7 @@ * The bean is for one published as a standalone JAX-RS resource * and for two used to inject other EJB based JAX-RS resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton @Path("counter") diff --git a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatefulResource.java b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatefulResource.java index 6250c2d8aa..0d7babd7d6 100644 --- a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatefulResource.java +++ b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatefulResource.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS resource backed with a stateful EJB bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateful @Path("stateful") diff --git a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatelessResource.java b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatelessResource.java index b349095784..77e77f31cb 100644 --- a/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatelessResource.java +++ b/tests/integration/ejb-multimodule/lib/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/lib/StatelessResource.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS resource backed by a stateless EJB bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("stateless") diff --git a/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsConfiguration.java b/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsConfiguration.java index 18ab4ce788..e0a659da03 100644 --- a/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsConfiguration.java +++ b/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsConfiguration.java @@ -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 @@ -30,7 +30,7 @@ * JAX-RS application resource configuration that includes only * those JAX-RS components imported from EJB library jar. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("resources") public class JaxRsConfiguration extends Application { diff --git a/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/WarStatelessResource.java b/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/WarStatelessResource.java index 008539d62a..a67a94de17 100644 --- a/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/WarStatelessResource.java +++ b/tests/integration/ejb-multimodule/war/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/WarStatelessResource.java @@ -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 @@ -29,8 +29,8 @@ /** * JAX-RS resource backed by a stateless EJB bean placed in WAR module. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Jakub Podlesak + * @author Libor Kramolis */ @Stateless @Path("war-stateless") diff --git a/tests/integration/ejb-multimodule/war/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsFromEjbLibraryTest.java b/tests/integration/ejb-multimodule/war/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsFromEjbLibraryTest.java index 3eb6aa0f8b..a2dbf02161 100644 --- a/tests/integration/ejb-multimodule/war/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsFromEjbLibraryTest.java +++ b/tests/integration/ejb-multimodule/war/src/test/java/org/glassfish/jersey/tests/integration/multimodule/ejb/web1/JaxRsFromEjbLibraryTest.java @@ -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 @@ -41,8 +41,8 @@ * $AS_HOME/bin/asadmin deploy ../ear/target/ejb-multimodule-ear-*.ear * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Jakub Podlesak + * @author Libor Kramolis */ public class JaxRsFromEjbLibraryTest extends JerseyTest { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/AppResource.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/AppResource.java index ba03d17e01..44095d27ea 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/AppResource.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/AppResource.java @@ -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 @@ -24,7 +24,7 @@ /** * Test resource that exposes counter from the JAX-RS application subclass. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("app") diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterBean.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterBean.java index 3e43e5904a..bad5b15f5c 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterBean.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterBean.java @@ -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 @@ -22,7 +22,7 @@ /** * EJB singleton utilized as request counter in this test application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton public class CounterBean { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterFilter.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterFilter.java index e67edc4b5f..ee9953bb1a 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterFilter.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CounterFilter.java @@ -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 @@ -30,7 +30,7 @@ * Response filter implemented as EJB bean. The filter adds Request-Count response header to each response. * Another EJB singleton bean, CounterBean, is injected that holds the actual request count. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Stateless diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomBaseException.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomBaseException.java index fda6ed4696..767f9ea947 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomBaseException.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomBaseException.java @@ -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 @@ -21,7 +21,7 @@ * This one serves as a base for other exceptions * mapped by {@link EjbExceptionMapperOne} and {@link EjbExceptionMapperTwo}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomBaseException extends Exception { } diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionOne.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionOne.java index 8a71b6e85e..c92181b6e3 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionOne.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionOne.java @@ -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 @@ -20,7 +20,7 @@ * Custom exception. Part of JERSEY-2320 reproducer. * This one gets mapped by {@link EjbExceptionMapperOne}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomExceptionOne extends CustomBaseException { } diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionTwo.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionTwo.java index 021dbdc0db..bf7afac368 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionTwo.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/CustomExceptionTwo.java @@ -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 @@ -20,7 +20,7 @@ * Custom exception. Part of JERSEY-2320 reproducer. * This one gets mapped by {@link EjbExceptionMapperTwo}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomExceptionTwo extends CustomBaseException { } diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/Echo.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/Echo.java index 1e544bbf27..517bbe71fe 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/Echo.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/Echo.java @@ -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 @@ -22,7 +22,7 @@ * EJB remote interface. Part of the reproducer for GLASSFISH-16199. * See also the other test case implemented by {@link RawEchoResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Remote public interface Echo { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoBean.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoBean.java index 7763ed8257..4c5b3afb17 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoBean.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoBean.java @@ -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 @@ -23,7 +23,7 @@ * This is to prove EJB container is used in {@link EchoResource} * and {@link RawEchoResource} resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateful public class EchoBean { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoResource.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoResource.java index 1414e32b01..6a17f5d1bc 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoResource.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EchoResource.java @@ -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 @@ -31,7 +31,7 @@ * and {@link Remote} annotations. * Reproducible test case for GLASSFISH-16199. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("echo") diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperBase.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperBase.java index 715d481cc5..132bb5a1c5 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperBase.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperBase.java @@ -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 @@ -22,7 +22,7 @@ * JERSEY-2320 reproducer. {@link CustomBaseException} will get mapped * to an ordinary response. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class EjbExceptionMapperBase implements ExceptionMapper { } diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperOne.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperOne.java index 0b9a5591ba..4626859a7c 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperOne.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperOne.java @@ -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 @@ -28,7 +28,7 @@ * to an ordinary response. We make sure the mapper gets injected properly * by both Jersey runtime and EJB container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton public class EjbExceptionMapperOne extends EjbExceptionMapperBase { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperTwo.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperTwo.java index 61227e93fe..8842ae9bb1 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperTwo.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/EjbExceptionMapperTwo.java @@ -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 @@ -28,7 +28,7 @@ * to an ordinary response. We make sure the mapper gets injected properly * by both Jersey runtime and EJB container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless public class EjbExceptionMapperTwo extends EjbExceptionMapperBase { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/ExceptionEjbResource.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/ExceptionEjbResource.java index 9a124546a5..e32d4a1159 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/ExceptionEjbResource.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/ExceptionEjbResource.java @@ -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 @@ -25,7 +25,7 @@ /** * EJB backed JAX-RS resource to test if a custom exception info makes it to the client. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Singleton @Path("exception") diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/MyApplication.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/MyApplication.java index c9c84a0cdd..d10f42dbe4 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/MyApplication.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/MyApplication.java @@ -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 @@ -29,7 +29,7 @@ /** * JAX-RS application to configure resources. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/rest") @Singleton diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEcho.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEcho.java index 5b53347ce5..bd8fcf8461 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEcho.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEcho.java @@ -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 @@ -20,7 +20,7 @@ * Part of the reproducer for GLASSFISH-16199. This EJB business interface * is being registered by an annotation on the EJB component class, {@link RawEchoResource}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface RawEcho { diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEchoResource.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEchoResource.java index bbbe77cdef..6b1c6837ef 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEchoResource.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/RawEchoResource.java @@ -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 @@ -29,7 +29,7 @@ * implementing EJB interface, {@link RawEcho}, that is registered using {@link Remote} annotations. * Reproducible test case for GLASSFISH-16199. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @Path("raw-echo") diff --git a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/StandaloneServlet.java b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/StandaloneServlet.java index 29e9ad5adc..eab13e9407 100644 --- a/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/StandaloneServlet.java +++ b/tests/integration/ejb-test-webapp/src/main/java/org/glassfish/jersey/tests/ejb/resources/StandaloneServlet.java @@ -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 @@ -31,7 +31,7 @@ * It helps to compare Jersey and non-Jersey specific exception handling * processing. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @WebServlet(name = "StandaloneServlet", urlPatterns = {"/servlet"}) public class StandaloneServlet extends HttpServlet { diff --git a/tests/integration/ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/ejb/resources/EjbTest.java b/tests/integration/ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/ejb/resources/EjbTest.java index a588cf6ee7..777d28d716 100644 --- a/tests/integration/ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/ejb/resources/EjbTest.java +++ b/tests/integration/ejb-test-webapp/src/test/java/org/glassfish/jersey/tests/ejb/resources/EjbTest.java @@ -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 @@ -43,7 +43,7 @@ * $AS_HOME/bin/asadmin deploy target/ejb-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EjbTest extends JerseyTest { diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedBean.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedBean.java index 1f5e78e7c5..5ef33c8bde 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedBean.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedBean.java @@ -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 @@ -26,7 +26,7 @@ * Test {@code ApplicationScoped} bean to be injected to the test resource, while another {@code RequestScoped} * bean being injected into this class. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @ApplicationScoped public class ApplicationScopedBean { diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedResource.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedResource.java index b0bf055397..693fd4d60c 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedResource.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ApplicationScopedResource.java @@ -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 @@ -27,7 +27,7 @@ /** * Resource to test CDI injection into {@code ApplicationScoped} JAX-RS resource. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("appScope") @ApplicationScoped diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ConstructorInjectionResource.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ConstructorInjectionResource.java index a016733e8b..08d12c8883 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ConstructorInjectionResource.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/ConstructorInjectionResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Resource to test CDI injection into JAX-RS resource via constructor parameter. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("constructor") @RequestScoped diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/FieldInjectionResource.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/FieldInjectionResource.java index 84c6ec5108..768c1c6290 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/FieldInjectionResource.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/FieldInjectionResource.java @@ -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 @@ -29,7 +29,7 @@ /** * Resource to test CDI injection into JAX-RS resource via field. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("field") @RequestScoped diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/GrizzlyApp.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/GrizzlyApp.java index 3de6d9c30b..a16b78d06c 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/GrizzlyApp.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/GrizzlyApp.java @@ -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 @@ -29,7 +29,7 @@ /** * CDI Test App launcher. Starts the Grizzly server and initializes weld. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class GrizzlyApp { diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MethodInjectionResource.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MethodInjectionResource.java index 3f196765cd..a38c9b0502 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MethodInjectionResource.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MethodInjectionResource.java @@ -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 @@ -29,7 +29,7 @@ /** * Resource to test CDI injection into JAX-RS resource via setter. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("method") @RequestScoped diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MyApplication.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MyApplication.java index 4ec0beb027..e45b2de714 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MyApplication.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/MyApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * JAX-RS Application subclass, defines the test application resources. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @ApplicationPath("/*") public class MyApplication extends Application { diff --git a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/SecondBean.java b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/SecondBean.java index 2e5ead4c4b..b81590323a 100644 --- a/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/SecondBean.java +++ b/tests/integration/j-376/src/main/java/org/glassfish/jersey/tests/integration/j376/SecondBean.java @@ -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 @@ -24,7 +24,7 @@ * The purpose is to test, that CDI and hk2 injections are working together so that one class be injected by * both CDI and Jersey/hk2. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RequestScoped public class SecondBean { diff --git a/tests/integration/j-376/src/test/java/org/glassfish/jersey/tests/integration/j376/J376Test.java b/tests/integration/j-376/src/test/java/org/glassfish/jersey/tests/integration/j376/J376Test.java index fa390210bc..91b6c50418 100644 --- a/tests/integration/j-376/src/test/java/org/glassfish/jersey/tests/integration/j376/J376Test.java +++ b/tests/integration/j-376/src/test/java/org/glassfish/jersey/tests/integration/j376/J376Test.java @@ -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 @@ -29,7 +29,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class J376Test { final Client client = ClientBuilder.newClient(); diff --git a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CdiResource.java b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CdiResource.java index 33ce8da8ad..9f31ab4730 100644 --- a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CdiResource.java +++ b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CdiResource.java @@ -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 @@ -27,7 +27,7 @@ /** * CDI backed JAX-RS resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/test") @RequestScoped diff --git a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CustomExceptionMapper.java b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CustomExceptionMapper.java index d5aa71c8a1..b3832a2d9e 100644 --- a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CustomExceptionMapper.java +++ b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/CustomExceptionMapper.java @@ -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 @@ -28,7 +28,7 @@ * at Jersey bootstrapping phase, we would get a deploy * error if something went wrong. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomExceptionMapper implements ExceptionMapper { diff --git a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/MyApplication.java b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/MyApplication.java index 073b84cfda..cb0cbab851 100644 --- a/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/MyApplication.java +++ b/tests/integration/j-441/war1/src/main/java/org/glassfish/jersey/tests/integration/j441/one/MyApplication.java @@ -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 @@ -24,7 +24,7 @@ * Test case to ensure proper WAR isolation on Jersey level. * Define JAX-RS application containing a simple CDI backed JAX-RS resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/") public class MyApplication extends ResourceConfig { diff --git a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CdiResource.java b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CdiResource.java index 0629273776..ae673c094c 100644 --- a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CdiResource.java +++ b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CdiResource.java @@ -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 @@ -27,7 +27,7 @@ /** * CDI backed JAX-RS resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/test") @RequestScoped diff --git a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CustomExceptionMapper.java b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CustomExceptionMapper.java index 054410061c..dfe7cd3f76 100644 --- a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CustomExceptionMapper.java +++ b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/CustomExceptionMapper.java @@ -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 @@ -28,7 +28,7 @@ * at Jersey bootstrapping phase, we would get a deploy * error if something went wrong. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CustomExceptionMapper implements ExceptionMapper { diff --git a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/MyApplication.java b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/MyApplication.java index df6d3e3c50..9157532fdf 100644 --- a/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/MyApplication.java +++ b/tests/integration/j-441/war2/src/main/java/org/glassfish/jersey/tests/integration/j441/two/MyApplication.java @@ -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 @@ -24,7 +24,7 @@ * Test case to ensure proper WAR isolation on Jersey level. * Define JAX-RS application containing a simple CDI backed JAX-RS resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/") public class MyApplication extends ResourceConfig { diff --git a/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/LocalBeanWithRemoteInterface.java b/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/LocalBeanWithRemoteInterface.java index 086976a868..81e78832ac 100644 --- a/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/LocalBeanWithRemoteInterface.java +++ b/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/LocalBeanWithRemoteInterface.java @@ -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 @@ -24,7 +24,7 @@ * Local stateless session bean implementing a remote interface. * Part of CDI extension lookup issue reproducer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless @LocalBean diff --git a/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/MyRemoteInterface.java b/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/MyRemoteInterface.java index ff534846b9..7fe870defe 100644 --- a/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/MyRemoteInterface.java +++ b/tests/integration/j-59/lib/src/main/java/org/glassfish/jersey/tests/integration/j59/ejb/lib/MyRemoteInterface.java @@ -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 @@ -19,7 +19,7 @@ /** * Marker interface for remote beans. Part of CDI extension lookup issue reproducer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface MyRemoteInterface { } diff --git a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/CdiBackedResource.java b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/CdiBackedResource.java index f3483dd549..1e7a0672d3 100644 --- a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/CdiBackedResource.java +++ b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/CdiBackedResource.java @@ -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 @@ -32,7 +32,7 @@ * Part of CDI extension lookup issue reproducer. * This bean will CDI-inject a local EJB bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("name") @RequestScoped diff --git a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/JaxRsConfiguration.java b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/JaxRsConfiguration.java index 976125a99e..cf57aa0eba 100644 --- a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/JaxRsConfiguration.java +++ b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/JaxRsConfiguration.java @@ -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 @@ -24,7 +24,7 @@ /** * CDI extension lookup issue reproducer application configuration. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("resources") public class JaxRsConfiguration extends Application { diff --git a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/ResourceMarkerInterface.java b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/ResourceMarkerInterface.java index f1548c6df2..e694565c84 100644 --- a/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/ResourceMarkerInterface.java +++ b/tests/integration/j-59/war/src/main/java/org/glassfish/jersey/tests/integration/j59/cdi/web/ResourceMarkerInterface.java @@ -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 @@ -19,7 +19,7 @@ /** * Marker interface for CDI backed JAX-RS bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public interface ResourceMarkerInterface { } diff --git a/tests/integration/j-59/war/src/test/java/org/glassfish/jersey/tests/integration/j59/cdi/web/NameBeanTest.java b/tests/integration/j-59/war/src/test/java/org/glassfish/jersey/tests/integration/j59/cdi/web/NameBeanTest.java index 26870a975d..8335282f41 100644 --- a/tests/integration/j-59/war/src/test/java/org/glassfish/jersey/tests/integration/j59/cdi/web/NameBeanTest.java +++ b/tests/integration/j-59/war/src/test/java/org/glassfish/jersey/tests/integration/j59/cdi/web/NameBeanTest.java @@ -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 @@ -40,7 +40,7 @@ * $AS_HOME/bin/asadmin deploy ../ejb-jax-rs-ear1/target/ejb-jax-rs-ear1 * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class NameBeanTest extends JerseyTest { diff --git a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/Life.java b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/Life.java index 37effa23ed..c283df7561 100644 --- a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/Life.java +++ b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/Life.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS application mixed with resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/rest3") @Path("/life") diff --git a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/MyApplication.java b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/MyApplication.java index 764a7b6a7a..34dec5f37d 100644 --- a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/MyApplication.java +++ b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/MyApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * Explicitly register {@code @Singleton} resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/rest1") public class MyApplication extends Application { diff --git a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/NoLife.java b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/NoLife.java index 9a822238a4..7fc0bc464e 100644 --- a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/NoLife.java +++ b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/NoLife.java @@ -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 @@ -25,7 +25,7 @@ /** * Explicitly registered singleton resource by {@link MyApplication}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Singleton @Path("/no-life") diff --git a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/SingletonLife.java b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/SingletonLife.java index 26ae80ba1b..a5821b141e 100644 --- a/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/SingletonLife.java +++ b/tests/integration/jersey-1883/src/main/java/org/glassfish/jersey/tests/integration/jersey1883/SingletonLife.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS application mixed with resource - singleton class. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Singleton @ApplicationPath("/rest2") diff --git a/tests/integration/jersey-1883/src/test/java/org/glassfish/jersey/tests/integration/jersey1883/Jersey1883ITCase.java b/tests/integration/jersey-1883/src/test/java/org/glassfish/jersey/tests/integration/jersey1883/Jersey1883ITCase.java index b2fb307408..703543d041 100644 --- a/tests/integration/jersey-1883/src/test/java/org/glassfish/jersey/tests/integration/jersey1883/Jersey1883ITCase.java +++ b/tests/integration/jersey-1883/src/test/java/org/glassfish/jersey/tests/integration/jersey1883/Jersey1883ITCase.java @@ -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 @@ -33,7 +33,7 @@ import static org.hamcrest.MatcherAssert.assertThat; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Jersey1883ITCase extends JerseyTest { diff --git a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/EchoResource.java b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/EchoResource.java index ca3b1a980c..13cf6e9bc8 100644 --- a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/EchoResource.java +++ b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/EchoResource.java @@ -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 @@ -24,7 +24,7 @@ /** * Test resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("echo") public class EchoResource { diff --git a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960App.java b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960App.java index 8a87f0be51..b075db700b 100644 --- a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960App.java +++ b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960App.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS application for the JERSEY-1960 reproducer test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("application_path") public class Jersey1960App extends Application { diff --git a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/RequestFilter.java b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/RequestFilter.java index fde6d211b1..ecd167da96 100644 --- a/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/RequestFilter.java +++ b/tests/integration/jersey-1960/src/main/java/org/glassfish/jersey/tests/integration/jersey1960/RequestFilter.java @@ -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 @@ -35,7 +35,7 @@ /** * Filter testing injection support for of servlet artifacts. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @PreMatching public class RequestFilter implements ContainerRequestFilter { diff --git a/tests/integration/jersey-1960/src/test/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960ITCase.java b/tests/integration/jersey-1960/src/test/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960ITCase.java index da03eadc50..d4317ac7e2 100644 --- a/tests/integration/jersey-1960/src/test/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960ITCase.java +++ b/tests/integration/jersey-1960/src/test/java/org/glassfish/jersey/tests/integration/jersey1960/Jersey1960ITCase.java @@ -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 @@ -30,7 +30,7 @@ /** * Reproducer tests for JERSEY-1960. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class Jersey1960ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/Account.java b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/Account.java index 1c414b7479..2e68823806 100644 --- a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/Account.java +++ b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/Account.java @@ -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 @@ -27,7 +27,7 @@ * Entity beans have implicit JTA support, so this will * save us some lines of code. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Entity public class Account implements Serializable { diff --git a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalNoRollbackResource.java b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalNoRollbackResource.java index 3ce59b13c7..5bd8eef30c 100644 --- a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalNoRollbackResource.java +++ b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalNoRollbackResource.java @@ -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 @@ -34,7 +34,7 @@ * in the JAX-RS spec regardless * on the {@link javax.transaction.Transactional#dontRollbackOn()} value. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Transactional(dontRollbackOn = WebApplicationException.class) diff --git a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalResource.java b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalResource.java index 0132a910f9..66dc5b0238 100644 --- a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalResource.java +++ b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/CdiTransactionalResource.java @@ -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 @@ -36,7 +36,7 @@ * thrown in the resource method below should drive the response as specified * in the JAX-RS spec. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Transactional diff --git a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/TestApplication.java b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/TestApplication.java index 8e3f6d089b..48e3a8eae5 100644 --- a/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/TestApplication.java +++ b/tests/integration/jersey-2137/src/main/java/org/glassfish/jersey/tests/integration/jersey2137/TestApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources for JERSEY-2137 reproducer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class TestApplication extends Application { diff --git a/tests/integration/jersey-2137/src/test/java/org/glassfish/jersey/tests/integration/jersey2137/WaeExceptionMappingTest.java b/tests/integration/jersey-2137/src/test/java/org/glassfish/jersey/tests/integration/jersey2137/WaeExceptionMappingTest.java index c722b9257c..3759b0f73c 100644 --- a/tests/integration/jersey-2137/src/test/java/org/glassfish/jersey/tests/integration/jersey2137/WaeExceptionMappingTest.java +++ b/tests/integration/jersey-2137/src/test/java/org/glassfish/jersey/tests/integration/jersey2137/WaeExceptionMappingTest.java @@ -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 @@ -36,7 +36,7 @@ * Ensure that generated {@link WebApplicationException} is propagated * via transactional CDI call and mapped to response according to JAX-RS spec. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class WaeExceptionMappingTest extends JerseyTest { diff --git a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/CdiResource.java b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/CdiResource.java index 8539fc7eed..7368bd427c 100644 --- a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/CdiResource.java +++ b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/CdiResource.java @@ -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 @@ -28,7 +28,7 @@ * thrown in the injected EJB bean should get unwrapped * even when no EJB-backed JAX-RS resources have been registered. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RequestScoped @Path("cdi") diff --git a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/EjbBean.java b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/EjbBean.java index bd192278e9..3522a34b3c 100644 --- a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/EjbBean.java +++ b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/EjbBean.java @@ -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 @@ -26,7 +26,7 @@ * should get mapped to response even when wrapped into an {@link EJBException} * by the underlying EJB container. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Stateless public class EjbBean { diff --git a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/TestApplication.java b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/TestApplication.java index a794af9a09..7e5bb35cfb 100644 --- a/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/TestApplication.java +++ b/tests/integration/jersey-2154/src/main/java/org/glassfish/jersey/tests/integration/jersey2154/TestApplication.java @@ -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 @@ -25,7 +25,7 @@ /** * JAX-RS application to configure resources for JERSEY-2154 reproducer. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("/*") public class TestApplication extends Application { diff --git a/tests/integration/jersey-2154/src/test/java/org/glassfish/jersey/tests/integration/jersey2154/EjbExceptionMappingTest.java b/tests/integration/jersey-2154/src/test/java/org/glassfish/jersey/tests/integration/jersey2154/EjbExceptionMappingTest.java index 564fc14ecd..2c81076178 100644 --- a/tests/integration/jersey-2154/src/test/java/org/glassfish/jersey/tests/integration/jersey2154/EjbExceptionMappingTest.java +++ b/tests/integration/jersey-2154/src/test/java/org/glassfish/jersey/tests/integration/jersey2154/EjbExceptionMappingTest.java @@ -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 @@ -37,7 +37,7 @@ * Test generated {@link WebApplicationException} is propagated * via CDI call and mapped to 200 response, even when wrapped with an {@link EJBException}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class EjbExceptionMappingTest extends JerseyTest { diff --git a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Issue2160ReproducerResource.java b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Issue2160ReproducerResource.java index 2097ef267c..49ae234901 100644 --- a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Issue2160ReproducerResource.java +++ b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Issue2160ReproducerResource.java @@ -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 @@ -29,7 +29,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("servletInjectees") public class Issue2160ReproducerResource { diff --git a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160App.java b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160App.java index 29f21c6239..e1bd11845d 100644 --- a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160App.java +++ b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160App.java @@ -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 @@ -26,7 +26,7 @@ /** * JAX-RS application for the JERSEY-1960 reproducer test. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Jersey2160App extends Application { diff --git a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/RequestFilter.java b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/RequestFilter.java index 8a44f0ca45..b1bfac0734 100644 --- a/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/RequestFilter.java +++ b/tests/integration/jersey-2160/src/main/java/org/glassfish/jersey/tests/integration/jersey2160/RequestFilter.java @@ -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 @@ -29,7 +29,7 @@ * is expected to be propagated to the resource method via injected * {@link HttpServletRequest} parameter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @PreMatching public class RequestFilter implements ContainerRequestFilter { diff --git a/tests/integration/jersey-2160/src/test/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160ITCase.java b/tests/integration/jersey-2160/src/test/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160ITCase.java index dd7f0b5d6e..788a76bd7d 100644 --- a/tests/integration/jersey-2160/src/test/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160ITCase.java +++ b/tests/integration/jersey-2160/src/test/java/org/glassfish/jersey/tests/integration/jersey2160/Jersey2160ITCase.java @@ -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 @@ -30,7 +30,7 @@ /** * Reproducer tests for JERSEY-2160. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Jersey2160ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Issue2167Resource.java b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Issue2167Resource.java index 48ccef8c80..cb15851fec 100644 --- a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Issue2167Resource.java +++ b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Issue2167Resource.java @@ -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 @@ -25,7 +25,7 @@ /** * Test resource for JERSEY-2167 reproducer. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("/MyResource") diff --git a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167App.java b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167App.java index 1adc3cc01f..9615a1cd2e 100644 --- a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167App.java +++ b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167App.java @@ -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 @@ -21,7 +21,7 @@ /** * JAX-RS application for the JERSEY-2167 reproducer test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Jersey2167App extends ResourceConfig { diff --git a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyAnnotation.java b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyAnnotation.java index edec66edee..e6cb154eb7 100644 --- a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyAnnotation.java +++ b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyAnnotation.java @@ -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 @@ -24,7 +24,7 @@ /** * Custom annotation for JERSEY-2167 reproducer test. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Target(ElementType.PARAMETER) diff --git a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java index b6de2c8f4f..d1c9d95f86 100644 --- a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java +++ b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyBinder.java @@ -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 @@ -24,7 +24,7 @@ /** * Custom annotation binder for JERSEY-2167 reproducer. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MyBinder extends AbstractBinder { diff --git a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyValueParamProvider.java b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyValueParamProvider.java index 5eae5ae217..852bec38c3 100644 --- a/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyValueParamProvider.java +++ b/tests/integration/jersey-2167/src/main/java/org/glassfish/jersey/tests/integration/jersey2167/MyValueParamProvider.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom annotation value supplier provider for JERSEY-2167 reproducer. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Singleton public class MyValueParamProvider extends AbstractValueParamProvider { diff --git a/tests/integration/jersey-2167/src/test/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167ITCase.java b/tests/integration/jersey-2167/src/test/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167ITCase.java index cff58c6a28..b090745f72 100644 --- a/tests/integration/jersey-2167/src/test/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167ITCase.java +++ b/tests/integration/jersey-2167/src/test/java/org/glassfish/jersey/tests/integration/jersey2167/Jersey2167ITCase.java @@ -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 @@ -31,7 +31,7 @@ /** * Reproducer tests for JERSEY-2167. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Jersey2167ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Issue2176ReproducerResource.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Issue2176ReproducerResource.java index 6b0d0934f7..0728fdaf6d 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Issue2176ReproducerResource.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Issue2176ReproducerResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("/resource") public class Issue2176ReproducerResource { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176App.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176App.java index e28cfc2e0e..4bc3f0ca28 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176App.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176App.java @@ -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 @@ -22,7 +22,7 @@ /** * JAX-RS application for the JERSEY-2176 reproducer test. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ abstract class Jersey2176App extends ResourceConfig { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorApp.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorApp.java index dcdcaed13b..905cd0336d 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorApp.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorApp.java @@ -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 @@ -23,7 +23,7 @@ * method {@link javax.servlet.http.HttpServletResponse#sendError} will be called in case of errors * (status {@code 4xx} or {@code 5xx}). * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath(Jersey2176SendErrorApp.APP_PATH) public class Jersey2176SendErrorApp extends Jersey2176App { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusApp.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusApp.java index 501df023c1..82c42c2afd 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusApp.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusApp.java @@ -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 @@ -23,7 +23,7 @@ * method {@link javax.servlet.http.HttpServletResponse#setStatus} will be called in case of errors * (status {@code 4xx} or {@code 5xx}). * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath(Jersey2176SetStatusApp.APP_PATH) public class Jersey2176SetStatusApp extends Jersey2176App { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyException.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyException.java index e7daf21dfb..52ebba91d6 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyException.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyException.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.integration.jersey2176; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MyException extends Exception { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyWriterInterceptor.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyWriterInterceptor.java index f4a4fcdac4..6eb257dac7 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyWriterInterceptor.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/MyWriterInterceptor.java @@ -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 @@ -30,7 +30,7 @@ /** * This just set new context output stream and test a clone method on set output stream instance is called. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class MyWriterInterceptor implements WriterInterceptor { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseFilter.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseFilter.java index c20ecf3a1d..abd8b0718a 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseFilter.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseFilter.java @@ -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 @@ -30,7 +30,7 @@ import javax.servlet.http.HttpServletResponse; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TraceResponseFilter implements Filter { diff --git a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseWrapper.java b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseWrapper.java index 3e2f672f79..6a7b84fe57 100644 --- a/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseWrapper.java +++ b/tests/integration/jersey-2176/src/main/java/org/glassfish/jersey/tests/integration/jersey2176/TraceResponseWrapper.java @@ -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 @@ -24,7 +24,7 @@ import java.io.PrintWriter; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TraceResponseWrapper extends HttpServletResponseWrapper { private final ByteArrayOutputStream localStream; diff --git a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176ITCaseBase.java b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176ITCaseBase.java index ffeec36058..42105024ce 100644 --- a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176ITCaseBase.java +++ b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176ITCaseBase.java @@ -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 @@ -31,7 +31,7 @@ /** * Reproducer tests for JERSEY-2176. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public abstract class Jersey2176ITCaseBase extends JerseyTest { diff --git a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorITCase.java b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorITCase.java index 9eb2648afe..51da39892b 100644 --- a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorITCase.java +++ b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SendErrorITCase.java @@ -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 @@ -23,7 +23,7 @@ /** * Reproducer tests for JERSEY-2176. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Jersey2176SendErrorITCase extends Jersey2176ITCaseBase { diff --git a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusITCase.java b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusITCase.java index f894ee0823..90fbf4d11b 100644 --- a/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusITCase.java +++ b/tests/integration/jersey-2176/src/test/java/org/glassfish/jersey/tests/integration/jersey2176/Jersey2176SetStatusITCase.java @@ -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 @@ -23,7 +23,7 @@ /** * Reproducer tests for JERSEY-2176. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Jersey2176SetStatusITCase extends Jersey2176ITCaseBase { diff --git a/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/App.java b/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/App.java index 04a279fedd..bcd6c5d6e6 100644 --- a/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/App.java +++ b/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/App.java @@ -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 @@ -28,7 +28,7 @@ * Test Application subclass for JERSEY-2184 integration test. * * Tests the ability to inject {@link ServletContext} into application subclass constructor - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class App extends Application { diff --git a/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/MonkeyResource.java b/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/MonkeyResource.java index bd9356b695..33d34b6f54 100644 --- a/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/MonkeyResource.java +++ b/tests/integration/jersey-2184/src/main/java/org/glassfish/jersey/tests/integration/jersey2184/MonkeyResource.java @@ -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 @@ -23,7 +23,7 @@ /** * Test resource for the servlet3-webapp example. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("monkey") public class MonkeyResource { diff --git a/tests/integration/jersey-2184/src/test/java/org/glassfish/jersey/tests/integration/jersey2184/Jersey2184ITCase.java b/tests/integration/jersey-2184/src/test/java/org/glassfish/jersey/tests/integration/jersey2184/Jersey2184ITCase.java index 794203d4f9..8aa9544674 100644 --- a/tests/integration/jersey-2184/src/test/java/org/glassfish/jersey/tests/integration/jersey2184/Jersey2184ITCase.java +++ b/tests/integration/jersey-2184/src/test/java/org/glassfish/jersey/tests/integration/jersey2184/Jersey2184ITCase.java @@ -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 @@ -36,7 +36,7 @@ /** * Tests the JERSEY-2184 fix (the ability to inject ServletContext into application subclass constructor). * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Jersey2184ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Issue2322Resource.java b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Issue2322Resource.java index 7e8b05ff11..c006a2212e 100644 --- a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Issue2322Resource.java +++ b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Issue2322Resource.java @@ -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 @@ -24,7 +24,7 @@ /** * Test resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("/") @Consumes("application/json") diff --git a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322.java b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322.java index 1e79c1eef0..858a927d81 100644 --- a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322.java +++ b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322.java @@ -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 @@ -22,7 +22,7 @@ /** * JAX-RS application for the JERSEY-2322 reproducer test. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Jersey2322 extends ResourceConfig { diff --git a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/MyObjectMapperProvider.java b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/MyObjectMapperProvider.java index 61fe632f43..71f89e8ca4 100644 --- a/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/MyObjectMapperProvider.java +++ b/tests/integration/jersey-2322/src/main/java/org/glassfish/jersey/tests/integration/jersey2322/MyObjectMapperProvider.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider public class MyObjectMapperProvider implements ContextResolver { diff --git a/tests/integration/jersey-2322/src/test/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322ITCase.java b/tests/integration/jersey-2322/src/test/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322ITCase.java index 4f973a97a7..f3700cf416 100644 --- a/tests/integration/jersey-2322/src/test/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322ITCase.java +++ b/tests/integration/jersey-2322/src/test/java/org/glassfish/jersey/tests/integration/jersey2322/Jersey2322ITCase.java @@ -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 @@ -34,7 +34,7 @@ /** * Reproducer tests for JERSEY-2322. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Jersey2322ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/ConstructorInjectedProvider.java b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/ConstructorInjectedProvider.java index 7f59d01da0..5dbc195c85 100644 --- a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/ConstructorInjectedProvider.java +++ b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/ConstructorInjectedProvider.java @@ -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 @@ -36,7 +36,7 @@ * Constructor injected provider to prove that provider registered via meta-inf/services * mechanism gets constructed via HK2 and so the constructor parameters are properly injected. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Produces("text/ctor-injected") diff --git a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/FieldInjectedProvider.java b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/FieldInjectedProvider.java index 5c6bc08197..425c822504 100644 --- a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/FieldInjectedProvider.java +++ b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/FieldInjectedProvider.java @@ -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 @@ -36,7 +36,7 @@ * Field injected provider to prove that provider registered via meta-inf/services * mechanism gets injected via HK2. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Produces("text/field-injected") diff --git a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Issue2335Resource.java b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Issue2335Resource.java index c4a44f6d9a..1af12add5b 100644 --- a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Issue2335Resource.java +++ b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Issue2335Resource.java @@ -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 @@ -25,7 +25,7 @@ * The response text then gets serialized using message body writer * specified by media type. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/text") public class Issue2335Resource { diff --git a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335.java b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335.java index 10ff7e28c8..4ab91b8330 100644 --- a/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335.java +++ b/tests/integration/jersey-2335/src/main/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335.java @@ -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 @@ -21,7 +21,7 @@ /** * JAX-RS application for the JERSEY-2335 reproducer test. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Jersey2335 extends ResourceConfig { diff --git a/tests/integration/jersey-2335/src/test/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335ITCase.java b/tests/integration/jersey-2335/src/test/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335ITCase.java index dfa5732620..6face63a92 100644 --- a/tests/integration/jersey-2335/src/test/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335ITCase.java +++ b/tests/integration/jersey-2335/src/test/java/org/glassfish/jersey/tests/integration/jersey2335/Jersey2335ITCase.java @@ -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 @@ -37,7 +37,7 @@ /** * Reproducer tests for JERSEY-2335. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Jersey2335ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/ServletFilterTestResource.java b/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/ServletFilterTestResource.java index bfc062b4a3..3c367e4ac3 100644 --- a/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/ServletFilterTestResource.java +++ b/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/ServletFilterTestResource.java @@ -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 @@ -26,7 +26,7 @@ /** * Test resource to be called within an ServletContainer registered as servlet filter. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("filter") public class ServletFilterTestResource { diff --git a/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/TestApplication.java b/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/TestApplication.java index 099008fab4..57bcad9fd8 100644 --- a/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/TestApplication.java +++ b/tests/integration/jersey-2654/src/main/java/org/glassfish/jersey/tests/integration/jersey2654/TestApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * JAX-RS application to configure resources for JERSEY-2525 reproducer. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestApplication extends Application { @Override diff --git a/tests/integration/jersey-2654/src/test/java/org/glassfish/jersey/tests/integration/jersey2654/Jersey2654ITCase.java b/tests/integration/jersey-2654/src/test/java/org/glassfish/jersey/tests/integration/jersey2654/Jersey2654ITCase.java index 0589b649cb..c6793b6faa 100644 --- a/tests/integration/jersey-2654/src/test/java/org/glassfish/jersey/tests/integration/jersey2654/Jersey2654ITCase.java +++ b/tests/integration/jersey-2654/src/test/java/org/glassfish/jersey/tests/integration/jersey2654/Jersey2654ITCase.java @@ -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 @@ -41,7 +41,7 @@ * Tests, that unencoded curly brackets (typically used in URI queries containing JSON) do not cause the request to * fail when running in a servlet environment and configured as a filter. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Jersey2654ITCase extends JerseyTest { diff --git a/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestApplication.java b/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestApplication.java index a7f533e91f..03a5b1801b 100644 --- a/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestApplication.java +++ b/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestApplication.java @@ -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 @@ -23,7 +23,7 @@ /** * Jersey application for JERSEY-2878. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @ApplicationPath("/") public class TestApplication extends ResourceConfig { diff --git a/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestResource.java b/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestResource.java index eaada6a162..b3414bab17 100644 --- a/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestResource.java +++ b/tests/integration/jersey-2878/src/main/java/org/glassfish/jersey/tests/integration/jersey2878/TestResource.java @@ -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 @@ -22,7 +22,7 @@ /** * A simple resource that returns a string. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("string") public class TestResource { diff --git a/tests/integration/jersey-2878/src/test/java/org/glassfish/jersey/tests/integration/jersey2878/Jersey2878ApacheITCase.java b/tests/integration/jersey-2878/src/test/java/org/glassfish/jersey/tests/integration/jersey2878/Jersey2878ApacheITCase.java index 8786b5252e..f23c45e5be 100644 --- a/tests/integration/jersey-2878/src/test/java/org/glassfish/jersey/tests/integration/jersey2878/Jersey2878ApacheITCase.java +++ b/tests/integration/jersey-2878/src/test/java/org/glassfish/jersey/tests/integration/jersey2878/Jersey2878ApacheITCase.java @@ -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 @@ -22,7 +22,7 @@ /** * Additional test class that tests jersey client configured with the apache http. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class Jersey2878ApacheITCase extends Jersey2878ITCase { diff --git a/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestApplication.java b/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestApplication.java index f1b5eb0588..78b6f39563 100644 --- a/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestApplication.java +++ b/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Jersey application for JERSEY-2878 and also J-605 (which is derived from the former one). * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @ApplicationPath("/") public class TestApplication extends ResourceConfig { diff --git a/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestResource.java b/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestResource.java index c59b252e38..dc6593c123 100644 --- a/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestResource.java +++ b/tests/integration/jersey-2892/src/main/java/org/glassfish/jersey/tests/integration/jersey2892/TestResource.java @@ -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 @@ -26,7 +26,7 @@ /** * A resource that provides a means to test whether repeating classes in object graph are correctly filtered out. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/") @Produces(MediaType.APPLICATION_JSON) diff --git a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/AbstractJerseyEntityFilteringITCase.java b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/AbstractJerseyEntityFilteringITCase.java index ac5a7ab36c..4b32ba9534 100644 --- a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/AbstractJerseyEntityFilteringITCase.java +++ b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/AbstractJerseyEntityFilteringITCase.java @@ -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 @@ -31,7 +31,7 @@ /** * Tests whether classes repeating in the object graph are filtered out correctly. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public abstract class AbstractJerseyEntityFilteringITCase extends JerseyTest { diff --git a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/J605MoxyITCase.java b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/J605MoxyITCase.java index 501df41c73..bf1798bb20 100644 --- a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/J605MoxyITCase.java +++ b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/J605MoxyITCase.java @@ -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 @@ -19,7 +19,7 @@ /** * Tests whether classes repeating in the object graph are filtered out correctly when using MOXY json provider. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class J605MoxyITCase extends AbstractJerseyEntityFilteringITCase { diff --git a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/Jersey2892JacksonITCase.java b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/Jersey2892JacksonITCase.java index 1ce858eda5..2a50bef367 100644 --- a/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/Jersey2892JacksonITCase.java +++ b/tests/integration/jersey-2892/src/test/java/org/glassfish/jersey/tests/integration/jersey2892/Jersey2892JacksonITCase.java @@ -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 @@ -19,7 +19,7 @@ /** * Tests whether classes repeating in the object graph are filtered out correctly when using Jackson json provider. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class Jersey2892JacksonITCase extends AbstractJerseyEntityFilteringITCase { diff --git a/tests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java b/tests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java index 49d6329b63..70c193969c 100644 --- a/tests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java +++ b/tests/integration/jersey-3992/src/main/java/org/glassfish/jersey/tests/cdi/resources/MainApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2017 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2018 Payara Foundation and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the @@ -36,7 +36,7 @@ /** * JAX-RS application to configure resources. * - * @author Jonathan Benoit (jonathan.benoit at oracle.com) + * @author Jonathan Benoit */ @ApplicationPath("main") @ApplicationScoped diff --git a/tests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java b/tests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java index 091b8ad04c..98fd55c83a 100644 --- a/tests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java +++ b/tests/integration/jersey-3992/src/test/java/org/glassfish/jersey/tests/cdi/resources/CdiTest.java @@ -32,7 +32,7 @@ * $AS_HOME/bin/asadmin deploy target/cdi-test-webapp * mvn -DskipTests=false test * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class CdiTest extends JerseyTest { diff --git a/tests/integration/property-check/src/test/java/org/glassfish/jersey/tests/integration/propertycheck/PropertyOverlappingCheckTest.java b/tests/integration/property-check/src/test/java/org/glassfish/jersey/tests/integration/propertycheck/PropertyOverlappingCheckTest.java index ef7072ed01..9eba3faa00 100644 --- a/tests/integration/property-check/src/test/java/org/glassfish/jersey/tests/integration/propertycheck/PropertyOverlappingCheckTest.java +++ b/tests/integration/property-check/src/test/java/org/glassfish/jersey/tests/integration/propertycheck/PropertyOverlappingCheckTest.java @@ -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 @@ -62,8 +62,8 @@ * to recognize individual properties. *

    * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Adam Lindenthal + * @author Marek Potociar */ public class PropertyOverlappingCheckTest { diff --git a/tests/integration/servlet-2.5-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResource.java b/tests/integration/servlet-2.5-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResource.java index 3f0a802082..086915cc34 100644 --- a/tests/integration/servlet-2.5-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResource.java +++ b/tests/integration/servlet-2.5-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("myresource") public class MyResource { diff --git a/tests/integration/servlet-2.5-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResourceITCase.java b/tests/integration/servlet-2.5-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResourceITCase.java index 824a01ca3c..7bff80f797 100644 --- a/tests/integration/servlet-2.5-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResourceITCase.java +++ b/tests/integration/servlet-2.5-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_2_5_filter/MyResourceITCase.java @@ -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 @@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MyResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/ClientUsingResource.java b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/ClientUsingResource.java index 0728579a86..2746461523 100644 --- a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/ClientUsingResource.java +++ b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/ClientUsingResource.java @@ -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 @@ -27,7 +27,7 @@ /** * A resource that instantiated & uses JAX-RS/Jersey client to access another resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("viaclient") public class ClientUsingResource { diff --git a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/HelloWorldResource.java b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/HelloWorldResource.java index 2ab6f5b4a7..d2c1bbe6ed 100644 --- a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/HelloWorldResource.java @@ -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 @@ -29,7 +29,7 @@ import org.glassfish.jersey.servlet.WebConfig; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula */ @Path("helloworld") diff --git a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/MultipleLinksResource.java b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/MultipleLinksResource.java index adcafeab8e..e9d470226d 100644 --- a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/MultipleLinksResource.java +++ b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/MultipleLinksResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Reproducer for JERSEY-1801. See also E2E {@code LinkTest}. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("links") public class MultipleLinksResource { diff --git a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25init1.java b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25init1.java index b6aec667d2..10bf9c4ba4 100644 --- a/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25init1.java +++ b/tests/integration/servlet-2.5-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25init1.java @@ -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 @@ -28,7 +28,7 @@ /** * JAX-RS application for the Servlet 2.5 initialization test #01. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @ApplicationPath("application_path") public class Servlet25init1 extends Application { diff --git a/tests/integration/servlet-2.5-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25Init1ITCase.java b/tests/integration/servlet-2.5-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25Init1ITCase.java index 7ee6968bf8..48324c9d1a 100644 --- a/tests/integration/servlet-2.5-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25Init1ITCase.java +++ b/tests/integration/servlet-2.5-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_1/Servlet25Init1ITCase.java @@ -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 @@ -37,7 +37,7 @@ /** * Servlet 2.5 initialization test #01. * - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula */ public class Servlet25Init1ITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResource.java b/tests/integration/servlet-2.5-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResource.java index 3867cd285a..d3fd2f81a6 100644 --- a/tests/integration/servlet-2.5-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResourceITCase.java index 89071b3c75..6d97207068 100644 --- a/tests/integration/servlet-2.5-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_2/HelloWorldResourceITCase.java @@ -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 @@ -28,7 +28,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-3/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResource.java b/tests/integration/servlet-2.5-init-3/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResource.java index 3df9bbe8c6..918b7e0ad1 100644 --- a/tests/integration/servlet-2.5-init-3/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-3/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-3/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-3/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResourceITCase.java index ac2c4fed36..b87c5392fa 100644 --- a/tests/integration/servlet-2.5-init-3/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-3/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_3/HelloWorldResourceITCase.java @@ -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 @@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResource.java b/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResource.java index ebf7b5b015..91b685f376 100644 --- a/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWriter.java b/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWriter.java index 54113d1cb7..25a3d006e7 100644 --- a/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWriter.java +++ b/tests/integration/servlet-2.5-init-4/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWriter.java @@ -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 @@ -30,7 +30,7 @@ import org.glassfish.jersey.message.MessageUtils; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Provider public class HelloWriter implements MessageBodyWriter { diff --git a/tests/integration/servlet-2.5-init-4/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-4/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResourceITCase.java index c16b5fff64..1efb8441d2 100644 --- a/tests/integration/servlet-2.5-init-4/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-4/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_4/HelloWorldResourceITCase.java @@ -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 @@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResource.java b/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResource.java index 16003d35b8..580505a7ed 100644 --- a/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("filter_path/helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/Servlet25init5.java b/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/Servlet25init5.java index 272e070011..d9e43c73f9 100644 --- a/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/Servlet25init5.java +++ b/tests/integration/servlet-2.5-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/Servlet25init5.java @@ -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 @@ -23,7 +23,7 @@ import javax.ws.rs.core.Application; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @ApplicationPath("application_path") public class Servlet25init5 extends Application{ diff --git a/tests/integration/servlet-2.5-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResourceITCase.java index 561412a43b..ab485e1fc2 100644 --- a/tests/integration/servlet-2.5-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_5/HelloWorldResourceITCase.java @@ -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 @@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-6/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResource.java b/tests/integration/servlet-2.5-init-6/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResource.java index 0d5c6e3ef2..0e861954c0 100644 --- a/tests/integration/servlet-2.5-init-6/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-6/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-6/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-6/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResourceITCase.java index e10063fe59..a8d2c8c5e9 100644 --- a/tests/integration/servlet-2.5-init-6/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-6/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_6/HelloWorldResourceITCase.java @@ -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 @@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResource.java b/tests/integration/servlet-2.5-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResource.java index 3b924d47ca..f6e9aeeb80 100644 --- a/tests/integration/servlet-2.5-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResourceITCase.java index b1edf72709..c40a8cf70d 100644 --- a/tests/integration/servlet-2.5-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_7/HelloWorldResourceITCase.java @@ -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 @@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResource.java b/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResource.java index ab3917dc5a..8299217616 100644 --- a/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWriter.java b/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWriter.java index 62dcb6fa8a..f04a47e83c 100644 --- a/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWriter.java +++ b/tests/integration/servlet-2.5-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWriter.java @@ -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 @@ -29,7 +29,7 @@ import org.glassfish.jersey.message.MessageUtils; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Provider public class HelloWriter implements MessageBodyWriter { diff --git a/tests/integration/servlet-2.5-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResourceITCase.java b/tests/integration/servlet-2.5-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResourceITCase.java index ba304bae57..418e5fa94e 100644 --- a/tests/integration/servlet-2.5-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-2.5-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_init_8/HelloWorldResourceITCase.java @@ -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 @@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/AnotherResource.java b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/AnotherResource.java index 49e28ec0e3..1042e4b65c 100644 --- a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/AnotherResource.java +++ b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/AnotherResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("another") public class AnotherResource { diff --git a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/HelloWorldResource.java b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/HelloWorldResource.java index 2fdcb63a2c..7912918983 100644 --- a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/HelloWorldResource.java +++ b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadResource.java b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadResource.java index e2c1c46fcc..aeb411dc8c 100644 --- a/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadResource.java +++ b/tests/integration/servlet-2.5-reload/src/main/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadResource.java @@ -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 @@ -23,7 +23,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("reload") public class ReloadResource { diff --git a/tests/integration/servlet-2.5-reload/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadTestIT.java b/tests/integration/servlet-2.5-reload/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadTestIT.java index af22617d35..6515b8aa3a 100644 --- a/tests/integration/servlet-2.5-reload/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadTestIT.java +++ b/tests/integration/servlet-2.5-reload/src/test/java/org/glassfish/jersey/tests/integration/servlet_25_config_reload/ReloadTestIT.java @@ -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 @@ -29,7 +29,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class ReloadTestIT extends JerseyTest { diff --git a/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java b/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java index 2f96055623..e91d67b536 100644 --- a/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java +++ b/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java @@ -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 @@ -32,7 +32,7 @@ /** * Asynchronous servlet-deployed resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("async") public class AsyncServletResource { diff --git a/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java b/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java index 5787a1d5ce..e903da28d0 100644 --- a/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java +++ b/tests/integration/servlet-3-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java @@ -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 @@ -25,7 +25,7 @@ /** * Asynchronous servlet-deployed resource application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("/") public class Servlet3Async extends Application { diff --git a/tests/integration/servlet-3-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceITCase.java b/tests/integration/servlet-3-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceITCase.java index 6cdfb9aacc..fb202afead 100644 --- a/tests/integration/servlet-3-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceITCase.java +++ b/tests/integration/servlet-3-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceITCase.java @@ -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 @@ -47,7 +47,7 @@ /** * Asynchronous servlet-deployed resource test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AsyncServletResourceITCase extends JerseyTest { private static final Logger LOGGER = Logger.getLogger(AsyncServletResourceITCase.class.getName()); diff --git a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/App.java b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/App.java index 2495c51de0..7a1ca316db 100644 --- a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/App.java +++ b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/App.java @@ -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 @@ -28,7 +28,7 @@ /** * Chunked I/O test JAX-RS application class. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("resources") public class App extends ResourceConfig { diff --git a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/Message.java b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/Message.java index e8b3304293..f19740ad6c 100644 --- a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/Message.java +++ b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/Message.java @@ -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 @@ -23,7 +23,7 @@ /** * Message POJO. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) diff --git a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/TestResource.java b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/TestResource.java index 6069a99be7..60a31c5550 100644 --- a/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/TestResource.java +++ b/tests/integration/servlet-3-chunked-io/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/TestResource.java @@ -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 @@ -35,7 +35,7 @@ /** * Test resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("/test") public class TestResource { diff --git a/tests/integration/servlet-3-chunked-io/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/ChunkedInputOutputITCase.java b/tests/integration/servlet-3-chunked-io/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/ChunkedInputOutputITCase.java index 40d57af0c7..e71406d5b2 100644 --- a/tests/integration/servlet-3-chunked-io/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/ChunkedInputOutputITCase.java +++ b/tests/integration/servlet-3-chunked-io/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_chunked_io/ChunkedInputOutputITCase.java @@ -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 @@ -41,7 +41,7 @@ /** * Chunked I/O integration tests. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class ChunkedInputOutputITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResource.java b/tests/integration/servlet-3-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResource.java index ca3c3a76cd..c071afea4a 100644 --- a/tests/integration/servlet-3-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResource.java +++ b/tests/integration/servlet-3-filter/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Path("myresource") public class MyResource { diff --git a/tests/integration/servlet-3-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResourceITCase.java b/tests/integration/servlet-3-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResourceITCase.java index 226ac74381..e3eb454e7c 100644 --- a/tests/integration/servlet-3-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResourceITCase.java +++ b/tests/integration/servlet-3-filter/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_filter/MyResourceITCase.java @@ -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 @@ -30,7 +30,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MyResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java b/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java index 3cd45ec41a..51041ee74d 100644 --- a/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java +++ b/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResource.java @@ -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 @@ -32,7 +32,7 @@ /** * Asynchronous servlet-deployed resource. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("async") public class AsyncServletResource { diff --git a/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java b/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java index c0be482787..abb6463e17 100644 --- a/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java +++ b/tests/integration/servlet-3-gf-async/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_async/Servlet3Async.java @@ -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 @@ -25,7 +25,7 @@ /** * Asynchronous servlet-deployed resource application. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("/") public class Servlet3Async extends Application { diff --git a/tests/integration/servlet-3-gf-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceTest.java b/tests/integration/servlet-3-gf-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceTest.java index 69ac18ffad..3656086d2e 100644 --- a/tests/integration/servlet-3-gf-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceTest.java +++ b/tests/integration/servlet-3-gf-async/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_async/AsyncServletResourceTest.java @@ -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 @@ -49,7 +49,7 @@ /** * Asynchronous servlet-deployed resource test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ public class AsyncServletResourceTest extends JerseyTest { diff --git a/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResource.java b/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResource.java index ea4d55f201..3a27b167d1 100644 --- a/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResource.java +++ b/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/Servlet3init1.java b/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/Servlet3init1.java index 13b7c889fa..61f84ac4d3 100644 --- a/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/Servlet3init1.java +++ b/tests/integration/servlet-3-init-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/Servlet3init1.java @@ -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 @@ -22,7 +22,7 @@ import java.util.Set; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @ApplicationPath("/") public class Servlet3init1 extends Application { diff --git a/tests/integration/servlet-3-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResourceITCase.java b/tests/integration/servlet-3-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResourceITCase.java index b2edbf71bc..bbfb9a9467 100644 --- a/tests/integration/servlet-3-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-3-init-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_1/HelloWorldResourceITCase.java @@ -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 @@ -30,7 +30,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResource.java b/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResource.java index 27b37979b0..b919efd5c6 100644 --- a/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResource.java +++ b/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/Servlet3init2.java b/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/Servlet3init2.java index 011254fd6b..387839d35e 100644 --- a/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/Servlet3init2.java +++ b/tests/integration/servlet-3-init-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/Servlet3init2.java @@ -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 @@ -21,7 +21,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Michal Gajdos */ @ApplicationPath("/") diff --git a/tests/integration/servlet-3-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResourceITCase.java b/tests/integration/servlet-3-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResourceITCase.java index c0fbdb0b44..fd8388fdd5 100644 --- a/tests/integration/servlet-3-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-3-init-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_2/HelloWorldResourceITCase.java @@ -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 @@ -28,7 +28,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek * @author Martin Matula * @author Michal Gajdos */ diff --git a/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResource.java b/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResource.java index 91d8093a44..acca41d2b3 100644 --- a/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResource.java +++ b/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResource.java @@ -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 @@ -21,8 +21,8 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWriter.java b/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWriter.java index d70573a5d8..8c27f42322 100644 --- a/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWriter.java +++ b/tests/integration/servlet-3-init-5/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWriter.java @@ -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 @@ -30,8 +30,8 @@ import org.glassfish.jersey.message.MessageUtils; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ @Provider public class HelloWriter implements MessageBodyWriter { diff --git a/tests/integration/servlet-3-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResourceITCase.java b/tests/integration/servlet-3-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResourceITCase.java index af14376dc8..0eaa27db22 100644 --- a/tests/integration/servlet-3-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-3-init-5/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_5/HelloWorldResourceITCase.java @@ -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 @@ -27,8 +27,8 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResource.java b/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResource.java index acaaf92a45..71e237a759 100644 --- a/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResource.java +++ b/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResource.java @@ -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 @@ -21,8 +21,8 @@ import javax.ws.rs.Produces; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ @Path("helloworld") public class HelloWorldResource { diff --git a/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWriter.java b/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWriter.java index 3e9898f271..ed74936a10 100644 --- a/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWriter.java +++ b/tests/integration/servlet-3-init-7/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWriter.java @@ -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 @@ -28,8 +28,8 @@ import javax.ws.rs.ext.Provider; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ @Provider public class HelloWriter implements MessageBodyWriter { diff --git a/tests/integration/servlet-3-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResourceITCase.java b/tests/integration/servlet-3-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResourceITCase.java index 43f36e33c8..4955e483ab 100644 --- a/tests/integration/servlet-3-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-3-init-7/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_7/HelloWorldResourceITCase.java @@ -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 @@ -27,8 +27,8 @@ import static org.junit.Assert.assertTrue; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld1Resource.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld1Resource.java index 5604139732..1ab4152bfb 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld1Resource.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld1Resource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld1") public class HelloWorld1Resource { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld2Resource.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld2Resource.java index cba1bddb15..0387d7c8a8 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld2Resource.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld2Resource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld2") public class HelloWorld2Resource { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld3Resource.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld3Resource.java index 010ae622ff..2f0f9d1102 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld3Resource.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld3Resource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld3") public class HelloWorld3Resource { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld4Resource.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld4Resource.java index 82936a1b2a..43bda462dd 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld4Resource.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorld4Resource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.Produces; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld4") public class HelloWorld4Resource { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App1.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App1.java index e32c7181d9..c7aeadb5be 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App1.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App1.java @@ -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 @@ -27,7 +27,7 @@ * It means {@code ApplicationPath.value} ({@code /app1ann}) is overridden using a {@code servlet-mapping} element. * The application also explicitly register JAX-RS resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/app1ann") public class Servlet3Init8App1 extends Application { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App2.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App2.java index 1ca6ecfca2..d0e000c178 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App2.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App2.java @@ -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 @@ -27,7 +27,7 @@ * It means {@code ApplicationPath.value} ({@code /app2ann}) is used as base servlet URI. * The application also explicitly register JAX-RS resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/app2ann") public class Servlet3Init8App2 extends Application { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App3.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App3.java index c7163e1656..6a465bea0a 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App3.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App3.java @@ -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 @@ -27,7 +27,7 @@ * It means {@code ApplicationPath.value} ({@code /app3ann}) is used as base servlet URI. * The application also explicitly register JAX-RS resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/app3ann") public class Servlet3Init8App3 extends Application { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App4.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App4.java index 9a3667c24f..d201a62609 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App4.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App4.java @@ -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 @@ -26,7 +26,7 @@ * And there is no {@code ApplicationPath} annotation on the class. * The application also explicitly register JAX-RS resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Servlet3Init8App4 extends Application { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App5.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App5.java index b1f2ea8b6d..eb67579296 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App5.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/Servlet3Init8App5.java @@ -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 @@ -23,7 +23,7 @@ * And there is no {@code ApplicationPath} annotation on the class. * The application does NOT explicitly register any JAX-RS resource. All available resources are automatically registered. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Servlet3Init8App5 extends Application { diff --git a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/UnreachableResource.java b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/UnreachableResource.java index 99f9710e08..b7e504ca4d 100644 --- a/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/UnreachableResource.java +++ b/tests/integration/servlet-3-init-8/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/UnreachableResource.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Response; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("unreachable") public class UnreachableResource { diff --git a/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceITCase.java b/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceITCase.java index 0955681240..ba14d28fd5 100644 --- a/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceITCase.java +++ b/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceITCase.java @@ -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 @@ -37,7 +37,7 @@ /** * Test reachable resources. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class HelloWorldResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceUnreachableITCase.java b/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceUnreachableITCase.java index 914687d84f..4a2b21ca39 100644 --- a/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceUnreachableITCase.java +++ b/tests/integration/servlet-3-init-8/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_8/HelloWorldResourceUnreachableITCase.java @@ -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 @@ -37,7 +37,7 @@ /** * Test unreachable resources. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class HelloWorldResourceUnreachableITCase extends JerseyTest { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResource.java index 489a50b6d5..f8ae09e3ab 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResource.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Produces; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public abstract class AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application1.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application1.java index 8316b4029d..d521752760 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application1.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application1.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Application; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Application1 extends Application { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application2.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application2.java index 89f1683185..dc3f33c172 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application2.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application2.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Application; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Application2 extends Application { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application3.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application3.java index 20932c5297..46d221370a 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application3.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application3.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Application; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Application3 extends Application { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application4.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application4.java index e89767d24f..60823f92d2 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application4.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/Application4.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Application; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/application4/*") public class Application4 extends Application { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1Resource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1Resource.java index 9ffd3158cc..07fd20f65a 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1Resource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1Resource.java @@ -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 @@ -21,7 +21,7 @@ import javax.ws.rs.PathParam; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld1") public class HelloWorld1Resource extends AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2Resource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2Resource.java index 99cc572988..0787cca7f3 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2Resource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2Resource.java @@ -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 @@ -19,7 +19,7 @@ import javax.ws.rs.Path; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld2") public class HelloWorld2Resource extends AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3Resource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3Resource.java index 9f510e0e0e..c4979cc6ae 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3Resource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3Resource.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Path; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld3") public class HelloWorld3Resource extends AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4Resource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4Resource.java index f8db2e39d7..0b662b2fff 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4Resource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4Resource.java @@ -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 @@ -19,7 +19,7 @@ import javax.ws.rs.Path; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld4") public class HelloWorld4Resource extends AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5Resource.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5Resource.java index aa8350a4b7..0c8816220c 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5Resource.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5Resource.java @@ -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 @@ -23,7 +23,7 @@ import java.util.Enumeration; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("helloworld5") public class HelloWorld5Resource extends AbstractHelloWorldResource { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWriter.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWriter.java index cb061cdc47..d40f44bb61 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWriter.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWriter.java @@ -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 @@ -31,8 +31,8 @@ /** - * @author Pavel Bucek (pavel.bucek at oracle.com) - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Pavel Bucek + * @author Libor Kramolis */ @Provider public class HelloWriter implements MessageBodyWriter { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestContainerLifecycleListener.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestContainerLifecycleListener.java index e8a1b0e9a8..f86920a068 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestContainerLifecycleListener.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestContainerLifecycleListener.java @@ -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 @@ -27,7 +27,7 @@ * This is just test purpose implementation of Jersey SPI {@link ContainerLifecycleListener}. * The listener class is registered in {@link TestServletContainerProvider} to {@link ResourceConfig}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TestContainerLifecycleListener implements ContainerLifecycleListener { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestFilter.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestFilter.java index 27093c3a7a..1ee7dbd465 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestFilter.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestFilter.java @@ -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 @@ -31,7 +31,7 @@ * Servlet. * The filter class is added in {@link TestServletContainerProvider}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TestFilter implements Filter { diff --git a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestServletContainerProvider.java b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestServletContainerProvider.java index abe1a501e3..241c166112 100644 --- a/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestServletContainerProvider.java +++ b/tests/integration/servlet-3-init-provider/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/TestServletContainerProvider.java @@ -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 @@ -30,7 +30,7 @@ /** * This is just test purpose implementation of Jersey internal SPI {@link ServletContainerProvider}. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TestServletContainerProvider implements ServletContainerProvider { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResourceTest.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResourceTest.java index fec1830315..259dd8d972 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResourceTest.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/AbstractHelloWorldResourceTest.java @@ -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 @@ -29,7 +29,7 @@ import javax.ws.rs.NotFoundException; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public abstract class AbstractHelloWorldResourceTest extends JerseyTest { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1ResourceITCase.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1ResourceITCase.java index 1299390f57..ef833d10ca 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1ResourceITCase.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld1ResourceITCase.java @@ -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 @@ -22,7 +22,7 @@ import org.junit.Test; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class HelloWorld1ResourceITCase extends AbstractHelloWorldResourceTest { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2ResourceITCase.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2ResourceITCase.java index e38ac59030..d4d1269f12 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2ResourceITCase.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld2ResourceITCase.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.integration.servlet_3_init_provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class HelloWorld2ResourceITCase extends AbstractHelloWorldResourceTest { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3ResourceITCase.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3ResourceITCase.java index 6a16e469e9..27f7b64512 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3ResourceITCase.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld3ResourceITCase.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.client.WebTarget; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class HelloWorld3ResourceITCase extends AbstractHelloWorldResourceTest { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4ResourceITCase.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4ResourceITCase.java index 9d39e25112..d393170b05 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4ResourceITCase.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld4ResourceITCase.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.core.Response; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class HelloWorld4ResourceITCase extends AbstractHelloWorldResourceTest { diff --git a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5ResourceITCase.java b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5ResourceITCase.java index 81dae7b694..ab503493df 100644 --- a/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5ResourceITCase.java +++ b/tests/integration/servlet-3-init-provider/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_init_provider/HelloWorld5ResourceITCase.java @@ -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 @@ -20,7 +20,7 @@ import org.junit.Test; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class HelloWorld5ResourceITCase extends AbstractHelloWorldResourceTest { diff --git a/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/CustomContextListener.java b/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/CustomContextListener.java index 82a54c86f6..a726339286 100644 --- a/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/CustomContextListener.java +++ b/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/CustomContextListener.java @@ -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 @@ -21,7 +21,7 @@ import javax.servlet.annotation.WebListener; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @WebListener public class CustomContextListener implements ServletContextListener { diff --git a/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamResource.java b/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamResource.java index 79ef7a84ad..40a2977fa5 100644 --- a/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamResource.java +++ b/tests/integration/servlet-3-params/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamResource.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.core.Context; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ @Path("params") public class ParamResource { diff --git a/tests/integration/servlet-3-params/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamsTestITCase.java b/tests/integration/servlet-3-params/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamsTestITCase.java index 5dc415198c..cf00cc1bca 100644 --- a/tests/integration/servlet-3-params/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamsTestITCase.java +++ b/tests/integration/servlet-3-params/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_params/ParamsTestITCase.java @@ -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 @@ -28,7 +28,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ParamsTestITCase extends JerseyTest { @Override diff --git a/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreApp.java b/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreApp.java index 3e37025c99..85befa990f 100644 --- a/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreApp.java +++ b/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreApp.java @@ -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 @@ -24,7 +24,7 @@ /** * SSE item store JAX-RS application class. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @ApplicationPath("resources") public class ItemStoreApp extends ResourceConfig { diff --git a/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResource.java b/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResource.java index dbbb285afe..6d8fe8f70b 100644 --- a/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResource.java +++ b/tests/integration/servlet-3-sse-1/src/main/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResource.java @@ -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 @@ -42,7 +42,7 @@ /** * A resource for storing named items. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Path("items") public class ItemStoreResource { diff --git a/tests/integration/servlet-3-sse-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResourceITCase.java b/tests/integration/servlet-3-sse-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResourceITCase.java index 70bdd769f9..63ca57b9be 100644 --- a/tests/integration/servlet-3-sse-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResourceITCase.java +++ b/tests/integration/servlet-3-sse-1/src/test/java/org/glassfish/jersey/tests/integration/servlet_3_sse_1/ItemStoreResourceITCase.java @@ -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 @@ -61,7 +61,7 @@ /** * Item store test. * - * @author Marek Potociar (marek.potociar at oracle.com) + * @author Marek Potociar */ @Ignore public class ItemStoreResourceITCase extends JerseyTest { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/JaxRsApplicationAutodetected.java b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/JaxRsApplicationAutodetected.java index fe3f465b44..368be71370 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/JaxRsApplicationAutodetected.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/JaxRsApplicationAutodetected.java @@ -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 @@ -25,7 +25,7 @@ /** * Test application. This one gets registered automatically. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("autodetected") public class JaxRsApplicationAutodetected extends Application { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedResource.java b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedResource.java index 47370b8c2a..67a2cef079 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedResource.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedResource.java @@ -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 @@ -33,7 +33,7 @@ * {@link HttpServletResponse} instance, so that we could testify custom implementations * has been used there. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") public class RequestResponseInjectedResource { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedSingletonResource.java b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedSingletonResource.java index f916f7ea4c..7af3b31ca6 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedSingletonResource.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseInjectedSingletonResource.java @@ -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 @@ -30,7 +30,7 @@ * {@link HttpServletResponse} instance, so that we could testify custom implementations * has been used there. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/singleton") @Singleton diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java index e2afcf10c1..29d57417a7 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding2/RequestResponseWrapperProvider.java @@ -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 @@ -83,7 +83,7 @@ * The request wrapper contains a direct reference to the underlying container request * in case it gets injected into a request scoped component. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class RequestResponseWrapperProvider extends NoOpServletContainerProvider { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AbstractRequestResponseTypeTest.java b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AbstractRequestResponseTypeTest.java index 5631450e95..9756521fc0 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AbstractRequestResponseTypeTest.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AbstractRequestResponseTypeTest.java @@ -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 @@ -32,7 +32,7 @@ * Make sure that injected request/response instances * are of the types injected by {@link RequestResponseWrapperProvider}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class AbstractRequestResponseTypeTest extends JerseyTest { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AutodetectedAppRequestResponseTypeITCase.java b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AutodetectedAppRequestResponseTypeITCase.java index 13a6063c69..88bf864137 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AutodetectedAppRequestResponseTypeITCase.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/AutodetectedAppRequestResponseTypeITCase.java @@ -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 @@ -24,7 +24,7 @@ /** * Test for the autodetected JAX-RS app. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class AutodetectedAppRequestResponseTypeITCase extends AbstractRequestResponseTypeTest { diff --git a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/WebXmlConfiguredAppRequestResponseTypeITCase.java b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/WebXmlConfiguredAppRequestResponseTypeITCase.java index 9a028dc358..5fec570179 100644 --- a/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/WebXmlConfiguredAppRequestResponseTypeITCase.java +++ b/tests/integration/servlet-request-wrapper-binding-2/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper2/WebXmlConfiguredAppRequestResponseTypeITCase.java @@ -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 @@ -24,7 +24,7 @@ /** * Test for the web.xml configured JAX-RS app. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class WebXmlConfiguredAppRequestResponseTypeITCase extends AbstractRequestResponseTypeTest { diff --git a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/JaxRsApplicationAutodetected.java b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/JaxRsApplicationAutodetected.java index 1fe4126ce8..70ad5d4e85 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/JaxRsApplicationAutodetected.java +++ b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/JaxRsApplicationAutodetected.java @@ -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 @@ -25,7 +25,7 @@ /** * Test application. This one gets registered automatically. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @ApplicationPath("autodetected") public class JaxRsApplicationAutodetected extends Application { diff --git a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseInjectedResource.java b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseInjectedResource.java index 54cc690825..a2081d7530 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseInjectedResource.java +++ b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseInjectedResource.java @@ -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 @@ -28,7 +28,7 @@ * {@link HttpServletResponse} instance, so that we could testify custom implementations * has been used there. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") public class RequestResponseInjectedResource { diff --git a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseWrapperProvider.java b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseWrapperProvider.java index 09f40a7f12..28a18bf5d1 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseWrapperProvider.java +++ b/tests/integration/servlet-request-wrapper-binding/src/main/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper_binding/RequestResponseWrapperProvider.java @@ -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 @@ -29,7 +29,7 @@ /** * Servlet container provider that wraps the original Servlet request/response. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class RequestResponseWrapperProvider extends NoOpServletContainerProvider { diff --git a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AbstractRequestResponseTypeTest.java b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AbstractRequestResponseTypeTest.java index 4f4710da5a..29cda9d5a4 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AbstractRequestResponseTypeTest.java +++ b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AbstractRequestResponseTypeTest.java @@ -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 @@ -32,7 +32,7 @@ * Make sure that injected request/response instances * are of the types injected by {@link RequestResponseWrapperProvider}. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public abstract class AbstractRequestResponseTypeTest extends JerseyTest { diff --git a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AutodetectedAppRequestResponseTypeITCase.java b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AutodetectedAppRequestResponseTypeITCase.java index 7b7403a3e9..d9db848c96 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AutodetectedAppRequestResponseTypeITCase.java +++ b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/AutodetectedAppRequestResponseTypeITCase.java @@ -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 @@ -24,7 +24,7 @@ /** * Test for the autodetected JAX-RS app. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class AutodetectedAppRequestResponseTypeITCase extends AbstractRequestResponseTypeTest { diff --git a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/WebXmlConfiguredAppRequestResponseTypeITCase.java b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/WebXmlConfiguredAppRequestResponseTypeITCase.java index f6a85adf25..5e32c0e0f9 100644 --- a/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/WebXmlConfiguredAppRequestResponseTypeITCase.java +++ b/tests/integration/servlet-request-wrapper-binding/src/test/java/org/glassfish/jersey/tests/integration/servlet_request_wrapper/WebXmlConfiguredAppRequestResponseTypeITCase.java @@ -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 @@ -24,7 +24,7 @@ /** * Test for the web.xml configured JAX-RS app. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class WebXmlConfiguredAppRequestResponseTypeITCase extends AbstractRequestResponseTypeTest { diff --git a/tests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/SuppressContentLengthFilter.java b/tests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/SuppressContentLengthFilter.java index abb2ac6bec..11f1ff2620 100644 --- a/tests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/SuppressContentLengthFilter.java +++ b/tests/integration/servlet-tests/src/main/java/org/glassfish/jersey/tests/integration/servlettests/SuppressContentLengthFilter.java @@ -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 @@ -28,7 +28,7 @@ /** * JERSEY-2936 reproducer filter. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class SuppressContentLengthFilter implements Filter { diff --git a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/CacheControlOn404ITCase.java b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/CacheControlOn404ITCase.java index 5697e39bf6..215292799c 100644 --- a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/CacheControlOn404ITCase.java +++ b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/CacheControlOn404ITCase.java @@ -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 @@ -35,7 +35,7 @@ * headers don't get reset by the container. * * @author Martin Matula - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class CacheControlOn404ITCase extends JerseyTest { diff --git a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/Custom404MediaTypeITCase.java b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/Custom404MediaTypeITCase.java index 619d5ba023..291224306c 100644 --- a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/Custom404MediaTypeITCase.java +++ b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/Custom404MediaTypeITCase.java @@ -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 @@ -30,7 +30,7 @@ /** * @author Miroslav Fuksa - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Custom404MediaTypeITCase extends JerseyTest { diff --git a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/DuplicateHeaderITCase.java b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/DuplicateHeaderITCase.java index 2856ecbb1e..4de9039c03 100644 --- a/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/DuplicateHeaderITCase.java +++ b/tests/integration/servlet-tests/src/test/java/org/glassfish/jersey/tests/integration/servlettests/DuplicateHeaderITCase.java @@ -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 @@ -34,7 +34,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class DuplicateHeaderITCase extends JerseyTest { @Override diff --git a/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestApplication.java b/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestApplication.java index d5b67e7042..c600c29e7b 100644 --- a/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestApplication.java +++ b/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestApplication.java @@ -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 @@ -23,7 +23,7 @@ /** * Jersey application for code coverage testing. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @ApplicationPath("/") public class TestApplication extends ResourceConfig { diff --git a/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestResource.java b/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestResource.java index b8bfaab11d..4f4a3be4c5 100644 --- a/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestResource.java +++ b/tests/integration/sonar-test/src/main/java/org/glassfish/jersey/tests/integration/sonar/TestResource.java @@ -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 @@ -24,7 +24,7 @@ import org.glassfish.jersey.server.internal.sonar.SonarJerseyServer; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/") @Produces("text/plain") diff --git a/tests/integration/sonar-test/src/test/java/org/glassfish/jersey/tests/integration/sonar/JerseySonarITCase.java b/tests/integration/sonar-test/src/test/java/org/glassfish/jersey/tests/integration/sonar/JerseySonarITCase.java index 1c9f078dfe..5f0c65440c 100644 --- a/tests/integration/sonar-test/src/test/java/org/glassfish/jersey/tests/integration/sonar/JerseySonarITCase.java +++ b/tests/integration/sonar-test/src/test/java/org/glassfish/jersey/tests/integration/sonar/JerseySonarITCase.java @@ -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 @@ -30,7 +30,7 @@ import org.junit.Test; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class JerseySonarITCase extends JerseyTest { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupport.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupport.java index f260a39499..487625df7b 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupport.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupport.java @@ -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 @@ -21,7 +21,7 @@ import org.glassfish.jersey.server.TracingConfig; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/ALL") public class AllTracingSupport extends TracingSupport { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncResource.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncResource.java index 338172c75a..01b3e09a04 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncResource.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncResource.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.container.Suspended; /** -* @author Libor Kramolis (libor.kramolis at oracle.com) +* @author Libor Kramolis */ @Path("/async") public class AsyncResource { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncSubResource.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncSubResource.java index 9666448415..1e25e43d4e 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncSubResource.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/AsyncSubResource.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.container.Suspended; /** -* @author Libor Kramolis (libor.kramolis at oracle.com) +* @author Libor Kramolis */ @Path("/") public class AsyncSubResource { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilter68.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilter68.java index bbf688aaaa..3a47413177 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilter68.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilter68.java @@ -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 @@ -23,7 +23,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(68) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilterNoPriority.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilterNoPriority.java index 80c095cbf4..69c23186e5 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilterNoPriority.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerRequestFilterNoPriority.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider public class ContainerRequestFilterNoPriority implements ContainerRequestFilter { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilter5001.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilter5001.java index f674354cca..93a27e793e 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilter5001.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilter5001.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(5001) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilterNoPriority.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilterNoPriority.java index 381da17391..c1183a2d87 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilterNoPriority.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ContainerResponseFilterNoPriority.java @@ -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 @@ -23,7 +23,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider public class ContainerResponseFilterNoPriority implements ContainerResponseFilter { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Message.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Message.java index b8f4f6ad97..23c561fbd4 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Message.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Message.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.integration.tracing; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Message { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderGeneric.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderGeneric.java index 4d93336669..d61b7e9476 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderGeneric.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderGeneric.java @@ -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 @@ -29,7 +29,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Consumes("*/*") diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderTestFormat.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderTestFormat.java index 81d09416ef..338c1209fd 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderTestFormat.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyReaderTestFormat.java @@ -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 @@ -33,7 +33,7 @@ import org.glassfish.jersey.message.MessageUtils; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Consumes(Utils.APPLICATION_X_JERSEY_TEST) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterGeneric.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterGeneric.java index 4e295ba7ed..e19d869431 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterGeneric.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterGeneric.java @@ -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 @@ -29,7 +29,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Produces("*/*") diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterTestFormat.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterTestFormat.java index 6983d182d7..981fd63eaa 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterTestFormat.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/MessageBodyWriterTestFormat.java @@ -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 @@ -32,7 +32,7 @@ import org.glassfish.jersey.message.MessageUtils; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Produces(Utils.APPLICATION_X_JERSEY_TEST) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupport.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupport.java index 0a15268610..485bd1dcde 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupport.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupport.java @@ -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 @@ -21,7 +21,7 @@ import org.glassfish.jersey.server.TracingConfig; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @ApplicationPath("/ON_DEMAND") public class OnDemandTracingSupport extends TracingSupport { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter23.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter23.java index 6cc32a9719..9720061b69 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter23.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter23.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @PreMatching diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter42.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter42.java index fa83983341..e41eebb44f 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter42.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/PreMatchingContainerRequestFilter42.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @PreMatching diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor14.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor14.java index e37971c95d..0c56770e02 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor14.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor14.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.ReaderInterceptorContext; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(14) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor18.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor18.java index 3d3f4445d2..dc9974208c 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor18.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/ReaderInterceptor18.java @@ -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 @@ -24,7 +24,7 @@ import javax.ws.rs.ext.ReaderInterceptorContext; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(18) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Resource.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Resource.java index c13b57d936..20a5c5cbf3 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Resource.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Resource.java @@ -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 @@ -22,7 +22,7 @@ import javax.ws.rs.PathParam; /** -* @author Libor Kramolis (libor.kramolis at oracle.com) +* @author Libor Kramolis */ @Path("/root") public class Resource { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/SubResource.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/SubResource.java index b803c3eefd..55475652e3 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/SubResource.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/SubResource.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Path; /** -* @author Libor Kramolis (libor.kramolis at oracle.com) +* @author Libor Kramolis */ @Path("/") public class SubResource { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestException.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestException.java index 26dccfda5e..041dd94db8 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestException.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestException.java @@ -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 @@ -17,7 +17,7 @@ package org.glassfish.jersey.tests.integration.tracing; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TestException extends RuntimeException { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExceptionMapper.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExceptionMapper.java index 04d6dec21a..cdd5f2aada 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExceptionMapper.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExceptionMapper.java @@ -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 @@ -23,7 +23,7 @@ import javax.ws.rs.ext.Provider; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Priority(Priorities.USER) @Provider diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperGeneric.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperGeneric.java index 6a0cc9dd75..ca530ee946 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperGeneric.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperGeneric.java @@ -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 @@ -25,7 +25,7 @@ import org.glassfish.jersey.spi.ExtendedExceptionMapper; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Priority(Priorities.USER + 1) @Provider diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperRuntime.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperRuntime.java index 0161b37174..9087e75632 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperRuntime.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TestExtendedExceptionMapperRuntime.java @@ -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 @@ -26,7 +26,7 @@ import org.glassfish.jersey.spi.ExtendedExceptionMapper; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Priority(Priorities.USER + 2) @Provider diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TracingSupport.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TracingSupport.java index fabb7a281b..052c12a83e 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TracingSupport.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/TracingSupport.java @@ -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 @@ -21,7 +21,7 @@ import org.glassfish.jersey.server.TracingConfig; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class TracingSupport extends ResourceConfig { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java index aa9b45da7c..957900c436 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java @@ -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 @@ -28,7 +28,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public final class Utils { diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor39.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor39.java index f6257db733..71005c4c9f 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor39.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor39.java @@ -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 @@ -25,7 +25,7 @@ import javax.ws.rs.ext.WriterInterceptorContext; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(39) diff --git a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor45.java b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor45.java index a76f13f423..691a3b188d 100644 --- a/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor45.java +++ b/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/WriterInterceptor45.java @@ -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 @@ -25,7 +25,7 @@ import javax.ws.rs.ext.WriterInterceptorContext; /** - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Provider @Priority(45) diff --git a/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupportITCase.java b/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupportITCase.java index 430789ebd5..0983d0035d 100644 --- a/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupportITCase.java +++ b/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/AllTracingSupportITCase.java @@ -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 @@ -43,7 +43,7 @@ /** * 'ALL' tracing support test that is running in external Jetty container. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(Parameterized.class) public class AllTracingSupportITCase extends JerseyTest { diff --git a/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupportITCase.java b/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupportITCase.java index 05eccebcec..63532566d1 100644 --- a/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupportITCase.java +++ b/tests/integration/tracing-support/src/test/java/org/glassfish/jersey/tests/integration/tracing/OnDemandTracingSupportITCase.java @@ -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 @@ -39,7 +39,7 @@ /** * 'ON_DEMAND' tracing support test that is running in external Jetty container. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class OnDemandTracingSupportITCase extends JerseyTest { diff --git a/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java b/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java index 0caf3cad5d..39f3311856 100644 --- a/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java +++ b/tests/jmockit/src/test/java/org/glassfish/jersey/tests/jmockit/server/ResourceConfigTest.java @@ -26,7 +26,7 @@ import org.junit.Test; /** - * @author Pavel Bucek (pavel.bucek at oracle.com) + * @author Pavel Bucek */ public class ResourceConfigTest { diff --git a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/DaemonThreadMemoryLeakingResource.java b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/DaemonThreadMemoryLeakingResource.java index 395de4b9a7..369f581b0e 100644 --- a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/DaemonThreadMemoryLeakingResource.java +++ b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/DaemonThreadMemoryLeakingResource.java @@ -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 @@ -37,7 +37,7 @@ * The purpose of this resource (and the app) is to test whether the memory leaking infrastructure for redeployment scenarios * works. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/") @Singleton diff --git a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java index 4d687133dd..a31f064515 100644 --- a/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java +++ b/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java @@ -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 @@ -19,7 +19,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TestApplication extends ResourceConfig { diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingService.java b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingService.java index 9dc42377c8..82842c452c 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingService.java +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingService.java @@ -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 @@ -19,7 +19,7 @@ import org.jvnet.hk2.annotations.Contract; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Contract public interface GreetingService { diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingWrapper.java b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingWrapper.java index c4d0c9be56..86bd55e031 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingWrapper.java +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/GreetingWrapper.java @@ -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 @@ -19,7 +19,7 @@ import org.glassfish.hk2.api.ServiceLocator; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class GreetingWrapper { GreetingService service; diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/HelloServiceImpl.java b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/HelloServiceImpl.java index 64aa2bf104..6ca650d85b 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/HelloServiceImpl.java +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/HelloServiceImpl.java @@ -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 @@ -19,7 +19,7 @@ import org.jvnet.hk2.annotations.Service; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Service public class HelloServiceImpl implements GreetingService { diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/Main.java b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/Main.java index d58b4c617b..8fca119580 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/Main.java +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/Main.java @@ -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 @@ -23,7 +23,7 @@ import org.glassfish.hk2.utilities.binding.AbstractBinder; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class Main { diff --git a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/MyServlet.java b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/MyServlet.java index 2d6a266843..033c357112 100644 --- a/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/MyServlet.java +++ b/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/java/org/glassfish/jersey/tests/memleaks/nojersey/MyServlet.java @@ -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 @@ -29,7 +29,7 @@ import java.io.IOException; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class MyServlet extends HttpServlet { @Override diff --git a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/SomeClass.java b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/SomeClass.java index 7f36e53daa..8790c16b08 100644 --- a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/SomeClass.java +++ b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/SomeClass.java @@ -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 @@ -19,7 +19,7 @@ /** * A simple class that participates in the class/object reference circle that causes a memory leak. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class SomeClass { diff --git a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/StaticReferenceClass.java b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/StaticReferenceClass.java index 3662e79b67..cb82a1c470 100644 --- a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/StaticReferenceClass.java +++ b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/StaticReferenceClass.java @@ -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 @@ -22,7 +22,7 @@ * This class is a key to the classloader memory leak since it has a static reference to an object which will refer a {@link * ThreadLocal} instance which refers a class object. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class StaticReferenceClass { diff --git a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/ThreadLocalMemoryLeakServlet.java b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/ThreadLocalMemoryLeakServlet.java index a55c85a162..790e743b28 100644 --- a/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/ThreadLocalMemoryLeakServlet.java +++ b/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/java/org/glassfish/jersey/tests/memleaks/threadlocal/ThreadLocalMemoryLeakServlet.java @@ -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 @@ -34,7 +34,7 @@ * To revert this case to the simple one (the original one), change the {@link #threadLocal} instance should be static and than no * {@link StaticReferenceClass#STATIC_HOLDER} is needed. The memory leak occurs without any other special actions. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class ThreadLocalMemoryLeakServlet extends HttpServlet { diff --git a/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResource.java b/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResource.java index b78f64c1d7..2ff22f808e 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResource.java +++ b/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResource.java @@ -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 @@ -34,7 +34,7 @@ /** * This resource reproduces JERSEY-2800 when {@link #invokeBeanParamInject()} called repetitively. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/beanparam") public class BeanParamLeakResource { diff --git a/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/TestApplication.java b/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/TestApplication.java index 5333c4547e..44c8cc370d 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/TestApplication.java +++ b/tests/mem-leaks/test-cases/bean-param-leak/src/main/java/org/glassfish/jersey/tests/memleaks/beanparam/TestApplication.java @@ -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 @@ -21,7 +21,7 @@ /** * JAX-RS Application that serves {@link BeanParamLeakResource} class. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TestApplication extends ResourceConfig { diff --git a/tests/mem-leaks/test-cases/bean-param-leak/src/test/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResourceITCase.java b/tests/mem-leaks/test-cases/bean-param-leak/src/test/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResourceITCase.java index b9ffb16599..ef9c1775ee 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/src/test/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResourceITCase.java +++ b/tests/mem-leaks/test-cases/bean-param-leak/src/test/java/org/glassfish/jersey/tests/memleaks/beanparam/BeanParamLeakResourceITCase.java @@ -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 @@ -33,7 +33,7 @@ * This is an integration test that reproduces JERSEY-2800 by calling RESTful resource {@link BeanParamLeakResource} * repetitively. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class BeanParamLeakResourceITCase extends AbstractMemoryLeakWebAppTest { diff --git a/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/MemoryLeakingResource.java b/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/MemoryLeakingResource.java index 4bce46ee55..f3cccf2508 100644 --- a/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/MemoryLeakingResource.java +++ b/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/MemoryLeakingResource.java @@ -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 @@ -34,7 +34,7 @@ /** * Resource that causes {@link OutOfMemoryError} exception upon repetitive call of {@link #invoke(int)}. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/") @Singleton diff --git a/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java b/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java index b0435e5621..d74f4ca897 100644 --- a/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java +++ b/tests/mem-leaks/test-cases/leaking-test-app/src/main/java/org/glassfish/jersey/tests/memleaks/testleak/TestApplication.java @@ -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 @@ -19,7 +19,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TestApplication extends ResourceConfig { diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownleak/client/EndlessShutdownHookLeakTest.java b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownleak/client/EndlessShutdownHookLeakTest.java index 330b76e3ba..8b6c24fcbf 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownleak/client/EndlessShutdownHookLeakTest.java +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownleak/client/EndlessShutdownHookLeakTest.java @@ -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 @@ -33,7 +33,7 @@ /** * Reproducer for JERSEY-2786. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class EndlessShutdownHookLeakTest extends AbstractMemoryLeakSimpleTest { diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ClientShutdownLeakResource.java b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ClientShutdownLeakResource.java index ff2a8db3d1..5b649ce75e 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ClientShutdownLeakResource.java +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ClientShutdownLeakResource.java @@ -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 @@ -30,7 +30,7 @@ /** * This resource reproduces JERSEY-2786 when {@link #invokeClient()} called repetitively. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("client") @Singleton diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/TestApplication.java b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/TestApplication.java index 44ddb332aa..992cfac180 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/TestApplication.java +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/java/org/glassfish/jersey/tests/memleaks/shutdownhook/TestApplication.java @@ -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 @@ -19,7 +19,7 @@ import org.glassfish.jersey.server.ResourceConfig; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class TestApplication extends ResourceConfig { diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ShutdownLeakResourceITCase.java b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ShutdownLeakResourceITCase.java index 6d5554f866..955d5673d4 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ShutdownLeakResourceITCase.java +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/java/org/glassfish/jersey/tests/memleaks/shutdownhook/ShutdownLeakResourceITCase.java @@ -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 @@ -32,7 +32,7 @@ * This is an integration test that reproduces JERSEY-2786 by calling RESTful resource {@link ClientShutdownLeakResource} * repetitively. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class ShutdownLeakResourceITCase extends AbstractMemoryLeakWebAppTest { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.java index 77e376eb77..1207b51b71 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.java @@ -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 @@ -43,7 +43,7 @@ import static org.ops4j.pax.exam.CoreOptions.mavenBundle; /** - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @RunWith(PaxExam.class) public class ApacheOsgiIntegrationTest { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.java index 104347fa2c..2cb6b98b8c 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.java @@ -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 @@ -40,7 +40,7 @@ import static org.junit.Assert.assertEquals; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @RunWith(PaxExam.class) diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BeanValidationTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BeanValidationTest.java index 22201275aa..b872d100f4 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BeanValidationTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/BeanValidationTest.java @@ -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 @@ -47,7 +47,7 @@ * Basic test of Bean Validation. * * @author Michal Gajdos - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @RunWith(PaxExam.class) public class BeanValidationTest { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JsonResource.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JsonResource.java index f9c3bddf21..58315c41da 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JsonResource.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JsonResource.java @@ -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 @@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlRootElement; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("json") public class JsonResource { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/PackageScanningTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/PackageScanningTest.java index dbc299cb72..03a20cf9f0 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/PackageScanningTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/PackageScanningTest.java @@ -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 @@ -45,7 +45,7 @@ /** * NOTE: This test is excluded on JDK6 as it requires Servlet 3.1 API that is built against JDK 7. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ @RunWith(PaxExam.class) diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.java index 7f6c6fb499..b0e1acf223 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.java @@ -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 @@ -44,7 +44,7 @@ /** * Ensures server localization resource bundle gets loaded fine in OSGi runtime. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(PaxExam.class) public class ResourceBundleTest { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SimpleResource.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SimpleResource.java index 6b672cbb39..75b853a6f0 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SimpleResource.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SimpleResource.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Path; /** - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/simple") public class SimpleResource { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SseTest.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SseTest.java index c558f32a04..67cb9a3d78 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SseTest.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/SseTest.java @@ -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 @@ -57,7 +57,7 @@ /** * Basic test for SSE module OSGification. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @RunWith(PaxExam.class) public class SseTest { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.java index e5434eb7f2..9f52b96901 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.java @@ -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 @@ -20,7 +20,7 @@ import javax.ws.rs.Path; /** - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ @Path("/sub-packaged") public class SimpleResourceSubpackaged { diff --git a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java index 77fb6b1feb..9108cd6807 100644 --- a/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java +++ b/tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/util/Helper.java @@ -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 @@ -34,7 +34,7 @@ /** * Helper class to be used by individual tests. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak * @author Michal Gajdos */ public class Helper { diff --git a/tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java b/tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java index 9cfafb4ab0..342100ec98 100644 --- a/tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java +++ b/tests/performance/jmx-client/src/main/java/org/glassfish/jersey/tests/performance/jmxclient/Main.java @@ -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 @@ -28,7 +28,7 @@ /** * JMX Client entry point. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Main { diff --git a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicFilterFeature.java b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicFilterFeature.java index 6539149441..c0646e6ce2 100644 --- a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicFilterFeature.java +++ b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicFilterFeature.java @@ -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 @@ -25,7 +25,7 @@ /** * Dynamic feature to register custom filter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class DynamicFilterFeature implements DynamicFeature { diff --git a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilter.java b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilter.java index c3da5910c4..5c395bd351 100644 --- a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilter.java +++ b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilter.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom filter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class DynamicallyBoundFilter implements ContainerRequestFilter, ContainerResponseFilter { diff --git a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilterResource.java b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilterResource.java index 0a647c8698..d0c6391bf8 100644 --- a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilterResource.java +++ b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/DynamicallyBoundFilterResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Filtered resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/JaxRsApplication.java b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/JaxRsApplication.java index 0e68c1694f..535120ab0a 100644 --- a/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/JaxRsApplication.java +++ b/tests/performance/test-cases/filter-dynamic/src/main/java/org/glassfish/jersey/tests/performance/filter/dynamic/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/filter-dynamic/src/test/java/org/glassfish/jersey/tests/performance/filter/dynamic/FilterTest.java b/tests/performance/test-cases/filter-dynamic/src/test/java/org/glassfish/jersey/tests/performance/filter/dynamic/FilterTest.java index 7a31093db1..2cc9b58bc9 100644 --- a/tests/performance/test-cases/filter-dynamic/src/test/java/org/glassfish/jersey/tests/performance/filter/dynamic/FilterTest.java +++ b/tests/performance/test-cases/filter-dynamic/src/test/java/org/glassfish/jersey/tests/performance/filter/dynamic/FilterTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class FilterTest extends JerseyTest { diff --git a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/GlobalFilter.java b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/GlobalFilter.java index 5544482700..18bbe1e12e 100644 --- a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/GlobalFilter.java +++ b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/GlobalFilter.java @@ -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 @@ -30,7 +30,7 @@ /** * Global custom filter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class GlobalFilter implements ContainerRequestFilter, ContainerResponseFilter { diff --git a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/JaxRsApplication.java b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/JaxRsApplication.java index 11eb07d16d..e11fafb5ec 100644 --- a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/JaxRsApplication.java +++ b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/TextEntityResource.java b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/TextEntityResource.java index de1ce75124..b1978f5705 100644 --- a/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/TextEntityResource.java +++ b/tests/performance/test-cases/filter-global/src/main/java/org/glassfish/jersey/tests/performance/filter/global/TextEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/filter-global/src/test/java/org/glassfish/jersey/tests/performance/filter/global/FilterTest.java b/tests/performance/test-cases/filter-global/src/test/java/org/glassfish/jersey/tests/performance/filter/global/FilterTest.java index d1fe5ad809..2580e502d1 100644 --- a/tests/performance/test-cases/filter-global/src/test/java/org/glassfish/jersey/tests/performance/filter/global/FilterTest.java +++ b/tests/performance/test-cases/filter-global/src/test/java/org/glassfish/jersey/tests/performance/filter/global/FilterTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class FilterTest extends JerseyTest { diff --git a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/Filtered.java b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/Filtered.java index 8928b61f7e..394fe60edb 100644 --- a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/Filtered.java +++ b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/Filtered.java @@ -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 @@ -24,7 +24,7 @@ /** * Custom binding annotation. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @NameBinding @Target({ElementType.TYPE, ElementType.METHOD}) diff --git a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/JaxRsApplication.java b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/JaxRsApplication.java index 4d1ecc7690..bdf11bb81d 100644 --- a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/JaxRsApplication.java +++ b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilter.java b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilter.java index 7704c6f67c..b718810409 100644 --- a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilter.java +++ b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilter.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom filter. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Filtered diff --git a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilterResource.java b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilterResource.java index 98c49afc48..543fa857af 100644 --- a/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilterResource.java +++ b/tests/performance/test-cases/filter-name/src/main/java/org/glassfish/jersey/tests/performance/filter/name/NameBoundFilterResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Filtered resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/filter-name/src/test/java/org/glassfish/jersey/tests/performance/filter/name/FilterTest.java b/tests/performance/test-cases/filter-name/src/test/java/org/glassfish/jersey/tests/performance/filter/name/FilterTest.java index 776d0afb5e..2f6cd37962 100644 --- a/tests/performance/test-cases/filter-name/src/test/java/org/glassfish/jersey/tests/performance/filter/name/FilterTest.java +++ b/tests/performance/test-cases/filter-name/src/test/java/org/glassfish/jersey/tests/performance/filter/name/FilterTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class FilterTest extends JerseyTest { diff --git a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicInterceptorFeature.java b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicInterceptorFeature.java index 1903b09769..ab587d13d1 100644 --- a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicInterceptorFeature.java +++ b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicInterceptorFeature.java @@ -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 @@ -23,7 +23,7 @@ /** * Custom feature to register interceptor. - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class DynamicInterceptorFeature implements DynamicFeature { diff --git a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptor.java b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptor.java index 0ce113e43e..7b8ab30516 100644 --- a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptor.java +++ b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptor.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom interceptor. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class DynamicallyBoundInterceptor implements ReaderInterceptor, WriterInterceptor { diff --git a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptorResource.java b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptorResource.java index a99d4263c1..09789524f1 100644 --- a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptorResource.java +++ b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/DynamicallyBoundInterceptorResource.java @@ -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 @@ -27,7 +27,7 @@ /** * Intercepted resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/JaxRsApplication.java b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/JaxRsApplication.java index f01d2ab314..d6f5d0b1f7 100644 --- a/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/JaxRsApplication.java +++ b/tests/performance/test-cases/interceptor-dynamic/src/main/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/interceptor-dynamic/src/test/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/InterceptorTest.java b/tests/performance/test-cases/interceptor-dynamic/src/test/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/InterceptorTest.java index e93174cfd8..14a770a7ad 100644 --- a/tests/performance/test-cases/interceptor-dynamic/src/test/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/InterceptorTest.java +++ b/tests/performance/test-cases/interceptor-dynamic/src/test/java/org/glassfish/jersey/tests/performance/interceptor/dynamic/InterceptorTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InterceptorTest extends JerseyTest { diff --git a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/CustomInterceptor.java b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/CustomInterceptor.java index 32d1bb18aa..825486a7bd 100644 --- a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/CustomInterceptor.java +++ b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/CustomInterceptor.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom interceptor. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider public class CustomInterceptor implements ReaderInterceptor, WriterInterceptor { diff --git a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/JaxRsApplication.java b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/JaxRsApplication.java index 21d7308b8c..c50a00a426 100644 --- a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/JaxRsApplication.java +++ b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/TextEntityResource.java b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/TextEntityResource.java index dab571039b..b9eea6e344 100644 --- a/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/TextEntityResource.java +++ b/tests/performance/test-cases/interceptor-global/src/main/java/org/glassfish/jersey/tests/performance/interceptor/global/TextEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/interceptor-global/src/test/java/org/glassfish/jersey/tests/performance/interceptor/global/InterceptorTest.java b/tests/performance/test-cases/interceptor-global/src/test/java/org/glassfish/jersey/tests/performance/interceptor/global/InterceptorTest.java index 6f00764753..cb417c8e39 100644 --- a/tests/performance/test-cases/interceptor-global/src/test/java/org/glassfish/jersey/tests/performance/interceptor/global/InterceptorTest.java +++ b/tests/performance/test-cases/interceptor-global/src/test/java/org/glassfish/jersey/tests/performance/interceptor/global/InterceptorTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InterceptorTest extends JerseyTest { diff --git a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/Intercepted.java b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/Intercepted.java index 1185a0fd8b..ead6540823 100644 --- a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/Intercepted.java +++ b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/Intercepted.java @@ -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 @@ -25,7 +25,7 @@ /** * Custom annotation to bind interceptor. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @NameBinding @Target({ElementType.TYPE, ElementType.METHOD}) diff --git a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptedByNameResource.java b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptedByNameResource.java index d5fc36da14..7304912dd6 100644 --- a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptedByNameResource.java +++ b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptedByNameResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/JaxRsApplication.java b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/JaxRsApplication.java index cc1334ee86..f3df34b35d 100644 --- a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/JaxRsApplication.java +++ b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/NameBoundInterceptor.java b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/NameBoundInterceptor.java index 0c17811310..65a063216d 100644 --- a/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/NameBoundInterceptor.java +++ b/tests/performance/test-cases/interceptor-name/src/main/java/org/glassfish/jersey/tests/performance/interceptor/name/NameBoundInterceptor.java @@ -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 @@ -30,7 +30,7 @@ /** * Custom interceptor. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Provider @Intercepted diff --git a/tests/performance/test-cases/interceptor-name/src/test/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptorTest.java b/tests/performance/test-cases/interceptor-name/src/test/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptorTest.java index 84c521ed4f..a18c1b0407 100644 --- a/tests/performance/test-cases/interceptor-name/src/test/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptorTest.java +++ b/tests/performance/test-cases/interceptor-name/src/test/java/org/glassfish/jersey/tests/performance/interceptor/name/InterceptorTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for intercepted text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InterceptorTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/JaxRsApplication.java b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/JaxRsApplication.java index d865298427..49893f9c09 100644 --- a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/Person.java b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/Person.java index 105dbb7945..7164eb259b 100644 --- a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/Person.java +++ b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Test data bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Person { diff --git a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonProvider.java b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonProvider.java index 8e29399775..4af5813632 100644 --- a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonProvider.java +++ b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonProvider.java @@ -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 @@ -35,7 +35,7 @@ /** * Custom message body worker. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Produces("application/person") @Consumes("application/person") diff --git a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonResource.java b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonResource.java index 59196c1af5..fbe200f9d4 100644 --- a/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonResource.java +++ b/tests/performance/test-cases/mbw-custom-provider/src/main/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonResource.java @@ -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 @@ -26,7 +26,7 @@ /** * Person resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes("application/person") diff --git a/tests/performance/test-cases/mbw-custom-provider/src/test/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonEntityTest.java b/tests/performance/test-cases/mbw-custom-provider/src/test/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonEntityTest.java index 69aaf37aa4..c2044b65e0 100644 --- a/tests/performance/test-cases/mbw-custom-provider/src/test/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonEntityTest.java +++ b/tests/performance/test-cases/mbw-custom-provider/src/test/java/org/glassfish/jersey/tests/performance/mbw/custom/PersonEntityTest.java @@ -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 @@ -29,7 +29,7 @@ /** * Test for json resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class PersonEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java index a85709d23c..cd1b3cbaae 100644 --- a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java @@ -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 @@ -26,7 +26,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java index c94529160d..3b4d84823b 100644 --- a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java +++ b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.APPLICATION_JSON) diff --git a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java index b3af2b028d..03bb7c59bd 100644 --- a/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java +++ b/tests/performance/test-cases/mbw-json-jackson/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Test data bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Person { diff --git a/tests/performance/test-cases/mbw-json-jackson/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java b/tests/performance/test-cases/mbw-json-jackson/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java index 2a25db346a..249e367fc6 100644 --- a/tests/performance/test-cases/mbw-json-jackson/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java +++ b/tests/performance/test-cases/mbw-json-jackson/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for json resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JsonEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java index 76f96dc36e..037101dce4 100644 --- a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JaxRsApplication.java @@ -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 @@ -27,7 +27,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java index b7afc36677..d6b166adb2 100644 --- a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java +++ b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityResource.java @@ -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 @@ -27,7 +27,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.APPLICATION_JSON) diff --git a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java index b3af2b028d..03bb7c59bd 100644 --- a/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java +++ b/tests/performance/test-cases/mbw-json-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/json/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Test data bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class Person { diff --git a/tests/performance/test-cases/mbw-json-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java b/tests/performance/test-cases/mbw-json-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java index acf2c42677..b01c00df0a 100644 --- a/tests/performance/test-cases/mbw-json-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java +++ b/tests/performance/test-cases/mbw-json-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/json/JsonEntityTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for json resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JsonEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java index 26eef29ad4..5435a1c3e4 100644 --- a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/Person.java b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/Person.java index 8dc8d9e972..0267ad4676 100644 --- a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/Person.java +++ b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Test data bean. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class Person { diff --git a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResource.java b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResource.java index f465365429..f76fbf3953 100644 --- a/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResource.java +++ b/tests/performance/test-cases/mbw-kryo/src/main/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResource.java @@ -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 @@ -26,7 +26,7 @@ /** * Test resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ @Path("/") @Consumes("application/x-kryo") diff --git a/tests/performance/test-cases/mbw-kryo/src/test/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResourceTest.java b/tests/performance/test-cases/mbw-kryo/src/test/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResourceTest.java index bf03e8b474..919258078d 100644 --- a/tests/performance/test-cases/mbw-kryo/src/test/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResourceTest.java +++ b/tests/performance/test-cases/mbw-kryo/src/test/java/org/glassfish/jersey/tests/performance/mbw/kryo/PersonResourceTest.java @@ -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 @@ -29,7 +29,7 @@ /** * Test for kryo resource. * - * @author Libor Kramolis (libor.kramolis at oracle.com) + * @author Libor Kramolis */ public class PersonResourceTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/JaxRsApplication.java b/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/JaxRsApplication.java index d6651e6bd4..5cd0cba750 100644 --- a/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityResource.java b/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityResource.java index 65af72c548..9d83bc9d1a 100644 --- a/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityResource.java +++ b/tests/performance/test-cases/mbw-text-plain/src/main/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/mbw-text-plain/src/test/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityTest.java b/tests/performance/test-cases/mbw-text-plain/src/test/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityTest.java index fb6ecb44d8..c513571988 100644 --- a/tests/performance/test-cases/mbw-text-plain/src/test/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityTest.java +++ b/tests/performance/test-cases/mbw-text-plain/src/test/java/org/glassfish/jersey/tests/performance/mbw/text/TextEntityTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for text plain resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class TextEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java index 94a47ee679..e23b191fe4 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java index 8d9f6ff696..b3f56924e5 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java +++ b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java @@ -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 @@ -23,7 +23,7 @@ /** * Test data bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement public class Person { diff --git a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java index eaf625c20b..83bc1a0d3c 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java +++ b/tests/performance/test-cases/mbw-xml-jaxb/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.APPLICATION_XML) diff --git a/tests/performance/test-cases/mbw-xml-jaxb/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java b/tests/performance/test-cases/mbw-xml-jaxb/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java index 89829029c9..4f87ab121e 100644 --- a/tests/performance/test-cases/mbw-xml-jaxb/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java +++ b/tests/performance/test-cases/mbw-xml-jaxb/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java @@ -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 @@ -28,7 +28,7 @@ /** * Test for XML resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class XmlEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java index 0de51b3940..a10ccb0aa2 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java +++ b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/JaxRsApplication.java @@ -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 @@ -26,7 +26,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java index 2909ac5a7a..2cc19b1df2 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java +++ b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/Person.java @@ -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 @@ -22,7 +22,7 @@ /** * Test data bean. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement public class Person { diff --git a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java index a28abe7653..af17728955 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java +++ b/tests/performance/test-cases/mbw-xml-moxy/src/main/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityResource.java @@ -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 @@ -28,7 +28,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") @Consumes(MediaType.APPLICATION_XML) diff --git a/tests/performance/test-cases/mbw-xml-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java b/tests/performance/test-cases/mbw-xml-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java index 9fabc89416..d1f6e5636a 100644 --- a/tests/performance/test-cases/mbw-xml-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java +++ b/tests/performance/test-cases/mbw-xml-moxy/src/test/java/org/glassfish/jersey/tests/performance/mbw/xml/XmlEntityTest.java @@ -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 @@ -30,7 +30,7 @@ /** * Test for XML resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class XmlEntityTest extends JerseyTest { diff --git a/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/JaxRsApplication.java b/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/JaxRsApplication.java index c6dc78d73a..a163edb324 100644 --- a/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/JaxRsApplication.java +++ b/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/JaxRsApplication.java @@ -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 @@ -24,7 +24,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/SrlResource.java b/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/SrlResource.java index 2b06e62875..e12da4d2a7 100644 --- a/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/SrlResource.java +++ b/tests/performance/test-cases/param-srl/src/main/java/org/glassfish/jersey/tests/performance/param/srl/SrlResource.java @@ -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 @@ -27,7 +27,7 @@ /** * Test resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("/") public class SrlResource { diff --git a/tests/performance/test-cases/param-srl/src/test/java/org/glassfish/jersey/tests/performance/param/srl/SrlSrmTest.java b/tests/performance/test-cases/param-srl/src/test/java/org/glassfish/jersey/tests/performance/param/srl/SrlSrmTest.java index d4ad937583..70a559cdf4 100644 --- a/tests/performance/test-cases/param-srl/src/test/java/org/glassfish/jersey/tests/performance/param/srl/SrlSrmTest.java +++ b/tests/performance/test-cases/param-srl/src/test/java/org/glassfish/jersey/tests/performance/param/srl/SrlSrmTest.java @@ -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 @@ -26,7 +26,7 @@ /** * Test for SRL/SRM resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class SrlSrmTest extends JerseyTest { diff --git a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/FieldInjectedResource.java b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/FieldInjectedResource.java index ff024f7f21..1e5567a396 100644 --- a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/FieldInjectedResource.java +++ b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/FieldInjectedResource.java @@ -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 @@ -29,7 +29,7 @@ /** * Test resource to test field injected proxy-able parameters. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("field-injected") @Produces(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/JaxRsApplication.java b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/JaxRsApplication.java index c396a1a687..6b0faad64a 100644 --- a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/JaxRsApplication.java +++ b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/JaxRsApplication.java @@ -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 @@ -23,7 +23,7 @@ /** * Test case JAX-RS application. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class JaxRsApplication extends Application { diff --git a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/MethodInjectedResource.java b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/MethodInjectedResource.java index 062e8fd0b9..90670dcff9 100644 --- a/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/MethodInjectedResource.java +++ b/tests/performance/test-cases/proxy-injection/src/main/java/org/glassfish/jersey/tests/performance/proxy/injection/MethodInjectedResource.java @@ -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 @@ -29,7 +29,7 @@ /** * Test resource to compare resource method with and without injected method proxiable parameters. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @Path("method-injected") @Produces(MediaType.TEXT_PLAIN) diff --git a/tests/performance/test-cases/proxy-injection/src/test/java/org/glassfish/jersey/tests/performance/proxy/injection/InjectedResourcesTest.java b/tests/performance/test-cases/proxy-injection/src/test/java/org/glassfish/jersey/tests/performance/proxy/injection/InjectedResourcesTest.java index 2c9aebaa9a..e504f0571e 100644 --- a/tests/performance/test-cases/proxy-injection/src/test/java/org/glassfish/jersey/tests/performance/proxy/injection/InjectedResourcesTest.java +++ b/tests/performance/test-cases/proxy-injection/src/test/java/org/glassfish/jersey/tests/performance/proxy/injection/InjectedResourcesTest.java @@ -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 @@ -26,7 +26,7 @@ /** * Test for field/method injected resource. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class InjectedResourcesTest extends JerseyTest { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/ConstantTestValueGenerator.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/ConstantTestValueGenerator.java index eba4e1bbc0..d4233abdb0 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/ConstantTestValueGenerator.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/ConstantTestValueGenerator.java @@ -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 @@ -21,7 +21,7 @@ * * Due to its constant nature, this strategy is not suitable for use with {@link java.util.Set}. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class ConstantTestValueGenerator extends TestValueGenerator { private static final int intConstant = 123456789; diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/GenerateForTest.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/GenerateForTest.java index 4b6fb27f4b..9ef2059cd7 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/GenerateForTest.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/GenerateForTest.java @@ -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 @@ -23,7 +23,7 @@ * Annotation to mark fields of a bean to be populated by * {@link org.glassfish.jersey.tests.performance.tools.TestValueGenerator} during the test data generation process. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @Retention(RetentionPolicy.RUNTIME) public @interface GenerateForTest { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/Person.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/Person.java index 9fafa2c16e..1161482886 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/Person.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/Person.java @@ -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 @@ -21,7 +21,7 @@ /** * Person data bean, copied from mbw tests and annotated for the test data generation tool. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ @XmlRootElement public class Person { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/RandomTestValueGenerator.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/RandomTestValueGenerator.java index 3f0f961c38..a0b173056a 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/RandomTestValueGenerator.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/RandomTestValueGenerator.java @@ -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 @@ -21,7 +21,7 @@ /** * Implementation of {@link org.glassfish.jersey.tests.performance.tools.TestValueGenerator} producing random results. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class RandomTestValueGenerator extends TestValueGenerator { private static final int MAX_STRING_LENGTH = 50; diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBean.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBean.java index b3f031765e..844735889a 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBean.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBean.java @@ -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 @@ -28,7 +28,7 @@ /** * Example of a complex testing bean. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ @XmlRootElement public class TestBean { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanCoordinates.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanCoordinates.java index 7326b98473..b2566724bc 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanCoordinates.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanCoordinates.java @@ -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 @@ -19,7 +19,7 @@ /** * Part of a complex test bean example, contained in {@link org.glassfish.jersey.tests.performance.tools.TestBeanInfo} * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestBeanCoordinates { @GenerateForTest diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanEnum.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanEnum.java index 4ba4dc9968..c29f65bc89 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanEnum.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanEnum.java @@ -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 @@ -19,7 +19,7 @@ /** * Nested type of {@link org.glassfish.jersey.tests.performance.tools.TestBean} * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public enum TestBeanEnum { VALUE_1, VALUE_2, VALUE_3; diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanInfo.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanInfo.java index 5dd6ccccc4..e73e408ed6 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanInfo.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestBeanInfo.java @@ -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 @@ -19,7 +19,7 @@ /** * Nested testing bean, contained in {@link org.glassfish.jersey.tests.performance.tools.TestBean} * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestBeanInfo { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerationStrategy.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerationStrategy.java index ab6dc47e76..49b1f0409e 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerationStrategy.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerationStrategy.java @@ -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 @@ -19,7 +19,7 @@ /** * Enum for test data generation strategies. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public enum TestDataGenerationStrategy { CONSTANT, diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerator.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerator.java index c30efa4ad9..7d093e22f4 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerator.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGenerator.java @@ -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 @@ -22,7 +22,7 @@ /** * Instantiates and populates a bean with testing data. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestDataGenerator { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGeneratorApp.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGeneratorApp.java index 857c45f944..5db1ea1c4c 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGeneratorApp.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestDataGeneratorApp.java @@ -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 @@ -55,7 +55,7 @@ * *

    Run the generation by invoking {@code mvn clean compile} and {@code mvn exec:java} commands in the module root folder.

    * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestDataGeneratorApp { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java index 779acfb62e..6d73d0678f 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGenerator.java @@ -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 @@ -31,7 +31,7 @@ *

    Every field which should be populated must be annotated by * {@link org.glassfish.jersey.tests.performance.tools.GenerateForTest}

    * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public abstract class TestValueGenerator { diff --git a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGeneratorFactory.java b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGeneratorFactory.java index cb268b50d9..f79dac259a 100644 --- a/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGeneratorFactory.java +++ b/tests/performance/tools/src/main/java/org/glassfish/jersey/tests/performance/tools/TestValueGeneratorFactory.java @@ -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 @@ -19,7 +19,7 @@ /** * Factory for {@link org.glassfish.jersey.tests.performance.tools.TestValueGenerator} implementations. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public class TestValueGeneratorFactory { /** diff --git a/tests/stress/src/test/java/org/glassfish/jersey/server/internal/monitoring/MultiThreadingAggregatedReservoirTest.java b/tests/stress/src/test/java/org/glassfish/jersey/server/internal/monitoring/MultiThreadingAggregatedReservoirTest.java index 95fff83421..8e5f485bfa 100644 --- a/tests/stress/src/test/java/org/glassfish/jersey/server/internal/monitoring/MultiThreadingAggregatedReservoirTest.java +++ b/tests/stress/src/test/java/org/glassfish/jersey/server/internal/monitoring/MultiThreadingAggregatedReservoirTest.java @@ -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 @@ -39,7 +39,7 @@ /** * Multi Threading concurrency test of Jersey monitoring internals. * - * @author Stepan Vavra (stepan.vavra at oracle.com) + * @author Stepan Vavra */ public class MultiThreadingAggregatedReservoirTest { diff --git a/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/Configuration.java b/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/Configuration.java index 16ef16252f..b461c6e706 100644 --- a/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/Configuration.java +++ b/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/Configuration.java @@ -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 @@ -20,7 +20,7 @@ * Container class for plugin configuration. * Holds the content of the loaded template files. * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ class Configuration { private String sectionTemplate; diff --git a/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/PredefinedCategories.java b/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/PredefinedCategories.java index cdc6a2ecfe..e9a5dc7c3a 100644 --- a/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/PredefinedCategories.java +++ b/tools/jersey-doc-modulelist-maven-plugin/src/main/java/org/glassfish/jersey/tools/plugins/PredefinedCategories.java @@ -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 @@ -20,7 +20,7 @@ * Jersey module categories definition. * The categories are based on maven groupId, this enum assigns to each "known" groupId a human-readable caption * - * @author Adam Lindenthal (adam.lindenthal at oracle.com) + * @author Adam Lindenthal */ public enum PredefinedCategories { CORE("org.glassfish.jersey.core", "Jersey Core"), diff --git a/tools/perftest-agent/src/main/java/org/glassfish/jersey/perftest/agent/PerfTestAgent.java b/tools/perftest-agent/src/main/java/org/glassfish/jersey/perftest/agent/PerfTestAgent.java index d574f73e76..68c79798c8 100644 --- a/tools/perftest-agent/src/main/java/org/glassfish/jersey/perftest/agent/PerfTestAgent.java +++ b/tools/perftest-agent/src/main/java/org/glassfish/jersey/perftest/agent/PerfTestAgent.java @@ -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 @@ -34,7 +34,7 @@ * * This one has been tested with Grizzly 2, Catalina and WLS. * - * @author Jakub Podlesak (jakub.podlesak at oracle.com) + * @author Jakub Podlesak */ public class PerfTestAgent {