From 6cec55fc1e688817340f38641409ce096904a544 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 14:51:58 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 156 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- code-style/eclipse/eclipse_code-style_templates.xml | 2 +- license.txt | 4 ++-- spring-flex-core/ivy.xml | 2 +- .../main/java/org/springframework/flex/config/BeanIds.java | 2 +- .../springframework/flex/config/FlexConfigurationManager.java | 2 +- .../flex/config/MessageBrokerConfigProcessor.java | 2 +- .../flex/config/RemotingAnnotationPostProcessor.java | 2 +- .../flex/config/RemotingDestinationMetadata.java | 2 +- .../org/springframework/flex/config/RuntimeEnvironment.java | 2 +- .../springframework/flex/config/json/JsonConfigMapParser.java | 2 +- .../flex/config/json/JsonConfigMapPropertyEditor.java | 2 +- .../xml/AbstractMessageDestinationBeanDefinitionParser.java | 2 +- .../springframework/flex/config/xml/FlexNamespaceHandler.java | 2 +- .../IntegrationMessageDestinationBeanDefinitionParser.java | 2 +- .../config/xml/JmsMessageDestinationBeanDefinitionParser.java | 2 +- .../flex/config/xml/MessageBrokerBeanDefinitionParser.java | 2 +- .../config/xml/MessageDestinationBeanDefinitionParser.java | 2 +- .../springframework/flex/config/xml/MessageInterceptors.java | 2 +- .../org/springframework/flex/config/xml/ParsingUtils.java | 2 +- .../xml/RemotingDestinationBeanDefinitionDecorator.java | 2 +- .../config/xml/RemotingDestinationBeanDefinitionParser.java | 2 +- .../xml/RemotingDestinationExporterBeanDefinitionFactory.java | 2 +- .../flex/config/xml/SpringSecurity3ConfigHelper.java | 2 +- .../flex/config/xml/SpringSecurityConfigHelper.java | 2 +- .../flex/config/xml/SpringSecurityConfigResolver.java | 2 +- .../springframework/flex/core/AbstractDestinationFactory.java | 2 +- .../flex/core/AbstractServiceConfigProcessor.java | 2 +- .../org/springframework/flex/core/CommonsLoggingTarget.java | 2 +- .../org/springframework/flex/core/DefaultExceptionLogger.java | 2 +- .../java/org/springframework/flex/core/EndpointAdvisor.java | 2 +- .../springframework/flex/core/EndpointConfigProcessor.java | 2 +- .../flex/core/EndpointServiceMessagePointcutAdvisor.java | 2 +- .../java/org/springframework/flex/core/ExceptionLogger.java | 2 +- .../springframework/flex/core/ExceptionTranslationAdvice.java | 2 +- .../org/springframework/flex/core/ExceptionTranslator.java | 2 +- .../flex/core/LoginCommandConfigProcessor.java | 2 +- .../flex/core/ManageableComponentFactoryBean.java | 2 +- .../springframework/flex/core/MessageBrokerFactoryBean.java | 2 +- .../springframework/flex/core/MessageInterceptionAdvice.java | 2 +- .../org/springframework/flex/core/MessageInterceptor.java | 2 +- .../springframework/flex/core/MessageProcessingContext.java | 2 +- .../core/io/AbstractAmfConversionServiceConfigProcessor.java | 2 +- .../java/org/springframework/flex/core/io/AmfCreator.java | 2 +- .../main/java/org/springframework/flex/core/io/AmfIgnore.java | 2 +- .../java/org/springframework/flex/core/io/AmfIgnoreField.java | 2 +- .../java/org/springframework/flex/core/io/AmfProperty.java | 2 +- .../ClassPathScanningAmfConversionServiceConfigProcessor.java | 2 +- .../org/springframework/flex/core/io/NumberConverter.java | 2 +- .../org/springframework/flex/core/io/SpringPropertyProxy.java | 2 +- .../springframework/flex/http/AmfHttpMessageConverter.java | 2 +- .../src/main/java/org/springframework/flex/http/AmfView.java | 2 +- .../springframework/flex/messaging/AsyncMessageCreator.java | 2 +- .../flex/messaging/MessageDestinationFactory.java | 2 +- .../flex/messaging/MessageServiceConfigProcessor.java | 2 +- .../org/springframework/flex/messaging/MessageTemplate.java | 2 +- .../org/springframework/flex/messaging/SubscribeEvent.java | 2 +- .../org/springframework/flex/messaging/UnsubscribeEvent.java | 2 +- .../flex/messaging/integration/FlexHeaders.java | 2 +- .../flex/messaging/integration/IntegrationAdapter.java | 2 +- .../flex/messaging/jms/FlexMessageConverter.java | 2 +- .../org/springframework/flex/messaging/jms/JmsAdapter.java | 2 +- .../springframework/flex/remoting/RemotingDestination.java | 2 +- .../flex/remoting/RemotingDestinationExporter.java | 2 +- .../org/springframework/flex/remoting/RemotingExclude.java | 2 +- .../org/springframework/flex/remoting/RemotingInclude.java | 2 +- .../flex/remoting/RemotingServiceConfigProcessor.java | 2 +- .../springframework/flex/security3/AntPathRequestMatcher.java | 2 +- .../flex/security3/AuthenticationResultUtils.java | 2 +- .../springframework/flex/security3/EndpointInterceptor.java | 2 +- .../flex/security3/EndpointSecurityMetadataSource.java | 2 +- .../flex/security3/FlexAuthenticationEntryPoint.java | 2 +- .../FlexSessionAwareSessionAuthenticationStrategy.java | 2 +- .../flex/security3/LoginMessageInterceptor.java | 2 +- .../flex/security3/PerClientAuthenticationInterceptor.java | 2 +- .../flex/security3/SecurityConfigurationPostProcessor.java | 2 +- .../flex/security3/SecurityExceptionTranslator.java | 2 +- .../flex/security3/SpringSecurityLoginCommand.java | 2 +- .../flex/servlet/MessageBrokerHandlerAdapter.java | 2 +- .../flex/config/AbstractFlexConfigurationTests.java | 2 +- .../flex/config/AbstractRuntimeEnvironmentAwareTests.java | 2 +- .../flex/config/AnnotatedAutowiredRemoteBean.java | 2 +- .../org/springframework/flex/config/AnnotatedRemoteBean.java | 2 +- .../flex/config/FlexConfigurationManagerTests.java | 2 +- .../flex/config/RemotingAnnotationPostProcessorTests.java | 2 +- .../springframework/flex/config/RuntimeEnvironmentTests.java | 2 +- .../springframework/flex/config/TestWebInfResourceLoader.java | 2 +- .../flex/config/json/JsonConfigMapPropertyEditorTests.java | 2 +- .../AbstractMessageDestinationBeanDefinitionParserTests.java | 2 +- ...ntegrationMessageDestinationBeanDefinitionParserTests.java | 2 +- .../xml/JmsMessageDestinationBeanDefinitionParserTests.java | 2 +- .../config/xml/MessageBrokerBeanDefinitionParserTests.java | 2 +- .../xml/MessageDestinationBeanDefinitionParserTests.java | 2 +- .../xml/RemotingDestinationBeanDefinitionDecoratorTests.java | 2 +- .../xml/RemotingDestinationBeanDefinitionParserTests.java | 2 +- .../springframework/flex/core/AbstractMessageBrokerTests.java | 2 +- .../flex/core/EndpointConfigProcessorTests.java | 2 +- .../flex/core/ExceptionTranslationAdviceTests.java | 2 +- .../flex/core/ManageableComponentFactoryBeanTests.java | 2 +- .../flex/core/MessageBrokerFactoryBeanTests.java | 2 +- .../flex/core/MessageInterceptionAdviceTests.java | 2 +- .../flex/messaging/MessageDestinationFactoryTests.java | 2 +- .../flex/messaging/MessageServiceConfigProcessorTests.java | 2 +- .../springframework/flex/messaging/MessageTemplateTests.java | 2 +- .../flex/messaging/jms/FlexMessageConverterTests.java | 2 +- .../flex/messaging/jms/JmsDestinationTests.java | 2 +- .../org/springframework/flex/messaging/jms/StubMessage.java | 2 +- .../springframework/flex/messaging/jms/StubTextMessage.java | 2 +- .../flex/remoting/RemotingDestinationExporterTests.java | 2 +- .../flex/remoting/RemotingServiceConfigProcessorTests.java | 2 +- .../flex/security3/EndpointInterceptorTests.java | 2 +- .../flex/security3/EndpointSecurityIntegrationTests.java | 2 +- .../flex/security3/EndpointSecurityMetadataSourceTests.java | 2 +- .../flex/security3/LoginMessageInterceptorTests.java | 2 +- .../flex/security3/SecurityExceptionTranslatorTests.java | 2 +- .../flex/security3/SpringSecurityLoginCommandTests.java | 2 +- .../flex/hibernate3/HibernateProxyConverter.java | 2 +- .../flex/hibernate3/PersistentCollectionConverterFactory.java | 2 +- .../flex/hibernate3/config/HibernateConfigProcessor.java | 2 +- .../config/HibernateSerializationConfigPostProcessor.java | 2 +- .../flex/hibernate3/config/JpaHibernateConfigProcessor.java | 2 +- .../hibernate3/config/AbstractFlexConfigurationTests.java | 2 +- .../config/AbstractRuntimeEnvironmentAwareTests.java | 2 +- .../flex/hibernate3/config/RuntimeEnvironmentTests.java | 2 +- .../flex/hibernate3/config/TestWebInfResourceLoader.java | 2 +- .../flex/hibernate4/HibernateProxyConverter.java | 2 +- .../flex/hibernate4/PersistentCollectionConverterFactory.java | 2 +- .../flex/hibernate4/config/HibernateConfigProcessor.java | 2 +- .../config/HibernateSerializationConfigPostProcessor.java | 2 +- .../flex/hibernate4/config/JpaHibernateConfigProcessor.java | 2 +- .../hibernate4/config/AbstractFlexConfigurationTests.java | 2 +- .../config/AbstractRuntimeEnvironmentAwareTests.java | 2 +- .../flex/hibernate4/config/RuntimeEnvironmentTests.java | 2 +- .../flex/hibernate4/config/TestWebInfResourceLoader.java | 2 +- .../springframework/flex/integration/service/FooService.java | 2 +- .../org/springframework/flex/integration/service/Ping.java | 2 +- .../springframework/flex/integration/service/PingService.java | 2 +- spring-flex-samples/spring-flex-testdrive/testdrive/ivy.xml | 2 +- .../org/springframework/flex/samples/company/Company.java | 2 +- .../org/springframework/flex/samples/company/CompanyDAO.java | 2 +- .../org/springframework/flex/samples/company/ICompanyDAO.java | 2 +- .../org/springframework/flex/samples/contact/Contact.java | 2 +- .../org/springframework/flex/samples/contact/ContactDAO.java | 2 +- .../org/springframework/flex/samples/contact/IContactDAO.java | 2 +- .../org/springframework/flex/samples/dao/IGenericDAO.java | 2 +- .../springframework/flex/samples/industry/IIndustryDAO.java | 2 +- .../org/springframework/flex/samples/industry/Industry.java | 2 +- .../springframework/flex/samples/industry/IndustryDAO.java | 2 +- .../org/springframework/flex/samples/integration/Counter.java | 2 +- .../org/springframework/flex/samples/jmschat/JMSChat.java | 2 +- .../springframework/flex/samples/marketfeed/MarketFeed.java | 2 +- .../org/springframework/flex/samples/marketfeed/Stock.java | 2 +- .../org/springframework/flex/samples/product/IProductDAO.java | 2 +- .../org/springframework/flex/samples/product/Product.java | 2 +- .../org/springframework/flex/samples/product/ProductDAO.java | 2 +- .../springframework/flex/samples/simplefeed/SimpleFeed.java | 2 +- .../flex/samples/util/DatabaseInitializer.java | 2 +- 156 files changed, 157 insertions(+), 157 deletions(-) diff --git a/code-style/eclipse/eclipse_code-style_templates.xml b/code-style/eclipse/eclipse_code-style_templates.xml index 2741ed4b..dd5ded0f 100644 --- a/code-style/eclipse/eclipse_code-style_templates.xml +++ b/code-style/eclipse/eclipse_code-style_templates.xml @@ -44,7 +44,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/license.txt b/license.txt index 261eeb9e..20e4bd85 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/ivy.xml b/spring-flex-core/ivy.xml index c9770b68..4ad775c9 100644 --- a/spring-flex-core/ivy.xml +++ b/spring-flex-core/ivy.xml @@ -6,7 +6,7 @@ version="1.3"> - + diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/BeanIds.java b/spring-flex-core/src/main/java/org/springframework/flex/config/BeanIds.java index 89480830..67a620e6 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/BeanIds.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/BeanIds.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/FlexConfigurationManager.java b/spring-flex-core/src/main/java/org/springframework/flex/config/FlexConfigurationManager.java index 59ebe2e6..122efc97 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/FlexConfigurationManager.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/FlexConfigurationManager.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/MessageBrokerConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/config/MessageBrokerConfigProcessor.java index aa2c42fc..745434ae 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/MessageBrokerConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/MessageBrokerConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingAnnotationPostProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingAnnotationPostProcessor.java index 39f03f30..0f18d34e 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingAnnotationPostProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingAnnotationPostProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingDestinationMetadata.java b/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingDestinationMetadata.java index 009d70bf..5a529f39 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingDestinationMetadata.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/RemotingDestinationMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/RuntimeEnvironment.java b/spring-flex-core/src/main/java/org/springframework/flex/config/RuntimeEnvironment.java index 698a5782..c2c755c7 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/RuntimeEnvironment.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/RuntimeEnvironment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapParser.java index 18777812..f45723a1 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditor.java b/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditor.java index 2aa789aa..d1f30964 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParser.java index 80e0b55a..b80e4a6d 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/FlexNamespaceHandler.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/FlexNamespaceHandler.java index d63bd00e..88c43d66 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/FlexNamespaceHandler.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/FlexNamespaceHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParser.java index 04e067b6..455d2e08 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParser.java index a85da48d..3a133a90 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParser.java index 1d93bc1d..cf777323 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParser.java index fbeed875..424e5ba9 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageInterceptors.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageInterceptors.java index d6df6dba..a96f5770 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageInterceptors.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/MessageInterceptors.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/ParsingUtils.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/ParsingUtils.java index 6273acd6..b4af51ee 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/ParsingUtils.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/ParsingUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecorator.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecorator.java index 1e1cfb7f..087e7f28 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecorator.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecorator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParser.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParser.java index 1cfe46ff..d6d6d6e6 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParser.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationExporterBeanDefinitionFactory.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationExporterBeanDefinitionFactory.java index dedc30f5..54795c80 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationExporterBeanDefinitionFactory.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/RemotingDestinationExporterBeanDefinitionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurity3ConfigHelper.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurity3ConfigHelper.java index ec6c87f4..22e371c0 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurity3ConfigHelper.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurity3ConfigHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigHelper.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigHelper.java index 042e96dc..6eac6def 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigHelper.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigResolver.java b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigResolver.java index 91e0f3cf..9487bdff 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigResolver.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/config/xml/SpringSecurityConfigResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractDestinationFactory.java b/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractDestinationFactory.java index 0027714e..08b2d492 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractDestinationFactory.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractDestinationFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractServiceConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractServiceConfigProcessor.java index 32eb8ac1..5ec2d81a 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractServiceConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/AbstractServiceConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/CommonsLoggingTarget.java b/spring-flex-core/src/main/java/org/springframework/flex/core/CommonsLoggingTarget.java index 0614c682..4055de4c 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/CommonsLoggingTarget.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/CommonsLoggingTarget.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/DefaultExceptionLogger.java b/spring-flex-core/src/main/java/org/springframework/flex/core/DefaultExceptionLogger.java index bc4d2208..a17662ff 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/DefaultExceptionLogger.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/DefaultExceptionLogger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointAdvisor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointAdvisor.java index 62a23c51..18290798 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointAdvisor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointAdvisor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointConfigProcessor.java index f4bffaf7..6fdaa5bb 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointServiceMessagePointcutAdvisor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointServiceMessagePointcutAdvisor.java index a8e03980..0abbe57f 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointServiceMessagePointcutAdvisor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/EndpointServiceMessagePointcutAdvisor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionLogger.java b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionLogger.java index eb64e735..dffd5c5f 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionLogger.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionLogger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslationAdvice.java b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslationAdvice.java index 0650762e..2981ecda 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslationAdvice.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslationAdvice.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslator.java b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslator.java index b34a0ecf..15caf384 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslator.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/ExceptionTranslator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/LoginCommandConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/LoginCommandConfigProcessor.java index 3af17669..a4bbf312 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/LoginCommandConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/LoginCommandConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/ManageableComponentFactoryBean.java b/spring-flex-core/src/main/java/org/springframework/flex/core/ManageableComponentFactoryBean.java index 602d9091..068f0cfe 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/ManageableComponentFactoryBean.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/ManageableComponentFactoryBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageBrokerFactoryBean.java b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageBrokerFactoryBean.java index faccb311..8be69dbb 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageBrokerFactoryBean.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageBrokerFactoryBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptionAdvice.java b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptionAdvice.java index 878c0835..c1e974fd 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptionAdvice.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptionAdvice.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptor.java index 65f54441..e35123a3 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageProcessingContext.java b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageProcessingContext.java index b9267e0c..ec76a4d7 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/MessageProcessingContext.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/MessageProcessingContext.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AbstractAmfConversionServiceConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AbstractAmfConversionServiceConfigProcessor.java index 4aeb9310..2146d421 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AbstractAmfConversionServiceConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AbstractAmfConversionServiceConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfCreator.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfCreator.java index 02c56468..10fba705 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfCreator.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfCreator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnore.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnore.java index 94a8c1b6..269d67d8 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnore.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnore.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnoreField.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnoreField.java index a4df2d6d..3f8ee3d9 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnoreField.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfIgnoreField.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfProperty.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfProperty.java index 163bb16b..ae7f7f25 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfProperty.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/AmfProperty.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/ClassPathScanningAmfConversionServiceConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/ClassPathScanningAmfConversionServiceConfigProcessor.java index 33ad9e96..e038bb79 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/ClassPathScanningAmfConversionServiceConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/ClassPathScanningAmfConversionServiceConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/NumberConverter.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/NumberConverter.java index 8bf53136..72ec8e9a 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/NumberConverter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/NumberConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/core/io/SpringPropertyProxy.java b/spring-flex-core/src/main/java/org/springframework/flex/core/io/SpringPropertyProxy.java index bb44d44a..aa40d835 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/core/io/SpringPropertyProxy.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/core/io/SpringPropertyProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/http/AmfHttpMessageConverter.java b/spring-flex-core/src/main/java/org/springframework/flex/http/AmfHttpMessageConverter.java index 0016c3e6..ae659f7e 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/http/AmfHttpMessageConverter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/http/AmfHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/http/AmfView.java b/spring-flex-core/src/main/java/org/springframework/flex/http/AmfView.java index 2f4978b4..55f1791d 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/http/AmfView.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/http/AmfView.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/AsyncMessageCreator.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/AsyncMessageCreator.java index 39b6d12b..97fcc68e 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/AsyncMessageCreator.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/AsyncMessageCreator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageDestinationFactory.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageDestinationFactory.java index 47c9d42a..f8412400 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageDestinationFactory.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageDestinationFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageServiceConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageServiceConfigProcessor.java index 8bdcf823..e70aaf5b 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageServiceConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageServiceConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageTemplate.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageTemplate.java index 04f176eb..1135e2b5 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageTemplate.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/MessageTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/SubscribeEvent.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/SubscribeEvent.java index 8e489bc5..83d318b9 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/SubscribeEvent.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/SubscribeEvent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/UnsubscribeEvent.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/UnsubscribeEvent.java index 83ae1fec..6d819612 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/UnsubscribeEvent.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/UnsubscribeEvent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/FlexHeaders.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/FlexHeaders.java index 01bf1e87..0a31d8e5 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/FlexHeaders.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/FlexHeaders.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/IntegrationAdapter.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/IntegrationAdapter.java index c4ba3239..b23b9696 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/IntegrationAdapter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/integration/IntegrationAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/FlexMessageConverter.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/FlexMessageConverter.java index 645c207a..2ec33be4 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/FlexMessageConverter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/FlexMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/JmsAdapter.java b/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/JmsAdapter.java index 1e3de393..d74add28 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/JmsAdapter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/messaging/jms/JmsAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestination.java b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestination.java index 000c013c..38fb5294 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestination.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestination.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestinationExporter.java b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestinationExporter.java index 9b51a40d..b60ad27a 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestinationExporter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingDestinationExporter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingExclude.java b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingExclude.java index 497b95d7..519eaecb 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingExclude.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingExclude.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingInclude.java b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingInclude.java index 24a77dce..964bef20 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingInclude.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingInclude.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingServiceConfigProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingServiceConfigProcessor.java index 0f58f1de..9db5ec3d 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingServiceConfigProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/remoting/RemotingServiceConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/AntPathRequestMatcher.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/AntPathRequestMatcher.java index 62d98e57..0ab42b19 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/AntPathRequestMatcher.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/AntPathRequestMatcher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/AuthenticationResultUtils.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/AuthenticationResultUtils.java index bb589ae0..3d448594 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/AuthenticationResultUtils.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/AuthenticationResultUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointInterceptor.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointInterceptor.java index c0acb55a..e9380a52 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointInterceptor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointSecurityMetadataSource.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointSecurityMetadataSource.java index fe44d02d..3bed330d 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointSecurityMetadataSource.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/EndpointSecurityMetadataSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexAuthenticationEntryPoint.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexAuthenticationEntryPoint.java index 551e38fe..74feb4af 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexAuthenticationEntryPoint.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexAuthenticationEntryPoint.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexSessionAwareSessionAuthenticationStrategy.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexSessionAwareSessionAuthenticationStrategy.java index a600e28a..31af529e 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexSessionAwareSessionAuthenticationStrategy.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/FlexSessionAwareSessionAuthenticationStrategy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/LoginMessageInterceptor.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/LoginMessageInterceptor.java index 722a0366..70afc279 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/LoginMessageInterceptor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/LoginMessageInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/PerClientAuthenticationInterceptor.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/PerClientAuthenticationInterceptor.java index f5f8459c..dccc5cb1 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/PerClientAuthenticationInterceptor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/PerClientAuthenticationInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityConfigurationPostProcessor.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityConfigurationPostProcessor.java index f989029c..6752b32b 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityConfigurationPostProcessor.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityConfigurationPostProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityExceptionTranslator.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityExceptionTranslator.java index ccf9876c..11c90556 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityExceptionTranslator.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/SecurityExceptionTranslator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/security3/SpringSecurityLoginCommand.java b/spring-flex-core/src/main/java/org/springframework/flex/security3/SpringSecurityLoginCommand.java index 5541d297..abb00ad5 100644 --- a/spring-flex-core/src/main/java/org/springframework/flex/security3/SpringSecurityLoginCommand.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/security3/SpringSecurityLoginCommand.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/main/java/org/springframework/flex/servlet/MessageBrokerHandlerAdapter.java b/spring-flex-core/src/main/java/org/springframework/flex/servlet/MessageBrokerHandlerAdapter.java index 9963430e..50195f99 100755 --- a/spring-flex-core/src/main/java/org/springframework/flex/servlet/MessageBrokerHandlerAdapter.java +++ b/spring-flex-core/src/main/java/org/springframework/flex/servlet/MessageBrokerHandlerAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractFlexConfigurationTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractFlexConfigurationTests.java index a19afe74..bb890507 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractFlexConfigurationTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractFlexConfigurationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractRuntimeEnvironmentAwareTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractRuntimeEnvironmentAwareTests.java index 0228cc08..2cbebb88 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractRuntimeEnvironmentAwareTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/AbstractRuntimeEnvironmentAwareTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedAutowiredRemoteBean.java b/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedAutowiredRemoteBean.java index a91683c1..d243d4f0 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedAutowiredRemoteBean.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedAutowiredRemoteBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedRemoteBean.java b/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedRemoteBean.java index cc403b8a..26be0f6a 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedRemoteBean.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/AnnotatedRemoteBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/FlexConfigurationManagerTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/FlexConfigurationManagerTests.java index b54aef35..9bb3653a 100755 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/FlexConfigurationManagerTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/FlexConfigurationManagerTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/RemotingAnnotationPostProcessorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/RemotingAnnotationPostProcessorTests.java index 63241828..b7247020 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/RemotingAnnotationPostProcessorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/RemotingAnnotationPostProcessorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/RuntimeEnvironmentTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/RuntimeEnvironmentTests.java index f2a87f0f..913222ee 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/RuntimeEnvironmentTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/RuntimeEnvironmentTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/TestWebInfResourceLoader.java b/spring-flex-core/src/test/java/org/springframework/flex/config/TestWebInfResourceLoader.java index 94add588..79919c6b 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/TestWebInfResourceLoader.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/TestWebInfResourceLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditorTests.java index dc2dae7a..c3b13f15 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/json/JsonConfigMapPropertyEditorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParserTests.java index 98402529..0da1e8c9 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/AbstractMessageDestinationBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParserTests.java index 78233a0d..7c4cf9b0 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/IntegrationMessageDestinationBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParserTests.java index a3d18ecf..39890502 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/JmsMessageDestinationBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParserTests.java index 56af0488..2416c87f 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageBrokerBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParserTests.java index 949d5c52..d451369c 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/MessageDestinationBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecoratorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecoratorTests.java index 95680d95..a0d0e030 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecoratorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionDecoratorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParserTests.java b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParserTests.java index 72fd23b9..11b7de5e 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParserTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/config/xml/RemotingDestinationBeanDefinitionParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/AbstractMessageBrokerTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/AbstractMessageBrokerTests.java index 15a8add1..a0bb15f4 100755 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/AbstractMessageBrokerTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/AbstractMessageBrokerTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java index 1bbe3d6f..8d016288 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/EndpointConfigProcessorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/ExceptionTranslationAdviceTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/ExceptionTranslationAdviceTests.java index a91fd6fd..1e70a9a9 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/ExceptionTranslationAdviceTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/ExceptionTranslationAdviceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/ManageableComponentFactoryBeanTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/ManageableComponentFactoryBeanTests.java index d44a9bea..376c4300 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/ManageableComponentFactoryBeanTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/ManageableComponentFactoryBeanTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/MessageBrokerFactoryBeanTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/MessageBrokerFactoryBeanTests.java index 06b2a424..6c9fef04 100755 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/MessageBrokerFactoryBeanTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/MessageBrokerFactoryBeanTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/core/MessageInterceptionAdviceTests.java b/spring-flex-core/src/test/java/org/springframework/flex/core/MessageInterceptionAdviceTests.java index 13d76a34..1d003046 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/core/MessageInterceptionAdviceTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/core/MessageInterceptionAdviceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageDestinationFactoryTests.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageDestinationFactoryTests.java index a5d86238..6e670b05 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageDestinationFactoryTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageDestinationFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageServiceConfigProcessorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageServiceConfigProcessorTests.java index 8fd338f2..137ea577 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageServiceConfigProcessorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageServiceConfigProcessorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageTemplateTests.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageTemplateTests.java index e4b482e9..db1c3b88 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageTemplateTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/MessageTemplateTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/FlexMessageConverterTests.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/FlexMessageConverterTests.java index f619af07..a7b862d1 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/FlexMessageConverterTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/FlexMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/JmsDestinationTests.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/JmsDestinationTests.java index 9d0bc289..c0fc7e1d 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/JmsDestinationTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/JmsDestinationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubMessage.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubMessage.java index bfff27ba..bf87497b 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubMessage.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubTextMessage.java b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubTextMessage.java index 7a1af4e1..550fa66f 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubTextMessage.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/messaging/jms/StubTextMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingDestinationExporterTests.java b/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingDestinationExporterTests.java index fa2dd335..512b3fa0 100755 --- a/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingDestinationExporterTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingDestinationExporterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingServiceConfigProcessorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingServiceConfigProcessorTests.java index 6a7cf84b..daee2fea 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingServiceConfigProcessorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/remoting/RemotingServiceConfigProcessorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java index 64be05d1..29faa373 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointInterceptorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityIntegrationTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityIntegrationTests.java index 2cdb3a76..0d671b19 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityIntegrationTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityMetadataSourceTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityMetadataSourceTests.java index df3a2fb7..1012240e 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityMetadataSourceTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/EndpointSecurityMetadataSourceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/LoginMessageInterceptorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/LoginMessageInterceptorTests.java index 41823771..bd51ec55 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/LoginMessageInterceptorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/LoginMessageInterceptorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/SecurityExceptionTranslatorTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/SecurityExceptionTranslatorTests.java index 654c0c93..8c031408 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/SecurityExceptionTranslatorTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/SecurityExceptionTranslatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-core/src/test/java/org/springframework/flex/security3/SpringSecurityLoginCommandTests.java b/spring-flex-core/src/test/java/org/springframework/flex/security3/SpringSecurityLoginCommandTests.java index ddf099c3..0291a8d5 100644 --- a/spring-flex-core/src/test/java/org/springframework/flex/security3/SpringSecurityLoginCommandTests.java +++ b/spring-flex-core/src/test/java/org/springframework/flex/security3/SpringSecurityLoginCommandTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/HibernateProxyConverter.java b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/HibernateProxyConverter.java index 0c08e40f..429b29dc 100644 --- a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/HibernateProxyConverter.java +++ b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/HibernateProxyConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/PersistentCollectionConverterFactory.java b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/PersistentCollectionConverterFactory.java index f19833fb..1e6eb93f 100644 --- a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/PersistentCollectionConverterFactory.java +++ b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/PersistentCollectionConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateConfigProcessor.java b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateConfigProcessor.java index 36fe4226..8a8574ae 100644 --- a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateConfigProcessor.java +++ b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateSerializationConfigPostProcessor.java b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateSerializationConfigPostProcessor.java index f9bf9c27..075e07da 100644 --- a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateSerializationConfigPostProcessor.java +++ b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/HibernateSerializationConfigPostProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/JpaHibernateConfigProcessor.java b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/JpaHibernateConfigProcessor.java index 6328ffc2..b09063c7 100644 --- a/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/JpaHibernateConfigProcessor.java +++ b/spring-flex-hibernate3/src/main/java/org/springframework/flex/hibernate3/config/JpaHibernateConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractFlexConfigurationTests.java b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractFlexConfigurationTests.java index 308510bc..b7d9ee6e 100644 --- a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractFlexConfigurationTests.java +++ b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractFlexConfigurationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractRuntimeEnvironmentAwareTests.java b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractRuntimeEnvironmentAwareTests.java index dce4ab83..00259f11 100644 --- a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractRuntimeEnvironmentAwareTests.java +++ b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/AbstractRuntimeEnvironmentAwareTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/RuntimeEnvironmentTests.java b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/RuntimeEnvironmentTests.java index bed96b93..fa291cbc 100644 --- a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/RuntimeEnvironmentTests.java +++ b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/RuntimeEnvironmentTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/TestWebInfResourceLoader.java b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/TestWebInfResourceLoader.java index d739d506..f77aa6e3 100644 --- a/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/TestWebInfResourceLoader.java +++ b/spring-flex-hibernate3/src/test/java/org/springframework/flex/hibernate3/config/TestWebInfResourceLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/HibernateProxyConverter.java b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/HibernateProxyConverter.java index 3d215ca1..23a87233 100644 --- a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/HibernateProxyConverter.java +++ b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/HibernateProxyConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/PersistentCollectionConverterFactory.java b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/PersistentCollectionConverterFactory.java index b1b75acf..a2088e9f 100644 --- a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/PersistentCollectionConverterFactory.java +++ b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/PersistentCollectionConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateConfigProcessor.java b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateConfigProcessor.java index f75003c7..21c42e42 100644 --- a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateConfigProcessor.java +++ b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateSerializationConfigPostProcessor.java b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateSerializationConfigPostProcessor.java index f0d7a3ba..779189f2 100644 --- a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateSerializationConfigPostProcessor.java +++ b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/HibernateSerializationConfigPostProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/JpaHibernateConfigProcessor.java b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/JpaHibernateConfigProcessor.java index 73855c59..0870311b 100644 --- a/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/JpaHibernateConfigProcessor.java +++ b/spring-flex-hibernate4/src/main/java/org/springframework/flex/hibernate4/config/JpaHibernateConfigProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractFlexConfigurationTests.java b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractFlexConfigurationTests.java index d31aba65..5dad4943 100644 --- a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractFlexConfigurationTests.java +++ b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractFlexConfigurationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractRuntimeEnvironmentAwareTests.java b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractRuntimeEnvironmentAwareTests.java index 8c6f801d..e8a8f1bf 100644 --- a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractRuntimeEnvironmentAwareTests.java +++ b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/AbstractRuntimeEnvironmentAwareTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/RuntimeEnvironmentTests.java b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/RuntimeEnvironmentTests.java index a2d38d5f..27af4ab5 100644 --- a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/RuntimeEnvironmentTests.java +++ b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/RuntimeEnvironmentTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/TestWebInfResourceLoader.java b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/TestWebInfResourceLoader.java index ed61e1e4..7ab390e0 100644 --- a/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/TestWebInfResourceLoader.java +++ b/spring-flex-hibernate4/src/test/java/org/springframework/flex/hibernate4/config/TestWebInfResourceLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/FooService.java b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/FooService.java index 0ba266c3..09a95c9c 100644 --- a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/FooService.java +++ b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/FooService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/Ping.java b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/Ping.java index e94f05b1..6b606fbe 100644 --- a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/Ping.java +++ b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/Ping.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/PingService.java b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/PingService.java index 944df1df..b8ba4c8a 100644 --- a/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/PingService.java +++ b/spring-flex-integration/src/main/java/org/springframework/flex/integration/service/PingService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/ivy.xml b/spring-flex-samples/spring-flex-testdrive/testdrive/ivy.xml index bbc76b8d..8790d04a 100755 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/ivy.xml +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/ivy.xml @@ -6,7 +6,7 @@ version="1.3"> - + diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/Company.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/Company.java index 92415a11..872e99a0 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/Company.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/Company.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/CompanyDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/CompanyDAO.java index 58a343f4..3d000d56 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/CompanyDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/CompanyDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/ICompanyDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/ICompanyDAO.java index 937d8f49..72be30a9 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/ICompanyDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/company/ICompanyDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/Contact.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/Contact.java index 2bb839db..1a74d726 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/Contact.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/Contact.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/ContactDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/ContactDAO.java index 2c32c650..86859fad 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/ContactDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/ContactDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/IContactDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/IContactDAO.java index 752c68ba..19f74730 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/IContactDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/contact/IContactDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/dao/IGenericDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/dao/IGenericDAO.java index 8bd40a8a..3e2861b1 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/dao/IGenericDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/dao/IGenericDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IIndustryDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IIndustryDAO.java index 980ede70..e8b95fdb 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IIndustryDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IIndustryDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/Industry.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/Industry.java index 292c441e..d62e4bd3 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/Industry.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/Industry.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IndustryDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IndustryDAO.java index 28ef0121..da84f2a9 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IndustryDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/industry/IndustryDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/integration/Counter.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/integration/Counter.java index 2360fcc8..ecea5c7f 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/integration/Counter.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/integration/Counter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/jmschat/JMSChat.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/jmschat/JMSChat.java index 0a667a28..9b374578 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/jmschat/JMSChat.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/jmschat/JMSChat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/MarketFeed.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/MarketFeed.java index 2cbd4185..7c4ed7f7 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/MarketFeed.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/MarketFeed.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/Stock.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/Stock.java index bcef1f5c..eba2ffd6 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/Stock.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/marketfeed/Stock.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/IProductDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/IProductDAO.java index 6e3f6fc3..2bd91a81 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/IProductDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/IProductDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/Product.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/Product.java index f53157bb..17b407f6 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/Product.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/Product.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/ProductDAO.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/ProductDAO.java index b6c0c560..36487c5a 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/ProductDAO.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/product/ProductDAO.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/simplefeed/SimpleFeed.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/simplefeed/SimpleFeed.java index 1e84ea3a..a0b91765 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/simplefeed/SimpleFeed.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/simplefeed/SimpleFeed.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/util/DatabaseInitializer.java b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/util/DatabaseInitializer.java index 6a933208..e428c513 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/util/DatabaseInitializer.java +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/src/main/java/org/springframework/flex/samples/util/DatabaseInitializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,