From 306eec5f5e13f40a8e9299c8a9dc2146b70e0fa9 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 15:24:43 -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 12 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 345 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- README.md | 2 +- .../org/springframework/integration/samples/aws/s3/Main.java | 2 +- .../integration/samples/kafka/inbound/InboundRunner.java | 2 +- .../integration/samples/kafka/outbound/CustomPartitioner.java | 2 +- .../integration/samples/kafka/outbound/OutboundRunner.java | 2 +- .../samples/kafka/outbound/PartitionlessTransformer.java | 2 +- .../org/springframework/integration/samples/mailses/Main.java | 2 +- .../org/springframework/integration/samples/mailses/Main.java | 2 +- .../org/springframework/integration/samples/smb/Main.java | 2 +- .../integration/samples/splunk/inbound/SplunkDataHandler.java | 2 +- .../inbound/SplunkInboundChannelAdapterBlockingSample.java | 2 +- .../inbound/SplunkInboundChannelAdapterExportSample.java | 2 +- .../inbound/SplunkInboundChannelAdapterNonBlockingSample.java | 2 +- .../inbound/SplunkInboundChannelAdapterRealtimeSample.java | 2 +- .../inbound/SplunkInboundChannelAdapterSavedSample.java | 2 +- .../outbound/SplunkOutboundChannelAdapterStreamSample.java | 2 +- .../outbound/SplunkOutboundChannelAdapterSubmitSample.java | 2 +- .../outbound/SplunkOutboundChannelAdapterTcpSample.java | 2 +- .../springframework/integration/samples/voldemort/Main.java | 2 +- .../samples/voldemort/service/BusinessService.java | 2 +- .../src/main/java/org/springframework/integration/Main.java | 2 +- .../springframework/integration/service/CustomerService.java | 2 +- .../org/springframework/integration/CustomerServiceTest.java | 2 +- .../org/springframework/integration/samples/zip/Main.java | 2 +- .../integration/samples/zip/SpringIntegrationUtils.java | 2 +- .../integration/samples/zip/TransformationHandler.java | 2 +- .../samples/zip/SpringIntegrationProjectStartupTest.java | 2 +- .../src/checkstyle/checkstyle-header.txt | 2 +- spring-integration-cassandra/src/dist/license.txt | 4 ++-- .../cassandra/config/xml/CassandraNamespaceHandler.java | 2 +- .../config/xml/CassandraOutboundChannelAdapterParser.java | 2 +- .../cassandra/config/xml/CassandraOutboundGatewayParser.java | 2 +- .../cassandra/config/xml/CassandraParserUtils.java | 2 +- .../integration/cassandra/config/xml/package-info.java | 2 +- .../cassandra/outbound/CassandraMessageHandler.java | 2 +- .../integration/cassandra/outbound/package-info.java | 2 +- .../config/CassandraOutboundAdapterIntegrationTests.java | 2 +- .../cassandra/config/CassandraOutboundAdapterParserTests.java | 2 +- .../cassandra/config/CassandraParserUtilsTests.java | 2 +- .../integration/cassandra/config/IntegrationTestConfig.java | 2 +- .../cassandra/outbound/CassandraMessageHandlerTests.java | 2 +- .../integration/cassandra/test/domain/Book.java | 2 +- .../integration/cassandra/test/domain/BookSampler.java | 2 +- spring-integration-etcd/src/dist/license.txt | 4 ++-- .../integration/etcd/leader/LeaderInitiator.java | 2 +- .../springframework/integration/etcd/leader/EtcdTests.java | 2 +- .../src/checkstyle/checkstyle-header.txt | 2 +- spring-integration-hazelcast/src/dist/license.txt | 4 ++-- .../springframework/integration/hazelcast/CacheEventType.java | 2 +- .../integration/hazelcast/CacheListeningPolicyType.java | 2 +- .../integration/hazelcast/ClusterMonitorType.java | 2 +- .../integration/hazelcast/DistributedSQLIterationType.java | 2 +- .../integration/hazelcast/HazelcastHeaders.java | 2 +- .../hazelcast/HazelcastIntegrationDefinitionValidator.java | 2 +- .../hazelcast/HazelcastLocalInstanceRegistrar.java | 2 +- .../config/HazelcastIntegrationConfigurationInitializer.java | 2 +- .../HazelcastClusterMonitorInboundChannelAdapterParser.java | 2 +- .../HazelcastContinuousQueryInboundChannelAdapterParser.java | 2 +- .../HazelcastDistributedSQLInboundChannelAdapterParser.java | 2 +- .../xml/HazelcastEventDrivenInboundChannelAdapterParser.java | 2 +- .../config/xml/HazelcastIntegrationNamespaceHandler.java | 2 +- .../config/xml/HazelcastOutboundChannelAdapterParser.java | 2 +- .../hazelcast/inbound/AbstractHazelcastMessageProducer.java | 2 +- .../inbound/HazelcastClusterMonitorMessageProducer.java | 2 +- .../inbound/HazelcastContinuousQueryMessageProducer.java | 2 +- .../inbound/HazelcastDistributedSQLMessageSource.java | 2 +- .../inbound/HazelcastEventDrivenMessageProducer.java | 2 +- .../integration/hazelcast/leader/LeaderInitiator.java | 2 +- .../hazelcast/listener/HazelcastMembershipListener.java | 2 +- .../integration/hazelcast/lock/HazelcastLockRegistry.java | 2 +- .../hazelcast/message/EntryEventMessagePayload.java | 2 +- .../hazelcast/metadata/HazelcastMetadataStore.java | 2 +- .../outbound/HazelcastCacheWritingMessageHandler.java | 2 +- .../integration/hazelcast/store/HazelcastMessageStore.java | 2 +- .../HazelcastIntegrationDefinitionValidatorTests.java | 2 +- .../integration/hazelcast/HazelcastIntegrationTestUser.java | 2 +- .../hazelcast/HazelcastTestRequestHandlerAdvice.java | 2 +- .../HazelcastCQDistributedMapInboundChannelAdapterTests.java | 2 +- .../HazelcastClusterMonitorInboundChannelAdapterTests.java | 2 +- ...tDistributedListEventDrivenInboundChannelAdapterTests.java | 2 +- ...stDistributedMapEventDrivenInboundChannelAdapterTests.java | 2 +- ...DistributedQueueEventDrivenInboundChannelAdapterTests.java | 2 +- .../HazelcastDistributedSQLInboundChannelAdapterTests.java | 2 +- ...stDistributedSetEventDrivenInboundChannelAdapterTests.java | 2 +- ...DistributedTopicEventDrivenInboundChannelAdapterTests.java | 2 +- ...azelcastMultiMapEventDrivenInboundChannelAdapterTests.java | 2 +- ...astReplicatedMapEventDrivenInboundChannelAdapterTests.java | 2 +- ...lcastCQDistributedMapInboundChannelAdapterConfigTests.java | 2 +- ...zelcastClusterMonitorInboundChannelAdapterConfigTests.java | 2 +- ...zelcastDistributedSQLInboundChannelAdapterConfigTests.java | 2 +- .../HazelcastEventDrivenInboundChannelAdapterConfigTests.java | 2 +- .../config/HazelcastIntegrationInboundTestConfiguration.java | 2 +- .../inbound/util/HazelcastInboundChannelAdapterTestUtils.java | 2 +- .../integration/hazelcast/leader/LeaderInitiatorTests.java | 2 +- .../hazelcast/lock/HazelcastLockRegistryTests.java | 2 +- .../hazelcast/metadata/HazelcastMetadataStoreTests.java | 2 +- .../outbound/HazelcastOutboundChannelAdapterTests.java | 2 +- .../config/HazelcastIntegrationOutboundTestConfiguration.java | 2 +- .../config/HazelcastOutboundChannelAdapterConfigTests.java | 2 +- .../util/HazelcastOutboundChannelAdapterTestUtils.java | 2 +- .../hazelcast/store/HazelcastMessageStoreTests.java | 2 +- spring-integration-jgroups/src/dist/license.txt | 4 ++-- .../integration/jgroups/DefaultJGroupsHeaderMapper.java | 2 +- .../integration/jgroups/JGroupsChannelFactoryBean.java | 2 +- .../integration/jgroups/JGroupsHeaderMapper.java | 2 +- .../integration/jgroups/JGroupsInboundEndpoint.java | 2 +- .../integration/jgroups/JGroupsOutboundEndpoint.java | 2 +- .../integration/jgroups/XmlConfiguratorFactoryBean.java | 2 +- .../jgroups/config/JGroupsClusterAdapterParser.java | 2 +- .../jgroups/config/JGroupsInboundChannelAdapterParser.java | 2 +- .../integration/jgroups/config/JGroupsNamespaceHandler.java | 2 +- .../jgroups/config/JGroupsOutboundChannelAdapterParser.java | 2 +- .../jgroups/config/spring-integration-jgroups-1.0.xsd | 2 +- .../integration/jgroups/CustomJGroupsHeaderMapper.java | 2 +- .../jgroups/DefaultJGroupsFlagHeaderMapperTest.java | 2 +- .../integration/jgroups/DefaultJGroupsHeaderMapperTest.java | 2 +- .../integration/jgroups/JGroupsChannelFactoryBeanTest.java | 2 +- .../integration/jgroups/JGroupsInboundEndpointTest.java | 2 +- .../integration/jgroups/JGroupsOutboundEndpointTest.java | 2 +- .../integration/jgroups/XmlConfiguratorFactoryBeanTest.java | 2 +- .../jgroups/config/JGroupsXMLApplicationContextTest.java | 2 +- .../custom-inbound-channel-adapter-header-mapper.xml | 2 +- .../src/test/resources/inbound-channel-adapter.xml | 2 +- .../src/test/resources/jgroups-jchannel.xml | 2 +- .../src/test/resources/outbound-channel-adapter.xml | 2 +- spring-integration-jt400/src/dist/license.txt | 4 ++-- .../jt400/config/xml/Jt400IntegrationNamespaceHandler.java | 2 +- spring-integration-print/src/dist/license.txt | 4 ++-- .../integration/print/config/xml/PrintNamespaceHandler.java | 2 +- .../print/config/xml/PrintOutboundChannelAdapterParser.java | 2 +- .../integration/print/config/xml/PrintParserUtils.java | 2 +- .../integration/print/core/PrintServiceExecutor.java | 2 +- .../integration/print/outbound/PrintMessageHandler.java | 2 +- .../integration/print/support/AttributeComparator.java | 2 +- .../integration/print/support/ChromaticityEnum.java | 2 +- .../integration/print/support/DocFlavorComparator.java | 2 +- .../integration/print/support/MediaSizeNameEnum.java | 2 +- .../integration/print/support/MediaTrayEnum.java | 2 +- .../integration/print/support/PrintServiceComparator.java | 2 +- .../springframework/integration/print/support/PrintSides.java | 2 +- .../print/config/xml/PrintMessageHandlerParserTests.java | 2 +- spring-integration-smb/src/checkstyle/checkstyle-header.txt | 2 +- spring-integration-smb/src/dist/license.txt | 4 ++-- .../smb/config/SmbInboundChannelAdapterParser.java | 2 +- .../integration/smb/config/SmbNamespaceHandler.java | 2 +- .../smb/config/SmbOutboundChannelAdapterParser.java | 2 +- .../smb/filters/SmbPersistentAcceptOnceFileListFilter.java | 2 +- .../smb/filters/SmbRegexPatternFileListFilter.java | 2 +- .../smb/filters/SmbSimplePatternFileListFilter.java | 2 +- .../smb/filters/SmbSystemMarkerFilePresentFileListFilter.java | 2 +- .../integration/smb/inbound/SmbInboundFileSynchronizer.java | 2 +- .../smb/inbound/SmbInboundFileSynchronizingMessageSource.java | 2 +- .../springframework/integration/smb/session/SmbConfig.java | 2 +- .../integration/smb/session/SmbRemoteFileTemplate.java | 2 +- .../springframework/integration/smb/session/SmbSession.java | 2 +- .../integration/smb/session/SmbSessionFactory.java | 2 +- .../org/springframework/integration/smb/session/SmbShare.java | 2 +- .../org/springframework/integration/smb/session/SmbUtils.java | 2 +- .../springframework/integration/smb/AbstractBaseTests.java | 2 +- .../integration/smb/SmbMessageHistoryTests.java | 2 +- .../integration/smb/SmbParserInboundTests.java | 2 +- .../smb/config/SmbInboundChannelAdapterParserTests.java | 2 +- .../integration/smb/config/SmbInboundOutboundSample.java | 2 +- .../smb/config/SmbOutboundChannelAdapterParserTests.java | 2 +- .../inbound/SmbInboundRemoteFileSystemSynchronizerTests.java | 2 +- .../smb/outbound/SmbSendingMessageHandlerTests.java | 2 +- .../integration/smb/session/SmbSessionTests.java | 2 +- spring-integration-smpp/src/dist/license.txt | 4 ++-- .../smpp/config/xml/SmppInboundChannelAdapterParser.java | 2 +- .../integration/smpp/config/xml/SmppInboundGatewayParser.java | 2 +- .../integration/smpp/config/xml/SmppNamespaceHandler.java | 2 +- .../smpp/config/xml/SmppOutboundChannelAdapterParser.java | 2 +- .../smpp/config/xml/SmppOutboundGatewayParser.java | 2 +- .../integration/smpp/config/xml/SmppParserUtils.java | 2 +- .../smpp/core/AbstractReceivingMessageListener.java | 2 +- .../integration/smpp/core/DataCodingSpecification.java | 2 +- .../integration/smpp/core/SmesMessageSpecification.java | 2 +- .../springframework/integration/smpp/core/SmppConstants.java | 2 +- .../springframework/integration/smpp/core/SmppHeaders.java | 2 +- .../org/springframework/integration/smpp/core/UdhUtil.java | 2 +- .../integration/smpp/inbound/SmppInboundChannelAdapter.java | 2 +- .../integration/smpp/inbound/SmppInboundGateway.java | 2 +- .../integration/smpp/outbound/SmppOutboundChannelAdapter.java | 2 +- .../integration/smpp/outbound/SmppOutboundGateway.java | 2 +- .../smpp/session/DelegatingMessageReceiverListener.java | 2 +- .../integration/smpp/session/ExtendedSmppSession.java | 2 +- .../smpp/session/ExtendedSmppSessionAdaptingDelegate.java | 2 +- .../integration/smpp/session/SmppSessionFactoryBean.java | 2 +- .../integration/smpp/util/CurrentExecutingMethodHolder.java | 2 +- .../smpp/util/CurrentMethodExposingMethodInterceptor.java | 2 +- .../org/springframework/integration/smpp/MockSmppServer.java | 2 +- .../springframework/integration/smpp/TestSmppConnection.java | 2 +- .../integration/smpp/TestSmppInboundChannelAdapter.java | 2 +- .../integration/smpp/TestSmppInboundGateway.java | 2 +- .../integration/smpp/TestSmppOutboundChannelAdapter.java | 2 +- .../smpp/TestSmppOutboundChannelAdapterWithChain.java | 2 +- .../integration/smpp/TestSmppOutboundGateway.java | 2 +- .../integration/smpp/TestSmppOutboundGatewayWithChain.java | 2 +- .../integration/smpp/TestSmppSessionFactoryBean.java | 2 +- .../integration/smpp/config/xml/MockSmppSessionFactory.java | 2 +- .../smpp/config/xml/SmppInboundChannelAdapterParserTests.java | 2 +- .../smpp/config/xml/SmppInboundGatewayParserTests.java | 2 +- .../config/xml/SmppOutboundChannelAdapterParserTests.java | 2 +- .../smpp/config/xml/SmppOutboundGatewayParserTests.java | 2 +- .../integration/smpp/core/DataCodingSpecificationTest.java | 2 +- .../integration/smpp/core/SmesMessageSpecificationTest.java | 2 +- .../springframework/integration/smpp/core/UdhUtilTest.java | 2 +- .../smpp/util/TestCurrentExecutingMethodAdvice.java | 2 +- .../src/checkstyle/checkstyle-header.txt | 2 +- spring-integration-social-twitter/src/dist/license.txt | 4 ++-- .../twitter/config/TwitterInboundChannelAdapterParser.java | 2 +- .../integration/twitter/config/TwitterNamespaceHandler.java | 2 +- .../twitter/config/TwitterOutboundChannelAdapterParser.java | 2 +- .../twitter/config/TwitterSearchOutboundGatewayParser.java | 2 +- .../integration/twitter/core/TwitterHeaders.java | 2 +- .../twitter/inbound/AbstractTwitterMessageSource.java | 2 +- .../twitter/inbound/DirectMessageReceivingMessageSource.java | 2 +- .../twitter/inbound/MentionsReceivingMessageSource.java | 2 +- .../twitter/inbound/SearchReceivingMessageSource.java | 2 +- .../twitter/inbound/TimelineReceivingMessageSource.java | 2 +- .../twitter/outbound/DirectMessageSendingMessageHandler.java | 2 +- .../twitter/outbound/StatusUpdatingMessageHandler.java | 2 +- .../twitter/outbound/TwitterSearchOutboundGateway.java | 2 +- .../twitter/config/TestReceivingMessageSourceParserTests.java | 2 +- .../config/TestSearchReceivingMessageSourceParserTests.java | 2 +- .../twitter/config/TestSendingMessageHandlerParserTests.java | 2 +- .../config/TwitterSearchOutboundGatewayParserTests.java | 2 +- .../twitter/ignored/TestReceivingUsingNamespace.java | 2 +- .../twitter/ignored/TestSearchOutboundGateway.java | 2 +- .../twitter/ignored/TestSendingDMsUsingNamespace.java | 2 +- .../twitter/ignored/TestSendingUpdatesUsingNamespace.java | 2 +- .../integration/twitter/ignored/TwitterAnnouncer.java | 2 +- .../inbound/DirectMessageReceivingMessageSourceTests.java | 2 +- .../twitter/inbound/SearchReceivingMessageSourceTests.java | 2 +- .../SearchReceivingMessageSourceWithMetadataTests.java | 2 +- .../twitter/inbound/TimelineReceivingMessageSourceTests.java | 2 +- .../outbound/DirectMessageSendingMessageHandlerTests.java | 2 +- .../twitter/outbound/StatusUpdatingMessageHandlerTests.java | 2 +- .../twitter/outbound/TwitterSearchOutboundGatewayTests.java | 2 +- spring-integration-voldemort/src/dist/license.txt | 4 ++-- .../config/xml/VoldemortInboundChannelAdapterParser.java | 2 +- .../voldemort/config/xml/VoldemortNamespaceHandler.java | 2 +- .../config/xml/VoldemortOutboundChannelAdapterParser.java | 2 +- .../voldemort/config/xml/VoldemortParserUtils.java | 2 +- .../integration/voldemort/inbound/VoldemortMessageSource.java | 2 +- .../voldemort/outbound/VoldemortStoringMessageHandler.java | 2 +- .../integration/voldemort/store/VoldemortMessageStore.java | 2 +- .../integration/voldemort/support/PersistMode.java | 2 +- .../integration/voldemort/support/VoldemortHeaders.java | 2 +- .../integration/voldemort/test/BaseFunctionalTestCase.java | 2 +- .../integration/voldemort/test/domain/Car.java | 2 +- .../integration/voldemort/test/domain/Person.java | 2 +- .../integration/voldemort/test/inbound/ObjectKeyTest.java | 2 +- .../voldemort/test/inbound/VoldemortInboundAdapterTest.java | 2 +- .../test/outbound/MessageUpdatingServiceActivator.java | 2 +- .../integration/voldemort/test/outbound/ObjectKeyTest.java | 2 +- .../voldemort/test/outbound/VoldemortOutboundAdapterTest.java | 2 +- .../voldemort/test/store/BaseStoreFunctionalTestCase.java | 2 +- .../voldemort/test/store/VoldemortMessageGroupStoreTest.java | 2 +- .../test/store/VoldemortMessageStoreAggregationTest.java | 2 +- .../voldemort/test/store/VoldemortMessageStoreTest.java | 2 +- spring-integration-xmpp-smack41/src/dist/license.txt | 4 ++-- .../org/springframework/integration/xmpp/XmppHeaders.java | 2 +- .../xmpp/config/AbstractXmppInboundChannelAdapterParser.java | 2 +- .../xmpp/config/AbstractXmppOutboundChannelAdapterParser.java | 2 +- .../xmpp/config/ChatMessageInboundChannelAdapterParser.java | 2 +- .../xmpp/config/ChatMessageOutboundChannelAdapterParser.java | 2 +- .../xmpp/config/PresenceInboundChannelAdapterParser.java | 2 +- .../xmpp/config/PresenceOutboundChannelAdapterParser.java | 2 +- .../integration/xmpp/config/XmppConnectionFactoryBean.java | 2 +- .../integration/xmpp/config/XmppConnectionParser.java | 2 +- .../integration/xmpp/config/XmppHeaderEnricherParser.java | 2 +- .../integration/xmpp/config/XmppNamespaceHandler.java | 2 +- .../xmpp/core/AbstractXmppConnectionAwareEndpoint.java | 2 +- .../xmpp/core/AbstractXmppConnectionAwareMessageHandler.java | 2 +- .../integration/xmpp/core/XmppContextUtils.java | 2 +- .../xmpp/inbound/ChatMessageListeningEndpoint.java | 2 +- .../integration/xmpp/inbound/PresenceListeningEndpoint.java | 2 +- .../xmpp/outbound/ChatMessageSendingMessageHandler.java | 2 +- .../xmpp/outbound/PresenceSendingMessageHandler.java | 2 +- .../integration/xmpp/support/DefaultXmppHeaderMapper.java | 2 +- .../integration/xmpp/support/XmppHeaderMapper.java | 2 +- .../config/ChatMessageInboundChannelAdapterParserTests.java | 2 +- .../config/ChatMessageOutboundChannelAdapterParserTests.java | 2 +- .../xmpp/config/PresenceInboundChannelAdapterParserTests.java | 2 +- .../config/PresenceOutboundChannelAdapterParserTests.java | 2 +- .../xmpp/config/XmppConnectionFactoryBeanTests.java | 2 +- .../integration/xmpp/config/XmppConnectionParserTests.java | 2 +- .../xmpp/config/XmppHeaderEnricherParserTests.java | 2 +- .../integration/xmpp/ignore/ConsoleChatTests.java | 2 +- .../integration/xmpp/ignore/InboundChatTests.java | 2 +- .../integration/xmpp/ignore/InboundPresenceTests.java | 2 +- .../integration/xmpp/ignore/OutboundChatTests.java | 2 +- .../integration/xmpp/ignore/OutboundPresenceTests.java | 2 +- .../integration/xmpp/ignore/SmackMessageSampleTests.java | 2 +- .../integration/xmpp/ignore/XmppMessageConsumer.java | 2 +- .../integration/xmpp/ignore/XmppMessageProducer.java | 2 +- .../xmpp/inbound/ChatMessageListeningEndpointTests.java | 2 +- .../xmpp/inbound/PresenceListeningEndpointTests.java | 2 +- .../xmpp/outbound/ChatMessageSendingMessageHandlerTests.java | 2 +- .../xmpp/outbound/PresenceSendingMessageHandlerTests.java | 2 +- .../xmpp/support/DefaultXmppHeaderMapperTests.java | 2 +- .../xquery/config/xml/IntegrationXQueryNamespaceHandler.java | 2 +- .../integration/xquery/config/xml/XQueryParserUtils.java | 2 +- .../integration/xquery/config/xml/XQueryRouterParser.java | 2 +- .../xquery/config/xml/XQueryTransformerParser.java | 2 +- .../integration/xquery/core/XQueryExecutor.java | 2 +- .../integration/xquery/router/XQueryRouter.java | 2 +- .../xquery/support/AbstractXQueryResultMapper.java | 2 +- .../integration/xquery/support/BooleanResultMapper.java | 2 +- .../integration/xquery/support/NodeResultMapper.java | 2 +- .../integration/xquery/support/NumberResultMapper.java | 2 +- .../integration/xquery/support/StringResultMapper.java | 2 +- .../integration/xquery/support/XQueryParameter.java | 2 +- .../integration/xquery/support/XQueryResultMapper.java | 2 +- .../integration/xquery/support/XQueryUtils.java | 2 +- .../integration/xquery/transformer/XQueryTransformer.java | 2 +- .../integration/xquery/DummyXmlPayloadConverter.java | 2 +- .../xquery/config/xml/XQueryRouterParserTests.java | 2 +- .../xquery/config/xml/XQueryTransformerParserTests.java | 2 +- .../integration/xquery/core/AbstractXQueryExecutorTests.java | 2 +- .../integration/xquery/core/SaxonXQueryExecutorTests.java | 2 +- .../integration/xquery/core/SednaXQueryExecutorTests.java | 2 +- .../integration/xquery/router/XQueryRouterTests.java | 2 +- .../integration/xquery/support/XQueryParameterTests.java | 2 +- .../xquery/transformer/XQueryTransformerTests.java | 2 +- spring-integration-zip/src/dist/license.txt | 4 ++-- .../java/org/springframework/integration/zip/ZipHeaders.java | 2 +- .../zip/config/xml/AbstractZipTransformerParser.java | 2 +- .../integration/zip/config/xml/UnZipTransformerParser.java | 2 +- .../integration/zip/config/xml/ZipNamespaceHandler.java | 2 +- .../integration/zip/config/xml/ZipTransformerParser.java | 2 +- .../integration/zip/splitter/UnZipResultSplitter.java | 2 +- .../integration/zip/transformer/AbstractZipTransformer.java | 2 +- .../integration/zip/transformer/SpringZipUtils.java | 2 +- .../integration/zip/transformer/UnZipTransformer.java | 2 +- .../integration/zip/transformer/ZipResultType.java | 2 +- .../integration/zip/transformer/ZipTransformer.java | 2 +- .../org/springframework/integration/zip/UnZip2FileTests.java | 2 +- .../org/springframework/integration/zip/Zip2FileTests.java | 2 +- .../zip/config/xml/UnZipTransformerParserTests.java | 2 +- .../integration/zip/config/xml/ZipTransformerParserTests.java | 2 +- .../integration/zip/splitter/UnZipResultSplitterTests.java | 2 +- .../integration/zip/transformer/UnZipTransformerTests.java | 2 +- .../integration/zip/transformer/ZipTransformerTests.java | 2 +- 345 files changed, 357 insertions(+), 357 deletions(-) diff --git a/README.md b/README.md index 9802274..83e9b62 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The Spring Integration Extensions Framework is released under version 2.0 of the [Spring Integration Pattern Catalog]: https://github.com/SpringSource/spring-integration-pattern-catalog [SpringSource Tool Suite]: http://www.springsource.org/sts [How to Create New Components]: https://github.com/SpringSource/spring-integration-extensions/wiki/How-to-Create-New-Components -[Apache License]: http://www.apache.org/licenses/LICENSE-2.0 +[Apache License]: https://www.apache.org/licenses/LICENSE-2.0 [SMB]: http://en.wikipedia.org/wiki/Server_Message_Block [SMPP]: http://en.wikipedia.org/wiki/Short_Message_Peer-to-Peer diff --git a/samples/aws-s3/src/main/java/org/springframework/integration/samples/aws/s3/Main.java b/samples/aws-s3/src/main/java/org/springframework/integration/samples/aws/s3/Main.java index 1e0cb98..55f1dbc 100644 --- a/samples/aws-s3/src/main/java/org/springframework/integration/samples/aws/s3/Main.java +++ b/samples/aws-s3/src/main/java/org/springframework/integration/samples/aws/s3/Main.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/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/inbound/InboundRunner.java b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/inbound/InboundRunner.java index bd24f48..e00aece 100644 --- a/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/inbound/InboundRunner.java +++ b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/inbound/InboundRunner.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/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/CustomPartitioner.java b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/CustomPartitioner.java index 884bd58..07c948e 100644 --- a/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/CustomPartitioner.java +++ b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/CustomPartitioner.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/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/OutboundRunner.java b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/OutboundRunner.java index 53e7fc0..468ae7a 100644 --- a/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/OutboundRunner.java +++ b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/OutboundRunner.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/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/PartitionlessTransformer.java b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/PartitionlessTransformer.java index c4a4379..7da06c4 100644 --- a/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/PartitionlessTransformer.java +++ b/samples/kafka/src/main/java/org/springframework/integration/samples/kafka/outbound/PartitionlessTransformer.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/samples/mail-ses-integration/src/main/java/org/springframework/integration/samples/mailses/Main.java b/samples/mail-ses-integration/src/main/java/org/springframework/integration/samples/mailses/Main.java index 7972880..bf0ae3e 100644 --- a/samples/mail-ses-integration/src/main/java/org/springframework/integration/samples/mailses/Main.java +++ b/samples/mail-ses-integration/src/main/java/org/springframework/integration/samples/mailses/Main.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/samples/mail-ses/src/main/java/org/springframework/integration/samples/mailses/Main.java b/samples/mail-ses/src/main/java/org/springframework/integration/samples/mailses/Main.java index 2712acf..2a4e2d8 100644 --- a/samples/mail-ses/src/main/java/org/springframework/integration/samples/mailses/Main.java +++ b/samples/mail-ses/src/main/java/org/springframework/integration/samples/mailses/Main.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/samples/smb/src/main/java/org/springframework/integration/samples/smb/Main.java b/samples/smb/src/main/java/org/springframework/integration/samples/smb/Main.java index 9cdd3dc..86abeed 100644 --- a/samples/smb/src/main/java/org/springframework/integration/samples/smb/Main.java +++ b/samples/smb/src/main/java/org/springframework/integration/samples/smb/Main.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkDataHandler.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkDataHandler.java index 04d7955..6c9bbb4 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkDataHandler.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkDataHandler.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterBlockingSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterBlockingSample.java index 4a4e49f..3635a05 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterBlockingSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterBlockingSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterExportSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterExportSample.java index 8b1227e..eedec88 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterExportSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterExportSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterNonBlockingSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterNonBlockingSample.java index 283ba35..302ba2f 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterNonBlockingSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterNonBlockingSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterRealtimeSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterRealtimeSample.java index 3c975c5..5353fae 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterRealtimeSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterRealtimeSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterSavedSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterSavedSample.java index 5acb6d2..095809b 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterSavedSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/inbound/SplunkInboundChannelAdapterSavedSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterStreamSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterStreamSample.java index 002d167..4d75dc7 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterStreamSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterStreamSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterSubmitSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterSubmitSample.java index 5ef4266..400cf5d 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterSubmitSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterSubmitSample.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/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterTcpSample.java b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterTcpSample.java index 46c5d9e..cb7d2c8 100644 --- a/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterTcpSample.java +++ b/samples/splunk/src/main/java/org/springframework/integration/samples/splunk/outbound/SplunkOutboundChannelAdapterTcpSample.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/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/Main.java b/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/Main.java index 82cfe98..da65b8a 100644 --- a/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/Main.java +++ b/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/Main.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/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/service/BusinessService.java b/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/service/BusinessService.java index 8c78a67..197baa5 100644 --- a/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/service/BusinessService.java +++ b/samples/voldemort/src/main/java/org/springframework/integration/samples/voldemort/service/BusinessService.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/samples/xquery/src/main/java/org/springframework/integration/Main.java b/samples/xquery/src/main/java/org/springframework/integration/Main.java index 0db53b3..e667025 100644 --- a/samples/xquery/src/main/java/org/springframework/integration/Main.java +++ b/samples/xquery/src/main/java/org/springframework/integration/Main.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/samples/xquery/src/main/java/org/springframework/integration/service/CustomerService.java b/samples/xquery/src/main/java/org/springframework/integration/service/CustomerService.java index 8b4de61..2120703 100644 --- a/samples/xquery/src/main/java/org/springframework/integration/service/CustomerService.java +++ b/samples/xquery/src/main/java/org/springframework/integration/service/CustomerService.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/samples/xquery/src/test/java/org/springframework/integration/CustomerServiceTest.java b/samples/xquery/src/test/java/org/springframework/integration/CustomerServiceTest.java index b3b6400..0266984 100644 --- a/samples/xquery/src/test/java/org/springframework/integration/CustomerServiceTest.java +++ b/samples/xquery/src/test/java/org/springframework/integration/CustomerServiceTest.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/samples/zip/src/main/java/org/springframework/integration/samples/zip/Main.java b/samples/zip/src/main/java/org/springframework/integration/samples/zip/Main.java index e247c77..906aa2e 100644 --- a/samples/zip/src/main/java/org/springframework/integration/samples/zip/Main.java +++ b/samples/zip/src/main/java/org/springframework/integration/samples/zip/Main.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/samples/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java b/samples/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java index 30b93e4..74e7806 100644 --- a/samples/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.java +++ b/samples/zip/src/main/java/org/springframework/integration/samples/zip/SpringIntegrationUtils.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/samples/zip/src/main/java/org/springframework/integration/samples/zip/TransformationHandler.java b/samples/zip/src/main/java/org/springframework/integration/samples/zip/TransformationHandler.java index fca42e5..024a3cf 100644 --- a/samples/zip/src/main/java/org/springframework/integration/samples/zip/TransformationHandler.java +++ b/samples/zip/src/main/java/org/springframework/integration/samples/zip/TransformationHandler.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/samples/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java b/samples/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java index a93fa73..c4ca0b6 100644 --- a/samples/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.java +++ b/samples/zip/src/test/java/org/springframework/integration/samples/zip/SpringIntegrationProjectStartupTest.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-integration-cassandra/src/checkstyle/checkstyle-header.txt b/spring-integration-cassandra/src/checkstyle/checkstyle-header.txt index f470e97..7cd20a6 100644 --- a/spring-integration-cassandra/src/checkstyle/checkstyle-header.txt +++ b/spring-integration-cassandra/src/checkstyle/checkstyle-header.txt @@ -5,7 +5,7 @@ ^\Q * you may not use this file except in compliance with the License.\E$ ^\Q * You may obtain a copy of the License at\E$ ^\Q *\E$ -^\Q * http://www.apache.org/licenses/LICENSE-2.0\E$ +^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ ^\Q *\E$ ^\Q * Unless required by applicable law or agreed to in writing, software\E$ ^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$ diff --git a/spring-integration-cassandra/src/dist/license.txt b/spring-integration-cassandra/src/dist/license.txt index c94ec85..7c50aab 100644 --- a/spring-integration-cassandra/src/dist/license.txt +++ b/spring-integration-cassandra/src/dist/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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraNamespaceHandler.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraNamespaceHandler.java index 58419c1..34f99c5 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraNamespaceHandler.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraNamespaceHandler.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundChannelAdapterParser.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundChannelAdapterParser.java index 3981adc..86c7d36 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundChannelAdapterParser.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundChannelAdapterParser.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundGatewayParser.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundGatewayParser.java index 052f312..6f9598a 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundGatewayParser.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraOutboundGatewayParser.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraParserUtils.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraParserUtils.java index edf9e84..d7ffcc0 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraParserUtils.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/CassandraParserUtils.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/package-info.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/package-info.java index 26312a0..ea0024d 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/package-info.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/config/xml/package-info.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandler.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandler.java index 622d8ac..5cc4879 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandler.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandler.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-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/package-info.java b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/package-info.java index e6018b2..e735f3e 100644 --- a/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/package-info.java +++ b/spring-integration-cassandra/src/main/java/org/springframework/integration/cassandra/outbound/package-info.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterIntegrationTests.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterIntegrationTests.java index 3c3dd0f..a9dce33 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterIntegrationTests.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterIntegrationTests.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterParserTests.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterParserTests.java index f0e5e27..8ca68c0 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterParserTests.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraOutboundAdapterParserTests.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraParserUtilsTests.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraParserUtilsTests.java index de04827..5e8599c 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraParserUtilsTests.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/CassandraParserUtilsTests.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/IntegrationTestConfig.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/IntegrationTestConfig.java index 3a4f718..24378cd 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/IntegrationTestConfig.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/config/IntegrationTestConfig.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandlerTests.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandlerTests.java index 926ce19..5588c79 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandlerTests.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/outbound/CassandraMessageHandlerTests.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/Book.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/Book.java index 6181ea4..3de5561 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/Book.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/Book.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-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/BookSampler.java b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/BookSampler.java index b98aa88..dea93e8 100644 --- a/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/BookSampler.java +++ b/spring-integration-cassandra/src/test/java/org/springframework/integration/cassandra/test/domain/BookSampler.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-integration-etcd/src/dist/license.txt b/spring-integration-etcd/src/dist/license.txt index 261eeb9..20e4bd8 100644 --- a/spring-integration-etcd/src/dist/license.txt +++ b/spring-integration-etcd/src/dist/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-integration-etcd/src/main/java/org/springframework/integration/etcd/leader/LeaderInitiator.java b/spring-integration-etcd/src/main/java/org/springframework/integration/etcd/leader/LeaderInitiator.java index 9a783ba..d4cbc1d 100644 --- a/spring-integration-etcd/src/main/java/org/springframework/integration/etcd/leader/LeaderInitiator.java +++ b/spring-integration-etcd/src/main/java/org/springframework/integration/etcd/leader/LeaderInitiator.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-integration-etcd/src/test/java/org/springframework/integration/etcd/leader/EtcdTests.java b/spring-integration-etcd/src/test/java/org/springframework/integration/etcd/leader/EtcdTests.java index 3a9291c..94102ca 100644 --- a/spring-integration-etcd/src/test/java/org/springframework/integration/etcd/leader/EtcdTests.java +++ b/spring-integration-etcd/src/test/java/org/springframework/integration/etcd/leader/EtcdTests.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-integration-hazelcast/src/checkstyle/checkstyle-header.txt b/spring-integration-hazelcast/src/checkstyle/checkstyle-header.txt index f470e97..7cd20a6 100644 --- a/spring-integration-hazelcast/src/checkstyle/checkstyle-header.txt +++ b/spring-integration-hazelcast/src/checkstyle/checkstyle-header.txt @@ -5,7 +5,7 @@ ^\Q * you may not use this file except in compliance with the License.\E$ ^\Q * You may obtain a copy of the License at\E$ ^\Q *\E$ -^\Q * http://www.apache.org/licenses/LICENSE-2.0\E$ +^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ ^\Q *\E$ ^\Q * Unless required by applicable law or agreed to in writing, software\E$ ^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$ diff --git a/spring-integration-hazelcast/src/dist/license.txt b/spring-integration-hazelcast/src/dist/license.txt index 261eeb9..20e4bd8 100644 --- a/spring-integration-hazelcast/src/dist/license.txt +++ b/spring-integration-hazelcast/src/dist/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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheEventType.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheEventType.java index 73b5f0c..c257534 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheEventType.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheEventType.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheListeningPolicyType.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheListeningPolicyType.java index 7454b41..64e4508 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheListeningPolicyType.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/CacheListeningPolicyType.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/ClusterMonitorType.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/ClusterMonitorType.java index 33f46ee..95529ef 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/ClusterMonitorType.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/ClusterMonitorType.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/DistributedSQLIterationType.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/DistributedSQLIterationType.java index 6dcafca..fee228d 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/DistributedSQLIterationType.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/DistributedSQLIterationType.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastHeaders.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastHeaders.java index 0812afb..2be5a19 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastHeaders.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastHeaders.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidator.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidator.java index be7390b..c84578a 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidator.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidator.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastLocalInstanceRegistrar.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastLocalInstanceRegistrar.java index 503723f..03d104b 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastLocalInstanceRegistrar.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/HazelcastLocalInstanceRegistrar.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/HazelcastIntegrationConfigurationInitializer.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/HazelcastIntegrationConfigurationInitializer.java index 234787d..bbd7b4f 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/HazelcastIntegrationConfigurationInitializer.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/HazelcastIntegrationConfigurationInitializer.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastClusterMonitorInboundChannelAdapterParser.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastClusterMonitorInboundChannelAdapterParser.java index 60f714f..8fb6069 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastClusterMonitorInboundChannelAdapterParser.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastClusterMonitorInboundChannelAdapterParser.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastContinuousQueryInboundChannelAdapterParser.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastContinuousQueryInboundChannelAdapterParser.java index 654c632..06d4c85 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastContinuousQueryInboundChannelAdapterParser.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastContinuousQueryInboundChannelAdapterParser.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastDistributedSQLInboundChannelAdapterParser.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastDistributedSQLInboundChannelAdapterParser.java index 15c30a2..1e5c2a4 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastDistributedSQLInboundChannelAdapterParser.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastDistributedSQLInboundChannelAdapterParser.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastEventDrivenInboundChannelAdapterParser.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastEventDrivenInboundChannelAdapterParser.java index e22eb43..05ebdc9 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastEventDrivenInboundChannelAdapterParser.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastEventDrivenInboundChannelAdapterParser.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastIntegrationNamespaceHandler.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastIntegrationNamespaceHandler.java index eaea84b..b64da23 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastIntegrationNamespaceHandler.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastIntegrationNamespaceHandler.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastOutboundChannelAdapterParser.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastOutboundChannelAdapterParser.java index 261a217..2b23cee 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastOutboundChannelAdapterParser.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/config/xml/HazelcastOutboundChannelAdapterParser.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/AbstractHazelcastMessageProducer.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/AbstractHazelcastMessageProducer.java index 7796430..cf79723 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/AbstractHazelcastMessageProducer.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/AbstractHazelcastMessageProducer.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorMessageProducer.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorMessageProducer.java index d7dc9ed..162ca88 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorMessageProducer.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorMessageProducer.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastContinuousQueryMessageProducer.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastContinuousQueryMessageProducer.java index d3905fb..6870b96 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastContinuousQueryMessageProducer.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastContinuousQueryMessageProducer.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLMessageSource.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLMessageSource.java index d4a28aa..4fc26af 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLMessageSource.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLMessageSource.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastEventDrivenMessageProducer.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastEventDrivenMessageProducer.java index dbf17e3..3dcc11e 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastEventDrivenMessageProducer.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/inbound/HazelcastEventDrivenMessageProducer.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/leader/LeaderInitiator.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/leader/LeaderInitiator.java index e86d170..674bd2a 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/leader/LeaderInitiator.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/leader/LeaderInitiator.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/listener/HazelcastMembershipListener.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/listener/HazelcastMembershipListener.java index 34c90d6..3db4061 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/listener/HazelcastMembershipListener.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/listener/HazelcastMembershipListener.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistry.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistry.java index 3e85ce5..559a635 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistry.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistry.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/message/EntryEventMessagePayload.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/message/EntryEventMessagePayload.java index cd55425..35339a6 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/message/EntryEventMessagePayload.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/message/EntryEventMessagePayload.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStore.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStore.java index cbe08f6..96796cc 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStore.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStore.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/outbound/HazelcastCacheWritingMessageHandler.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/outbound/HazelcastCacheWritingMessageHandler.java index 1865bef..adb5276 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/outbound/HazelcastCacheWritingMessageHandler.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/outbound/HazelcastCacheWritingMessageHandler.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-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/store/HazelcastMessageStore.java b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/store/HazelcastMessageStore.java index e2612e2..7428d85 100644 --- a/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/store/HazelcastMessageStore.java +++ b/spring-integration-hazelcast/src/main/java/org/springframework/integration/hazelcast/store/HazelcastMessageStore.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidatorTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidatorTests.java index 5d7e23b..00948fe 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidatorTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationDefinitionValidatorTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationTestUser.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationTestUser.java index 00fe7c5..5f2a277 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationTestUser.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastIntegrationTestUser.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastTestRequestHandlerAdvice.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastTestRequestHandlerAdvice.java index 1bfc189..74d2283 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastTestRequestHandlerAdvice.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/HazelcastTestRequestHandlerAdvice.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastCQDistributedMapInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastCQDistributedMapInboundChannelAdapterTests.java index f83f6c3..a66f35e 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastCQDistributedMapInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastCQDistributedMapInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorInboundChannelAdapterTests.java index 48e22f0..197d8cd 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastClusterMonitorInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedListEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedListEventDrivenInboundChannelAdapterTests.java index 0a2c4d7..24f7691 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedListEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedListEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedMapEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedMapEventDrivenInboundChannelAdapterTests.java index a47f753..b65de69 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedMapEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedMapEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedQueueEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedQueueEventDrivenInboundChannelAdapterTests.java index 3932f73..2b59688 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedQueueEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedQueueEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLInboundChannelAdapterTests.java index 16f60a6..1030c61 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSQLInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSetEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSetEventDrivenInboundChannelAdapterTests.java index abe2946..19ec142 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSetEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedSetEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedTopicEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedTopicEventDrivenInboundChannelAdapterTests.java index bd5dc2b..b4e0f48 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedTopicEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastDistributedTopicEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastMultiMapEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastMultiMapEventDrivenInboundChannelAdapterTests.java index d17ccf2..bb83d7b 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastMultiMapEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastMultiMapEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastReplicatedMapEventDrivenInboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastReplicatedMapEventDrivenInboundChannelAdapterTests.java index 4602eb1..505f920 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastReplicatedMapEventDrivenInboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/HazelcastReplicatedMapEventDrivenInboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastCQDistributedMapInboundChannelAdapterConfigTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastCQDistributedMapInboundChannelAdapterConfigTests.java index cb98e9c..be73bad 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastCQDistributedMapInboundChannelAdapterConfigTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastCQDistributedMapInboundChannelAdapterConfigTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastClusterMonitorInboundChannelAdapterConfigTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastClusterMonitorInboundChannelAdapterConfigTests.java index f148326..81a73c4 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastClusterMonitorInboundChannelAdapterConfigTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastClusterMonitorInboundChannelAdapterConfigTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastDistributedSQLInboundChannelAdapterConfigTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastDistributedSQLInboundChannelAdapterConfigTests.java index b71617f..97be0b4 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastDistributedSQLInboundChannelAdapterConfigTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastDistributedSQLInboundChannelAdapterConfigTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastEventDrivenInboundChannelAdapterConfigTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastEventDrivenInboundChannelAdapterConfigTests.java index 24f712b..43586ef 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastEventDrivenInboundChannelAdapterConfigTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastEventDrivenInboundChannelAdapterConfigTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastIntegrationInboundTestConfiguration.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastIntegrationInboundTestConfiguration.java index e831a0f..0ae0db1 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastIntegrationInboundTestConfiguration.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/config/HazelcastIntegrationInboundTestConfiguration.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/util/HazelcastInboundChannelAdapterTestUtils.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/util/HazelcastInboundChannelAdapterTestUtils.java index 817c0bf..3930ee8 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/util/HazelcastInboundChannelAdapterTestUtils.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/inbound/util/HazelcastInboundChannelAdapterTestUtils.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/leader/LeaderInitiatorTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/leader/LeaderInitiatorTests.java index 0b61013..530f662 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/leader/LeaderInitiatorTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/leader/LeaderInitiatorTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistryTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistryTests.java index affb4f6..8ddf37a 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistryTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/lock/HazelcastLockRegistryTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStoreTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStoreTests.java index 2f77da6..a346d88 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStoreTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/metadata/HazelcastMetadataStoreTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/HazelcastOutboundChannelAdapterTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/HazelcastOutboundChannelAdapterTests.java index dcd18a6..3686565 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/HazelcastOutboundChannelAdapterTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/HazelcastOutboundChannelAdapterTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastIntegrationOutboundTestConfiguration.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastIntegrationOutboundTestConfiguration.java index 1d43c8f..3aab1a8 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastIntegrationOutboundTestConfiguration.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastIntegrationOutboundTestConfiguration.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastOutboundChannelAdapterConfigTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastOutboundChannelAdapterConfigTests.java index 36d0c7a..cefbbcc 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastOutboundChannelAdapterConfigTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/config/HazelcastOutboundChannelAdapterConfigTests.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/util/HazelcastOutboundChannelAdapterTestUtils.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/util/HazelcastOutboundChannelAdapterTestUtils.java index 09e9db6..4ccf7d9 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/util/HazelcastOutboundChannelAdapterTestUtils.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/outbound/util/HazelcastOutboundChannelAdapterTestUtils.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-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/store/HazelcastMessageStoreTests.java b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/store/HazelcastMessageStoreTests.java index 8edc787..2259d6a 100644 --- a/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/store/HazelcastMessageStoreTests.java +++ b/spring-integration-hazelcast/src/test/java/org/springframework/integration/hazelcast/store/HazelcastMessageStoreTests.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-integration-jgroups/src/dist/license.txt b/spring-integration-jgroups/src/dist/license.txt index 261eeb9..20e4bd8 100644 --- a/spring-integration-jgroups/src/dist/license.txt +++ b/spring-integration-jgroups/src/dist/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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/DefaultJGroupsHeaderMapper.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/DefaultJGroupsHeaderMapper.java index 19e302d..603c461 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/DefaultJGroupsHeaderMapper.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/DefaultJGroupsHeaderMapper.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsChannelFactoryBean.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsChannelFactoryBean.java index 35a71a3..35baae0 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsChannelFactoryBean.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsChannelFactoryBean.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsHeaderMapper.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsHeaderMapper.java index b0fe522..38f5e3f 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsHeaderMapper.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsHeaderMapper.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsInboundEndpoint.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsInboundEndpoint.java index cbf8090..6c1d70e 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsInboundEndpoint.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsInboundEndpoint.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsOutboundEndpoint.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsOutboundEndpoint.java index 3ab1959..e695019 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsOutboundEndpoint.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/JGroupsOutboundEndpoint.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/XmlConfiguratorFactoryBean.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/XmlConfiguratorFactoryBean.java index 644368c..5b81959 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/XmlConfiguratorFactoryBean.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/XmlConfiguratorFactoryBean.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsClusterAdapterParser.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsClusterAdapterParser.java index 1eb0769..1c19460 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsClusterAdapterParser.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsClusterAdapterParser.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsInboundChannelAdapterParser.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsInboundChannelAdapterParser.java index 54d0968..0f8166a 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsInboundChannelAdapterParser.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsInboundChannelAdapterParser.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsNamespaceHandler.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsNamespaceHandler.java index c6917ac..972c722 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsNamespaceHandler.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsNamespaceHandler.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-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsOutboundChannelAdapterParser.java b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsOutboundChannelAdapterParser.java index 9027274..dbbfa68 100644 --- a/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsOutboundChannelAdapterParser.java +++ b/spring-integration-jgroups/src/main/java/org/springframework/integration/jgroups/config/JGroupsOutboundChannelAdapterParser.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-integration-jgroups/src/main/resources/org/springframework/integration/jgroups/config/spring-integration-jgroups-1.0.xsd b/spring-integration-jgroups/src/main/resources/org/springframework/integration/jgroups/config/spring-integration-jgroups-1.0.xsd index 0d5b502..02abd7e 100644 --- a/spring-integration-jgroups/src/main/resources/org/springframework/integration/jgroups/config/spring-integration-jgroups-1.0.xsd +++ b/spring-integration-jgroups/src/main/resources/org/springframework/integration/jgroups/config/spring-integration-jgroups-1.0.xsd @@ -2,7 +2,7 @@