From 2b6047ac9a208773385da5ccd153506e45b9c78e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 15:24:50 -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/LICENSE-2.0 with 24 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- .../integration/flow/ChannelNamePortConfiguration.java | 2 +- .../org/springframework/integration/flow/FlowConfiguration.java | 2 +- .../org/springframework/integration/flow/FlowConstants.java | 2 +- .../org/springframework/integration/flow/PortConfiguration.java | 2 +- .../java/org/springframework/integration/flow/PortMetadata.java | 2 +- .../integration/flow/config/FlowMessageHandlerFactoryBean.java | 2 +- .../org/springframework/integration/flow/config/FlowUtils.java | 2 +- .../integration/flow/config/xml/FlowConfigurationParser.java | 2 +- .../integration/flow/config/xml/FlowNamespaceHandler.java | 2 +- .../integration/flow/config/xml/FlowOutboundGatewayParser.java | 2 +- .../springframework/integration/flow/config/xml/FlowParser.java | 2 +- .../integration/flow/handler/FlowMessageHandler.java | 2 +- .../integration/flow/interceptor/FlowInterceptor.java | 2 +- .../integration/flow/Transaction/StubTransactionManager.java | 2 +- .../flow/Transaction/TransactionalServiceActivator.java | 2 +- .../flow/Transaction/TransactionalServiceInterface.java | 2 +- .../integration/flow/config/xml/ExceptionBean.java | 2 +- .../integration/flow/config/xml/FlowClientNamespaceTests.java | 2 +- .../integration/flow/config/xml/FlowConfigNamespaceTests.java | 2 +- .../integration/flow/config/xml/FlowContextTests.java | 2 +- .../integration/flow/config/xml/FlowWithErrorTests.java | 2 +- .../integration/flow/config/xml/FlowWithReferencesTests.java | 2 +- .../springframework/integration/flow/config/xml/RefBean.java | 2 +- .../integration/flow/config/xml/TransactionalFlowTests.java | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/java/org/springframework/integration/flow/ChannelNamePortConfiguration.java b/src/main/java/org/springframework/integration/flow/ChannelNamePortConfiguration.java index 8cf2360..c29e8ec 100644 --- a/src/main/java/org/springframework/integration/flow/ChannelNamePortConfiguration.java +++ b/src/main/java/org/springframework/integration/flow/ChannelNamePortConfiguration.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/FlowConfiguration.java b/src/main/java/org/springframework/integration/flow/FlowConfiguration.java index 19c6dda..71f0b1e 100644 --- a/src/main/java/org/springframework/integration/flow/FlowConfiguration.java +++ b/src/main/java/org/springframework/integration/flow/FlowConfiguration.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/FlowConstants.java b/src/main/java/org/springframework/integration/flow/FlowConstants.java index 52e697c..f67dd22 100644 --- a/src/main/java/org/springframework/integration/flow/FlowConstants.java +++ b/src/main/java/org/springframework/integration/flow/FlowConstants.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/main/java/org/springframework/integration/flow/PortConfiguration.java b/src/main/java/org/springframework/integration/flow/PortConfiguration.java index f236583..43b4c83 100644 --- a/src/main/java/org/springframework/integration/flow/PortConfiguration.java +++ b/src/main/java/org/springframework/integration/flow/PortConfiguration.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/PortMetadata.java b/src/main/java/org/springframework/integration/flow/PortMetadata.java index 6e8eb3e..36691db 100644 --- a/src/main/java/org/springframework/integration/flow/PortMetadata.java +++ b/src/main/java/org/springframework/integration/flow/PortMetadata.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/config/FlowMessageHandlerFactoryBean.java b/src/main/java/org/springframework/integration/flow/config/FlowMessageHandlerFactoryBean.java index 27c7ced..84c4bec 100644 --- a/src/main/java/org/springframework/integration/flow/config/FlowMessageHandlerFactoryBean.java +++ b/src/main/java/org/springframework/integration/flow/config/FlowMessageHandlerFactoryBean.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/config/FlowUtils.java b/src/main/java/org/springframework/integration/flow/config/FlowUtils.java index 9675c45..38e210a 100644 --- a/src/main/java/org/springframework/integration/flow/config/FlowUtils.java +++ b/src/main/java/org/springframework/integration/flow/config/FlowUtils.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/main/java/org/springframework/integration/flow/config/xml/FlowConfigurationParser.java b/src/main/java/org/springframework/integration/flow/config/xml/FlowConfigurationParser.java index c152630..ab08800 100644 --- a/src/main/java/org/springframework/integration/flow/config/xml/FlowConfigurationParser.java +++ b/src/main/java/org/springframework/integration/flow/config/xml/FlowConfigurationParser.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/config/xml/FlowNamespaceHandler.java b/src/main/java/org/springframework/integration/flow/config/xml/FlowNamespaceHandler.java index ee4379d..db51328 100644 --- a/src/main/java/org/springframework/integration/flow/config/xml/FlowNamespaceHandler.java +++ b/src/main/java/org/springframework/integration/flow/config/xml/FlowNamespaceHandler.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/config/xml/FlowOutboundGatewayParser.java b/src/main/java/org/springframework/integration/flow/config/xml/FlowOutboundGatewayParser.java index cf4c430..7b2b051 100644 --- a/src/main/java/org/springframework/integration/flow/config/xml/FlowOutboundGatewayParser.java +++ b/src/main/java/org/springframework/integration/flow/config/xml/FlowOutboundGatewayParser.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/config/xml/FlowParser.java b/src/main/java/org/springframework/integration/flow/config/xml/FlowParser.java index 2ca58a7..066e7d3 100644 --- a/src/main/java/org/springframework/integration/flow/config/xml/FlowParser.java +++ b/src/main/java/org/springframework/integration/flow/config/xml/FlowParser.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/handler/FlowMessageHandler.java b/src/main/java/org/springframework/integration/flow/handler/FlowMessageHandler.java index ee87a51..071f0db 100644 --- a/src/main/java/org/springframework/integration/flow/handler/FlowMessageHandler.java +++ b/src/main/java/org/springframework/integration/flow/handler/FlowMessageHandler.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/main/java/org/springframework/integration/flow/interceptor/FlowInterceptor.java b/src/main/java/org/springframework/integration/flow/interceptor/FlowInterceptor.java index 3b67aab..b6dfcb3 100644 --- a/src/main/java/org/springframework/integration/flow/interceptor/FlowInterceptor.java +++ b/src/main/java/org/springframework/integration/flow/interceptor/FlowInterceptor.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/test/java/org/springframework/integration/flow/Transaction/StubTransactionManager.java b/src/test/java/org/springframework/integration/flow/Transaction/StubTransactionManager.java index d463b1e..d7e5cec 100644 --- a/src/test/java/org/springframework/integration/flow/Transaction/StubTransactionManager.java +++ b/src/test/java/org/springframework/integration/flow/Transaction/StubTransactionManager.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceActivator.java b/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceActivator.java index 9edb621..4bb2767 100644 --- a/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceActivator.java +++ b/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceActivator.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceInterface.java b/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceInterface.java index 31d09b9..e0a62c7 100644 --- a/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceInterface.java +++ b/src/test/java/org/springframework/integration/flow/Transaction/TransactionalServiceInterface.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/config/xml/ExceptionBean.java b/src/test/java/org/springframework/integration/flow/config/xml/ExceptionBean.java index 038dd13..1dfc7e4 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/ExceptionBean.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/ExceptionBean.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/config/xml/FlowClientNamespaceTests.java b/src/test/java/org/springframework/integration/flow/config/xml/FlowClientNamespaceTests.java index 4cbadb5..2a330c3 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/FlowClientNamespaceTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/FlowClientNamespaceTests.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/test/java/org/springframework/integration/flow/config/xml/FlowConfigNamespaceTests.java b/src/test/java/org/springframework/integration/flow/config/xml/FlowConfigNamespaceTests.java index 4cea638..0304220 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/FlowConfigNamespaceTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/FlowConfigNamespaceTests.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/test/java/org/springframework/integration/flow/config/xml/FlowContextTests.java b/src/test/java/org/springframework/integration/flow/config/xml/FlowContextTests.java index e5fad86..1748792 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/FlowContextTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/FlowContextTests.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/config/xml/FlowWithErrorTests.java b/src/test/java/org/springframework/integration/flow/config/xml/FlowWithErrorTests.java index 89b4af3..4242878 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/FlowWithErrorTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/FlowWithErrorTests.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/test/java/org/springframework/integration/flow/config/xml/FlowWithReferencesTests.java b/src/test/java/org/springframework/integration/flow/config/xml/FlowWithReferencesTests.java index 2bfd232..0ba1fda 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/FlowWithReferencesTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/FlowWithReferencesTests.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/src/test/java/org/springframework/integration/flow/config/xml/RefBean.java b/src/test/java/org/springframework/integration/flow/config/xml/RefBean.java index 323a7dd..cc0b4da 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/RefBean.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/RefBean.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the diff --git a/src/test/java/org/springframework/integration/flow/config/xml/TransactionalFlowTests.java b/src/test/java/org/springframework/integration/flow/config/xml/TransactionalFlowTests.java index d1382c7..fa96a51 100644 --- a/src/test/java/org/springframework/integration/flow/config/xml/TransactionalFlowTests.java +++ b/src/test/java/org/springframework/integration/flow/config/xml/TransactionalFlowTests.java @@ -4,7 +4,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the