From a84e0703016e7e4de42207567ea7b090ec81099c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 15:16:39 -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 888 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- aslHeader.txt | 2 +- .../insight/plugin/akka/ActorRefOperationCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/akka/AkkaDefinitions.java | 2 +- .../insight/plugin/akka/AkkaPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/akka/AkkaUntypedActorEndPointAnalyzer.java | 2 +- .../plugin/akka/UntypedActorOperationCollectionAspect.aj | 2 +- .../insight/plugin/akka/actorref/ActorRefHelper.java | 2 +- .../plugin/akka/actorref/ActorRefPropertyExtractor.java | 2 +- .../akka/actorref/PromiseActorRefPropertyExtractor.java | 2 +- .../plugin/akka/actorref/RouterActorRefPropertyExtractor.java | 2 +- .../insight/plugin/akka/routing/AkkaRouterConfigHelper.java | 2 +- .../plugin/akka/routing/RoundRobinRouterDataExtractor.java | 2 +- .../plugin/akka/routing/RouterConfigDataExtractor.java | 2 +- .../AbstractAkkaOperationCollectionAspectTestSupport.java | 2 +- .../akka/UntypedActorOperationCollectionAspectTest.java | 2 +- .../akka/actorref/PromiseActorRefPropertyExtractorTest.java | 2 +- .../akka/actorref/RouterActorRefPropertyExtractorTest.java | 2 +- .../plugin/akka/routing/AkkaRouterConfigHelperTest.java | 2 +- .../akka/routing/RoundRobinRouterDataExtractorTest.java | 2 +- collection-plugins/axon/aslHeader.txt | 2 +- .../insight/plugin/axon/AbstractHandlerEndPointAnalyzer.java | 2 +- .../insight/plugin/axon/Axon20OperationUtils.java | 2 +- .../axonframework/insight/plugin/axon/AxonOperationType.java | 2 +- .../insight/plugin/axon/AxonPluginRuntimeDescriptor.java | 2 +- .../org/axonframework/insight/plugin/axon/AxonVersion.java | 2 +- .../axon/CommandBus1xDispatchOperationCollectionAspect.aj | 2 +- .../axon/CommandBus20DispatchOperationCollectionAspect.aj | 2 +- .../insight/plugin/axon/CommandHandlerEndPointAnalyzer.java | 2 +- .../plugin/axon/CommandHandlerOperationCollectionAspect.aj | 2 +- .../plugin/axon/EventBus1xPublishOperationCollectionAspect.aj | 2 +- .../plugin/axon/EventBus20PublishOperationCollectionAspect.aj | 2 +- .../insight/plugin/axon/EventHandlerEndPointAnalyzer.java | 2 +- .../plugin/axon/EventHandlerOperationCollectionAspect.aj | 2 +- .../insight/plugin/axon/SagaOperationCollectionAspect.aj | 2 +- .../insight/plugin/axon/SagaOperationEndPointAnalyzer.java | 2 +- .../axon/CommandHandlerOperationCollectionAspectTest.java | 2 +- .../axon/EventHandlerOperationCollectionAspectTest.java | 2 +- .../insight/plugin/axon/ExposedAxonPluginSpringBeanTest.java | 2 +- collection-plugins/axon/src/test/resources/log4j.properties | 2 +- .../springsource/insight/plugin/cassandra/CQLFormatter.java | 2 +- .../com/springsource/insight/plugin/cassandra/CQLToHtml.java | 2 +- .../CassandraBoundStatementOperationCollectionAspect.aj | 2 +- .../CassandraBuiltStatementOperationCollectionAspect.aj | 2 +- .../plugin/cassandra/CassandraExternalResourceAnalyzer.java | 2 +- .../insight/plugin/cassandra/CassandraOperationFinalizer.java | 2 +- .../plugin/cassandra/CassandraRuntimePluginDescriptor.java | 2 +- .../CassandraSessionExecuteOperationCollectionAspect.aj | 2 +- .../CassandraSimpleStatementOperationCollectionAspect.aj | 2 +- .../springsource/insight/plugin/cassandra/WeakKeyHashMap.java | 2 +- .../insight/plugin/cassandra/CQLFormatterTest.java | 2 +- .../springsource/insight/plugin/cassandra/CQLToHtmlTest.java | 2 +- .../CassandraBoundStatementOperationCollectionAspectTest.java | 2 +- .../CassandraBuiltStatementOperationCollectionAspectTest.java | 2 +- .../cassandra/CassandraExternalResourceAnalyzerTest.java | 2 +- .../plugin/cassandra/CassandraOperationFinalizerTest.java | 2 +- .../CassandraSessionExecuteOperationCollectionAspectTest.java | 2 +- ...CassandraSimpleStatementOperationCollectionAspectTest.java | 2 +- .../insight/plugin/cassandra/MockBoundStatement.java | 2 +- .../insight/plugin/cassandra/MockPreparedStatement.java | 2 +- .../insight/plugin/cassandra/MockResultSetFuture.java | 2 +- .../springsource/insight/plugin/cassandra/MockSession.java | 2 +- .../insight/plugin/cassandra/WeakKeyHashMapTest.java | 2 +- .../cassandra/AbsCassandraExternalResourceAnalyzer.java | 2 +- .../cassandra/AbstractCassandraOperationCollectionAspect.aj | 2 +- .../insight/plugin/cassandra/CQLOperationCollectionAspect.aj | 2 +- .../cassandra/CassandraCQLExternalResourceAnalyzer.java | 2 +- .../cassandra/CassandraConnectExternalResourceAnalyzer.java | 2 +- .../cassandra/CassandraGetExternalResourceAnalyzer.java | 2 +- .../plugin/cassandra/CassandraPluginRuntimeDescriptor.java | 2 +- .../cassandra/CassandraRemoveExternalResourceAnalyzer.java | 2 +- .../cassandra/CassandraSystemExternalResourceAnalyzer.java | 2 +- .../cassandra/CassandraUpdateExternalResourceAnalyzer.java | 2 +- .../plugin/cassandra/ConnectOperationCollectionAspect.aj | 2 +- .../insight/plugin/cassandra/GetOperationCollectionAspect.aj | 2 +- .../insight/plugin/cassandra/OperationCollectionTypes.java | 2 +- .../springsource/insight/plugin/cassandra/OperationUtils.aj | 2 +- .../plugin/cassandra/RemoveOperationCollectionAspect.aj | 2 +- .../plugin/cassandra/SystemOperationCollectionAspect.aj | 2 +- .../plugin/cassandra/UpdateOperationCollectionAspect.aj | 2 +- .../cassandra/AbstractOperationCollectionAspectTest.java | 2 +- .../insight/plugin/cassandra/CassandraUnitTests.java | 2 +- .../cassandra/ConnectOperationCollectionAspectTest.java | 2 +- .../plugin/cassandra/GetOperationCollectionAspectTest.java | 2 +- .../plugin/cassandra/InsertOperationCollectionAspectTest.java | 2 +- .../plugin/cassandra/SystemOperationCollectionAspectTest.java | 2 +- .../plugin/cassandra/embeded/EmbeddedCassandraService.java | 2 +- .../eclipse/persistence/DatabaseSessionMetricsGenerator.java | 2 +- .../persistence/DatabaseSessionOperationCollectionAspect.aj | 2 +- .../eclipse/persistence/EclipsePersistenceCollectionAspect.aj | 2 +- .../eclipse/persistence/EclipsePersistenceDefinitions.java | 2 +- .../persistence/EclipsePersistenceMetricsGenerator.java | 2 +- .../EclipsePersistencePluginRuntimeDescriptor.java | 2 +- .../eclipse/persistence/SessionQueryMetricsGenerator.java | 2 +- .../persistence/SessionQueryOperationCollectionAspect.aj | 2 +- .../persistence/SessionQueryOperationJoinPointFinalizer.java | 2 +- .../persistence/TransactionOperationCollectionAspect.aj | 2 +- .../persistence/TransactionOperationMetricsGenerator.java | 2 +- .../persistence/DatabaseSessionMetricsGeneratorTest.java | 2 +- .../DatabaseSessionOperationCollectionAspectTest.java | 2 +- .../persistence/EclipsePersistenceCollectionTestSupport.java | 2 +- .../EclipsePersistenceMetricsGeneratorTestSupport.java | 2 +- .../plugin/eclipse/persistence/MockDatabaseSession.java | 2 +- .../eclipse/persistence/SessionQueryMetricsGeneratorTest.java | 2 +- .../SessionQueryOperationCollectionAspectTest.java | 2 +- .../persistence/TransactionOperationCollectionAspectTest.java | 2 +- .../persistence/TransactionOperationMetricsGeneratorTest.java | 2 +- .../insight/plugin/ehcache/EhcacheCollapsingFrameHelper.java | 2 +- .../insight/plugin/ehcache/EhcacheDefinitions.java | 2 +- .../plugin/ehcache/EhcacheExternalResourceAnalyzer.java | 2 +- .../plugin/ehcache/EhcacheGetOperationCollectionAspect.aj | 2 +- .../plugin/ehcache/EhcacheMethodOperationCollectionAspect.aj | 2 +- .../plugin/ehcache/EhcachePutOperationCollectionAspect.aj | 2 +- .../plugin/ehcache/EhcacheRemoveOperationCollectionAspect.aj | 2 +- .../plugin/ehcache/EhcacheReplaceOperationCollectionAspect.aj | 2 +- .../insight/plugin/ehcache/EhcahePluginRuntimeDescriptor.java | 2 +- .../insight/plugin/ehcache/EhcacheBenchmarkTest.java | 2 +- .../ehcache/EhcacheGetOperationCollectionAspectTest.java | 2 +- .../ehcache/EhcacheOperationCollectionAspectTestSupport.java | 2 +- .../ehcache/EhcachePutOperationCollectionAspectTest.java | 2 +- .../ehcache/EhcacheRemoveOperationCollectionAspectTest.java | 2 +- .../ehcache/EhcacheReplaceOperationCollectionAspectTest.java | 2 +- .../insight/plugin/ehcache/EhcacheResourceAnalyzerTest.java | 2 +- .../method/TrailingMethodOperationCollectionAspect.aj | 2 +- .../insight/plugin/ejb3/Ejb3LocalServiceDefinitions.java | 2 +- .../insight/plugin/ejb3/Ejb3LocalServiceEndPointAnalyzer.java | 2 +- .../plugin/ejb3/Ejb3LocalServiceOperationCollectionAspect.aj | 2 +- .../insight/plugin/ejb3/Ejb3PluginRuntimeDescriptor.java | 2 +- .../ejb3/Ejb3LocalServiceOperationCollectionAspectTest.java | 2 +- .../insight/plugin/ejb3/ExampleEjb3LocalService.java | 2 +- .../plugin/ejb3/ExampleStatefulEjb3LocalServiceAction.java | 2 +- .../plugin/ejb3/ExampleStatelessEjb3LocalServiceAction.java | 2 +- .../files/tracker/AbstractFilesTrackerAspectSupport.java | 2 +- .../insight/plugin/files/tracker/FileCloseCollectionAspect.aj | 2 +- .../insight/plugin/files/tracker/FileInputCollectionAspect.aj | 2 +- .../plugin/files/tracker/FileOpenTrackerAspectSupport.java | 2 +- .../plugin/files/tracker/FileOutputCollectionAspect.aj | 2 +- .../insight/plugin/files/tracker/FilesTrackerDefinitions.java | 2 +- .../files/tracker/FilesTrackerExternalResourceAnalyzer.java | 2 +- .../files/tracker/FilesTrackerPluginRuntimeDescriptor.java | 2 +- .../plugin/files/tracker/FileInputCollectionAspectTest.java | 2 +- .../plugin/files/tracker/FileOutputCollectionAspectTest.java | 2 +- .../insight/plugin/files/tracker/FilesCacheTest.java | 2 +- .../files/tracker/FilesOpenTrackerAspectTestSupport.java | 2 +- .../plugin/files/tracker/FilesTrackerAspectTestSupport.java | 2 +- .../tracker/FilesTrackerExternalResourceAnalyzerTest.java | 2 +- .../insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj | 2 +- .../gemfire/AbstractGemFireExternalResourceAnalyzer.java | 2 +- .../insight/plugin/gemfire/GemFireDefenitions.java | 2 +- .../plugin/gemfire/GemFireLightPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/gemfire/GemFireLightPointcuts.aj | 2 +- .../insight/plugin/gemfire/GemFireQueryCollectionAspect.aj | 2 +- .../plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java | 2 +- .../plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java | 2 +- .../plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj | 2 +- .../AbstractGemFireExternalResourceAnalyzerTestSupport.java | 2 +- .../insight/plugin/gemfire/GemFireAspectTestSupport.java | 2 +- .../plugin/gemfire/GemFireQueryCollectionAspectTest.java | 2 +- .../gemfire/GemFireQueryExternalResourceAnalyzerTest.java | 2 +- .../plugin/gemfire/GemFireRemoteCollectionAspectTest.java | 2 +- .../gemfire/GemFireRemoteExternalResourceAnalyzerTest.java | 2 +- .../insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj | 2 +- .../gemfire/AbstractGemFireExternalResourceAnalyzer.java | 2 +- .../insight/plugin/gemfire/GemFireDefenitions.java | 2 +- .../plugin/gemfire/GemFirePluginRuntimeDescriptor.java | 2 +- .../insight/plugin/gemfire/GemFireQueryCollectionAspect.aj | 2 +- .../plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java | 2 +- .../insight/plugin/gemfire/GemFireRegionCollectionAspect.aj | 2 +- .../plugin/gemfire/GemFireRegionExternalResourceAnalyzer.java | 2 +- .../plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java | 2 +- .../plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj | 2 +- .../AbstractGemFireExternalResourceAnalyzerTestSupport.java | 2 +- .../insight/plugin/gemfire/GemFireAspectTestSupport.java | 2 +- .../plugin/gemfire/GemFireQueryCollectionAspectTest.java | 2 +- .../gemfire/GemFireQueryExternalResourceAnalyzerTest.java | 2 +- .../plugin/gemfire/GemFireRegionCollectionAspectTest.java | 2 +- .../gemfire/GemFireRegionExternalResourceAnalyzerTest.java | 2 +- .../plugin/gemfire/GemFireRemoteCollectionAspectTest.java | 2 +- .../gemfire/GemFireRemoteExternalResourceAnalyzerTest.java | 2 +- .../insight/plugin/grails/GrailsControllerClassAspect.aj | 2 +- .../insight/plugin/grails/GrailsControllerInstanceAspect.aj | 2 +- .../plugin/grails/GrailsControllerMethodEndPointAnalyzer.java | 2 +- .../plugin/grails/GrailsControllerMetricCollector.java | 2 +- .../grails/GrailsControllerOperationCollectionAspect.aj | 2 +- .../insight/plugin/grails/GrailsControllerPointcuts.aj | 2 +- .../insight/plugin/grails/GrailsControllerStateKeeper.java | 2 +- .../insight/plugin/grails/GrailsPluginRuntimeDescriptor.java | 2 +- .../plugin/grails/ExposedGrailsPluginSpringBeanTest.java | 2 +- .../grails/GrailsControllerMethodEndPointAnalyzerTest.java | 2 +- .../insight/plugin/grails/GrailsControllerMethodViewTest.java | 2 +- .../plugin/grails/GrailsControllerMetricCollectorTest.java | 2 +- .../grails/GrailsControllerOperationCollectionAspectTest.java | 2 +- .../plugin/grails/GrailsControllerStateKeeperTest.java | 2 +- .../insight/plugin/hadoop/HadoopExternalResourceAnalyzer.java | 2 +- .../insight/plugin/hadoop/HadoopPluginRuntimeDescriptor.java | 2 +- .../plugin/hadoop/JobClientOperationCollectionAspect.aj | 2 +- .../insight/plugin/hadoop/JobOperationCollectionAspect.aj | 2 +- .../insight/plugin/hadoop/MapOperationCollectionAspect.aj | 2 +- .../insight/plugin/hadoop/OperationCollectionTypes.java | 2 +- .../insight/plugin/hadoop/ReduceOperationCollectionAspect.aj | 2 +- .../plugin/hadoop/JobOperationCollectionAspectTest.java | 2 +- .../com/springsource/insight/plugin/hadoop/WordCount.java | 2 +- .../plugin/hibernate/HibernateEventCollectionAspect.aj | 2 +- .../plugin/hibernate/HibernatePluginRuntimeDescriptor.java | 2 +- .../hibernate/HibernateSessionOperationCollectionAspect.aj | 2 +- .../insight/plugin/hibernate/DummyDirtyCheckListenerImpl.java | 2 +- .../insight/plugin/hibernate/DummyFlushEventListenerImpl.java | 2 +- .../insight/plugin/hibernate/DummySessionImpl.java | 2 +- .../plugin/hibernate/HibernateEventCollectionAspectTest.java | 2 +- .../HibernateSessionOperationCollectionAspectTest.java | 2 +- .../plugin/apache/http/hc3/HC3PluginRuntimeDescriptor.java | 2 +- .../insight/plugin/apache/http/hc3/HttpClientDefinitions.java | 2 +- .../apache/http/hc3/HttpClientExecutionCollectionAspect.aj | 2 +- .../plugin/apache/http/hc3/HttpExternalResourceAnalyzer.java | 2 +- .../insight/plugin/apache/http/hc3/HttpPlaceholderMethod.java | 2 +- .../plugin/apache/http/hc3/HttpStatusTraceErrorAnalyzer.java | 2 +- .../http/hc3/HttpClientExecutionCollectionAspectTest.java | 2 +- .../apache/http/hc3/HttpExternalResourceAnalyzerTest.java | 2 +- .../plugin/apache/http/hc3/HttpPlaceholderMethodTest.java | 2 +- .../plugin/apache/http/hc4/HC4PluginRuntimeDescriptor.java | 2 +- .../insight/plugin/apache/http/hc4/HttpClientDefinitions.java | 2 +- .../apache/http/hc4/HttpClientExecutionCollectionAspect.aj | 2 +- .../plugin/apache/http/hc4/HttpExternalResourceAnalyzer.java | 2 +- .../plugin/apache/http/hc4/HttpPlaceholderRequest.java | 2 +- .../plugin/apache/http/hc4/HttpStatusTraceErrorAnalyzer.java | 2 +- .../http/hc4/HttpClientExecutionCollectionAspectTest.java | 2 +- .../apache/http/hc4/HttpExternalResourceAnalyzerTest.java | 2 +- .../plugin/apache/http/hc4/HttpPlaceholderRequestTest.java | 2 +- .../springsource/insight/plugin/jaxrs/JaxrsDefinitions.java | 2 +- .../insight/plugin/jaxrs/JaxrsEndPointAnalyzer.java | 2 +- .../insight/plugin/jaxrs/JaxrsOperationCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/jaxrs/JaxrsParamType.java | 2 +- .../insight/plugin/jaxrs/JaxrsPluginRuntimeDescriptor.java | 2 +- .../plugin/jaxrs/JaxrsOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jaxrs/RestServiceDefinitions.java | 2 +- .../insight/plugin/jaxrs/RestServiceInstance.java | 2 +- .../insight/plugin/jcr/GetNodeOperationCollectionAspect.aj | 2 +- .../insight/plugin/jcr/ItemOperationCollectionAspect.aj | 2 +- .../springsource/insight/plugin/jcr/JCRCollectionUtils.java | 2 +- .../springsource/insight/plugin/jcr/JCREndPointAnalyzer.java | 2 +- .../insight/plugin/jcr/JCRPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/jcr/LoginOperationCollectionAspect.aj | 2 +- .../insight/plugin/jcr/OperationCollectionTypes.java | 2 +- .../insight/plugin/jcr/QueryOperationCollectionAspect.aj | 2 +- .../insight/plugin/jcr/SaveOperationCollectionAspect.aj | 2 +- .../insight/plugin/jcr/WorkspaceOperationCollectionAspect.aj | 2 +- .../insight/plugin/jcr/GetOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jcr/ItemOperationCollectionAspectTest.java | 2 +- .../plugin/jcr/LoginOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jcr/SaveOperationCollectionAspectTest.java | 2 +- .../java/com/springsource/insight/plugin/jcr/SimpleTests.java | 2 +- collection-plugins/jcr/src/test/resources/repository.xml | 2 +- .../springsource/insight/plugin/jdbc/ConnectionsTracker.java | 2 +- .../insight/plugin/jdbc/DatabaseJDBCURIAnalyzer.java | 2 +- .../jdbc/JdbcConnectionCloseOperationCollectionAspect.aj | 2 +- .../plugin/jdbc/JdbcDriverConnectOperationCollectionAspect.aj | 2 +- .../plugin/jdbc/JdbcDriverExternalResourceAnalyzer.java | 2 +- .../plugin/jdbc/JdbcOperationExternalResourceAnalyzer.java | 2 +- .../insight/plugin/jdbc/JdbcOperationFinalizer.java | 2 +- .../jdbc/JdbcPreparedStatementOperationCollectionAspect.aj | 2 +- .../plugin/jdbc/JdbcQueryExternalResourceGenerator.java | 2 +- .../insight/plugin/jdbc/JdbcRuntimePluginDescriptor.java | 2 +- .../plugin/jdbc/JdbcStatementOperationCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/jdbc/SQLFormatter.java | 2 +- .../java/com/springsource/insight/plugin/jdbc/SqlToHtml.java | 2 +- .../insight/plugin/jdbc/TopLevelJdbcOperationFilter.java | 2 +- .../com/springsource/insight/plugin/jdbc/WeakKeyHashMap.java | 2 +- .../insight/plugin/jdbc/parser/AbstractSqlParser.java | 2 +- .../insight/plugin/jdbc/parser/AbstractSqlPatternParser.java | 2 +- .../springsource/insight/plugin/jdbc/parser/DatabaseType.java | 2 +- .../insight/plugin/jdbc/parser/JdbcUrlMetaData.java | 2 +- .../insight/plugin/jdbc/parser/JdbcUrlParser.java | 2 +- .../insight/plugin/jdbc/parser/SimpleJdbcUrlMetaData.java | 2 +- .../insight/plugin/jdbc/parser/SimpleSqlUrlParser.java | 2 +- .../insight/plugin/jdbc/parser/SqlParserPattern.java | 2 +- .../insight/plugin/jdbc/parser/parsers/DB2SqlParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/DatabaseURL.java | 2 +- .../insight/plugin/jdbc/parser/parsers/HsqlParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/HsqlProperties.java | 2 +- .../insight/plugin/jdbc/parser/parsers/MssqlParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/MySqlParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/OracleParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/OracleRACParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/PostgresSqlParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/SqlFireParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/SqlFirePeerParser.java | 2 +- .../insight/plugin/jdbc/parser/parsers/SybaseSqlParser.java | 2 +- .../plugin/jdbc/AbstractDatabaseJDBCURIAnalyzerTest.java | 2 +- .../insight/plugin/jdbc/ConnectionsTrackerTest.java | 2 +- .../insight/plugin/jdbc/DatabaseJDBCURIAnalyzerTest.java | 2 +- .../JdbcConnectionCloseOperationCollectionAspectTest.java | 2 +- .../jdbc/JdbcConnectionOperationCollectionTestSupport.java | 2 +- .../jdbc/JdbcDriverConnectOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jdbc/JdbcOperationFinalizerTest.java | 2 +- .../JdbcPreparedStatementOperationCollectionAspectTest.java | 2 +- .../plugin/jdbc/JdbcQueryExternalResourceGeneratorTest.java | 2 +- .../jdbc/JdbcStatementOperationCollectionAspectTest.java | 2 +- .../jdbc/JdbcStatementOperationCollectionTestSupport.java | 2 +- .../insight/plugin/jdbc/JdbcTraceIntegrationTest.java | 2 +- .../plugin/jdbc/ParamLoggingPreparedStatementTest.java | 2 +- .../insight/plugin/jdbc/PoolingConnectionTest.java | 2 +- .../springsource/insight/plugin/jdbc/SQLFormatterTest.java | 2 +- .../com/springsource/insight/plugin/jdbc/SqlToHtmlTest.java | 2 +- .../insight/plugin/jdbc/StoredProcedureExample.java | 2 +- .../springsource/insight/plugin/jdbc/WeakKeyHashMapTest.java | 2 +- .../insight/plugin/jdbc/helpers/AbstractConnection.java | 2 +- .../insight/plugin/jdbc/helpers/AbstractDatabaseMetaData.java | 2 +- .../insight/plugin/jdbc/helpers/AbstractStatement.java | 2 +- .../insight/plugin/jdbc/helpers/jdk16/Jdk16Connection.java | 2 +- .../plugin/jdbc/helpers/jdk16/Jdk16DatabaseMetaData.java | 2 +- .../jdk16/Jdk16PreparedStatementCollectionAspectTest.java | 2 +- .../insight/plugin/jdbc/helpers/jdk16/Jdk16Statement.java | 2 +- .../jdk16/Jdk16StatementOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jdbc/parsers/DB2SqlParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/HsqlParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/MssqlParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/MySqlParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/OracleParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/OracleRACParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/PostgresSqlParserTest.java | 2 +- .../plugin/jdbc/parsers/SimpleSqlUrlParserTestSupport.java | 2 +- .../insight/plugin/jdbc/parsers/SqlFireParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/SqlFirePeerParserTest.java | 2 +- .../insight/plugin/jdbc/parsers/SqlParserTestImpl.java | 2 +- .../insight/plugin/jdbc/parsers/SqlTestEntry.java | 2 +- .../insight/plugin/jdbc/parsers/SybaseSqlParserTest.java | 2 +- .../insight/plugin/jms/AbstractJMSCollectionAspect.aj | 2 +- .../insight/plugin/jms/AbstractJMSMetricsGenerator.java | 2 +- .../insight/plugin/jms/AbstractJMSResourceAnalyzer.java | 2 +- .../com/springsource/insight/plugin/jms/DeliveryModeType.java | 2 +- .../com/springsource/insight/plugin/jms/DestinationType.java | 2 +- .../insight/plugin/jms/JMSConsumerCollectionAspect.aj | 2 +- .../insight/plugin/jms/JMSConsumerResourceAnalyzer.java | 2 +- .../springsource/insight/plugin/jms/JMSEndPointAnalyzer.java | 2 +- .../plugin/jms/JMSListenerReceiveMetricsGenerator.java | 2 +- .../insight/plugin/jms/JMSMessageListenerCollectionAspect.aj | 2 +- .../plugin/jms/JMSMessageListenerResourceAnalyzer.java | 2 +- .../insight/plugin/jms/JMSPluginOperationType.java | 2 +- .../com/springsource/insight/plugin/jms/JMSPluginUtils.java | 2 +- .../insight/plugin/jms/JMSProducerCollectionAspect.aj | 2 +- .../insight/plugin/jms/JMSProducerResourceAnalyzer.java | 2 +- .../insight/plugin/jms/JMSReceiveMetricsGenerator.java | 2 +- .../insight/plugin/jms/JMSSendMetricsGenerator.java | 2 +- .../insight/plugin/jms/JmsPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/jms/JmsTraceSourceAnalyzer.java | 2 +- .../springsource/insight/plugin/jms/MessageOperationMap.java | 2 +- .../java/com/springsource/insight/plugin/jms/MessageType.java | 2 +- .../com/springsource/insight/plugin/jms/MessageWrapper.java | 2 +- .../plugin/jms/AbstractJMSCollectionAspectTestSupport.java | 2 +- .../insight/plugin/jms/AbstractJMSMetricsGeneratorTest.java | 2 +- .../insight/plugin/jms/AbstractJMSResourceAnalyzerTest.java | 2 +- .../insight/plugin/jms/JMSConsumerCollectionAspectTest.java | 2 +- .../insight/plugin/jms/JMSConsumerResourceAnalyzerTest.java | 2 +- .../plugin/jms/JMSListenerReceiveMetricsGeneratorTest.java | 2 +- .../plugin/jms/JMSMessageListenerCollectionAspectTest.java | 2 +- .../plugin/jms/JMSMessageListenerResourceAnalyzerTest.java | 2 +- .../springsource/insight/plugin/jms/JMSPluginUtilsTest.java | 2 +- .../insight/plugin/jms/JMSProducerCollectionAspectTest.java | 2 +- .../insight/plugin/jms/JMSProducerResourceAnalyzerTest.java | 2 +- .../insight/plugin/jms/JMSReceiveMetricsGeneratorTest.java | 2 +- .../insight/plugin/jms/JMSSendMetricsGeneratorTest.java | 2 +- .../insight/plugin/jms/JmsTraceSourceAnalyzerTest.java | 2 +- .../insight/plugin/jms/MessageOperationMapTest.java | 2 +- .../plugin/jmx/JmxAttributeOperationCollectionSupport.aj | 2 +- .../jmx/JmxGetMultipleAttrsOperationCollectionAspect.aj | 2 +- .../jmx/JmxGetSingleAttributeOperationCollectionAspect.aj | 2 +- .../insight/plugin/jmx/JmxInvocationEndPointAnalyzer.java | 2 +- .../insight/plugin/jmx/JmxInvokeOperationCollectionAspect.aj | 2 +- .../plugin/jmx/JmxMultiAttributeOperationCollectionSupport.aj | 2 +- .../insight/plugin/jmx/JmxOperationCollectionAspectSupport.aj | 2 +- .../insight/plugin/jmx/JmxPluginRuntimeDescriptor.java | 2 +- .../jmx/JmxSetMultipleAttrsOperationCollectionAspect.aj | 2 +- .../jmx/JmxSetSingleAttributeOperationCollectionAspect.aj | 2 +- .../jmx/JmxSingleAttributeOperationCollectionSupport.aj | 2 +- .../insight/plugin/jmx/MultiAttributeOperationCollector.java | 2 +- .../insight/plugin/jmx/DelegatingMBeanServer.java | 2 +- .../insight/plugin/jmx/ExposedJmxPluginSpringBeanTest.java | 2 +- .../insight/plugin/jmx/JmxAttributeOperationTestSupport.java | 2 +- .../jmx/JmxGetMultipleAttrsOperationCollectionAspectTest.java | 2 +- .../JmxGetSingleAttributeOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jmx/JmxInvocationEndPointAnalyzerTest.java | 2 +- .../plugin/jmx/JmxInvokeOperationCollectionAspectTest.java | 2 +- .../plugin/jmx/JmxMultiAttributeCollectionTestSupport.java | 2 +- .../insight/plugin/jmx/JmxOperationCollectionTestSupport.java | 2 +- .../jmx/JmxSetMultipleAttrsOperationCollectionAspectTest.java | 2 +- .../JmxSetSingleAttributeOperationCollectionAspectTest.java | 2 +- .../plugin/jmx/JmxSingleAttributeOperationTestSupport.java | 2 +- .../springsource/insight/plugin/jmx/SpringMBeanComponent.java | 2 +- .../insight/plugin/jndi/JndiBindOperationCollectionAspect.aj | 2 +- .../plugin/jndi/JndiLookupOperationCollectionAspect.aj | 2 +- .../insight/plugin/jndi/JndiOperationCollectionSupport.aj | 2 +- .../insight/plugin/jndi/JndiPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/jndi/JndiResourceCollectionFilter.java | 2 +- .../insight/plugin/jndi/ExposedJndiPluginSpringBeanTest.java | 2 +- .../plugin/jndi/JndiBindOperationCollectionAspectTest.java | 2 +- .../plugin/jndi/JndiLookupOperationCollectionAspectTest.java | 2 +- .../plugin/jndi/JndiOperationCollectionAspectTestSupport.java | 2 +- .../insight/plugin/jndi/JndiResourceCollectionFilterTest.java | 2 +- .../com/springsource/insight/plugin/jndi/JndiTestContext.java | 2 +- .../insight/plugin/jpa/EntityTransactionCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/jpa/JpaDefinitions.java | 2 +- .../insight/plugin/jpa/JpaEntityManagerCollectionAspect.aj | 2 +- .../insight/plugin/jpa/JpaEntityManagerDomainObjectAspect.aj | 2 +- .../insight/plugin/jpa/JpaEntityManagerLifecycleAspect.aj | 2 +- .../insight/plugin/jpa/JpaPluginRuntimeDescriptor.java | 2 +- .../plugin/jpa/EntityTransactionCollectionAspectTest.java | 2 +- .../plugin/jpa/JpaEntityManagerCollectionTestSupport.java | 2 +- .../plugin/jpa/JpaEntityManagerDomainObjectAspectTest.java | 2 +- .../plugin/jpa/JpaEntityManagerLifecycleAspectTest.java | 2 +- .../java/com/springsource/insight/plugin/jpa/TestEntity.java | 2 +- .../jpa/TransactionalJpaEntityManagerDomainAspectTest.java | 2 +- .../plugin/jpa/TransactionalJpaEntityManagerTestSupport.java | 2 +- .../com/springsource/insight/plugin/jta/JtaDefinitions.java | 2 +- .../insight/plugin/jta/JtaOperationCollectionAspect.aj | 2 +- .../insight/plugin/jta/JtaPluginRuntimeDescriptor.java | 2 +- .../plugin/jta/TransactionManagerOperationCollectionAspect.aj | 2 +- .../plugin/jta/TransactionOperationCollectionAspect.aj | 2 +- .../plugin/jta/UserTransactionOperationCollectionAspect.aj | 2 +- .../plugin/jta/JtaOperationCollectionAspectTestSupport.java | 2 +- .../jta/TransactionManagerOperationCollectionAspectTest.java | 2 +- .../plugin/jta/TransactionOperationCollectionAspectTest.java | 2 +- .../jta/UserTransactionOperationCollectionAspectTest.java | 2 +- .../plugin/jws/EndpointMethodOperationCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/jws/JwsDefinitions.java | 2 +- .../springsource/insight/plugin/jws/JwsEndPointAnalyzer.java | 2 +- .../insight/plugin/jws/JwsOperationCollectionAspect.aj | 2 +- .../insight/plugin/jws/JwsPluginRuntimeDescriptor.java | 2 +- .../jws/EndpointMethodOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jws/JwsOperationCollectionAspectTest.java | 2 +- .../insight/plugin/jws/JwsServiceDefinitions.java | 2 +- .../springsource/insight/plugin/jws/JwsServiceInstance.java | 2 +- .../insight/plugin/ldap/DirContextSearchCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/ldap/LdapDefinitions.java | 2 +- .../insight/plugin/ldap/LdapExternalResourceAnalyzer.java | 2 +- .../plugin/ldap/LdapOperationCollectionAspectSupport.aj | 2 +- .../insight/plugin/ldap/LdapPluginRuntimeDescriptor.java | 2 +- .../springsource/insight/plugin/ldap/DirContextCreator.java | 2 +- .../plugin/ldap/DirContextSearchCollectionAspectTest.java | 2 +- .../plugin/ldap/LdapOperationCollectionAspectTestSupport.java | 2 +- .../com/springsource/insight/plugin/ldap/TestLdapContext.java | 2 +- .../plugin/logging/CommonsLoggingOperationCollectionAspect.aj | 2 +- .../plugin/logging/Log4jLoggingOperationCollectionAspect.aj | 2 +- .../insight/plugin/logging/LoggingDefinitions.java | 2 +- .../plugin/logging/LoggingMethodOperationCollectionAspect.aj | 2 +- .../plugin/logging/LoggingPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/logging/LoggingTraceErrorAnalyzer.java | 2 +- .../plugin/logging/Slf4jLoggingOperationCollectionAspect.aj | 2 +- .../logging/CommonsLoggingOperationCollectionAspectTest.java | 2 +- .../logging/Log4jLoggingOperationCollectionAspectTest.java | 2 +- .../LoggingMethodOperationCollectionAspectTestSupport.java | 2 +- .../logging/Slf4jLoggingOperationCollectionAspectTest.java | 2 +- .../plugin/mail/JavaMailSenderOperationCollectionAspect.aj | 2 +- .../com/springsource/insight/plugin/mail/MailDefinitions.java | 2 +- .../insight/plugin/mail/MailOperationCollectionSupport.aj | 2 +- .../insight/plugin/mail/MailPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/mail/MailSendExternalResourceAnalyzer.java | 2 +- .../insight/plugin/mail/MailSendMetricsGenerator.java | 2 +- .../plugin/mail/MessageSendOperationCollectionAspect.aj | 2 +- .../mail/JavaMailSenderOperationCollectionAspectTest.java | 2 +- .../insight/plugin/mail/MailMetricsGeneratorTest.java | 2 +- .../insight/plugin/mail/MailResourceAnalyzerTest.java | 2 +- .../plugin/mail/MessageSendOperationCollectionAspectTest.java | 2 +- .../mongodb/AbstractMongoDBExternalResourceAnalyzer.java | 2 +- .../insight/plugin/mongodb/MongoArgumentUtils.java | 2 +- .../mongodb/MongoCollectionOperationCollectionAspect.aj | 2 +- .../plugin/mongodb/MongoCursorOperationCollectionAspect.aj | 2 +- .../mongodb/MongoDBCollectionExternalResourceAnalyzer.java | 2 +- .../mongodb/MongoDBOperationExternalResourceAnalyzer.java | 2 +- .../plugin/mongodb/MongoDBPluginRuntimeDescriptor.java | 2 +- .../plugin/mongodb/MongoDbOperationCollectionAspect.aj | 2 +- .../mongodb/src/test/java/com/mongodb/DBCollectionDummy.java | 2 +- .../insight/plugin/mongodb/AbstractMongoDBAnalyzerTest.java | 2 +- .../springsource/insight/plugin/mongodb/DBCursorDummy.java | 2 +- .../java/com/springsource/insight/plugin/mongodb/DBDummy.java | 2 +- .../insight/plugin/mongodb/MongoArgumentUtilsTest.java | 2 +- .../mongodb/MongoCollectionOperationCollectionAspectTest.java | 2 +- .../mongodb/MongoCursorOperationCollectionAspectTest.java | 2 +- .../mongodb/MongoDBCollectionOperationAnalyzerTest.java | 2 +- .../insight/plugin/mongodb/MongoDBOperationAnalyzerTest.java | 2 +- .../plugin/mongodb/MongoDbOperationCollectionAspectTest.java | 2 +- .../springsource/insight/plugin/mongodb/OperationFTLTest.java | 2 +- .../insight/plugin/portlet/ActionOperationCollectionAspect.aj | 2 +- .../insight/plugin/portlet/EventOperationCollectionAspect.aj | 2 +- .../plugin/portlet/GenericOperationCollectionAspect.aj | 2 +- .../insight/plugin/portlet/OperationCollectionTypes.java | 2 +- .../insight/plugin/portlet/PortletEndPointAnalyzer.java | 2 +- .../plugin/portlet/PortletPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/portlet/RenderOperationCollectionAspect.aj | 2 +- .../plugin/portlet/ResourceOperationCollectionAspect.aj | 2 +- .../plugin/portlet/ActionOperationCollectionAspectTest.java | 2 +- .../springsource/insight/plugin/portlet/ExamplePortlet.java | 2 +- .../insight/plugin/portlet/ExamplePortletTester.java | 2 +- .../plugin/portlet/GenericOperationCollectionTestSupport.java | 2 +- .../plugin/portlet/RenderOperationCollectionAspectTest.java | 2 +- .../plugin/quartz/scheduler/AbstractQuartzValueAccessor.java | 2 +- .../plugin/quartz/scheduler/QuartzJobDetailValueAccessor.java | 2 +- .../scheduler/QuartzJobExecutionContextValueAccessor.java | 2 +- .../plugin/quartz/scheduler/QuartzKeyValueAccessor.java | 2 +- .../quartz/scheduler/QuartzPluginRuntimeDescriptor.java | 2 +- .../plugin/quartz/scheduler/QuartzSchedulerDefinitions.java | 2 +- .../quartz/scheduler/QuartzSchedulerEndPointAnalyzer.java | 2 +- .../scheduler/QuartzSchedulerOperationCollectionAspect.aj | 2 +- .../plugin/quartz/scheduler/QuartzTraceSourceAnalyzer.java | 2 +- .../plugin/quartz/scheduler/QuartzTriggerValueAccessor.java | 2 +- .../plugin/quartz/scheduler/QuartzSchedulerMockJob.java | 2 +- .../QuartzSchedulerOperationCollectionAspectTest.java | 2 +- .../quartz/scheduler/QuartzTraceSourceAnalyzerTest.java | 2 +- .../rabbitmqClient/AbstractRabbitMQCollectionAspect.java | 2 +- .../rabbitmqClient/AbstractRabbitMQResourceAnalyzer.java | 2 +- .../plugin/rabbitmqClient/AbstractRabbitMetricsGenerator.java | 2 +- .../plugin/rabbitmqClient/RabbitMQConsumerCollectionAspect.aj | 2 +- .../rabbitmqClient/RabbitMQConsumerMetricsGenerator.java | 2 +- .../rabbitmqClient/RabbitMQConsumerResourceAnalyzer.java | 2 +- .../plugin/rabbitmqClient/RabbitMQEndPointAnalyzer.java | 2 +- .../rabbitmqClient/RabbitMQPluginRuntimeDescriptor.java | 2 +- .../plugin/rabbitmqClient/RabbitMQPublishCollectionAspect.aj | 2 +- .../rabbitmqClient/RabbitMQPublishMetricsGenerator.java | 2 +- .../rabbitmqClient/RabbitMQPublishResourceAnalyzer.java | 2 +- .../plugin/rabbitmqClient/RabbitPluginOperationType.java | 2 +- .../plugin/rabbitmqClient/RabbitTraceSourceAnalyzer.java | 2 +- .../AbstractRabbitMQCollectionAspectTestSupport.java | 2 +- .../rabbitmqClient/AbstractRabbitMQMetricsGeneratorTest.java | 2 +- .../rabbitmqClient/AbstractRabbitMQResourceAnalyzerTest.java | 2 +- .../rabbitmqClient/RabbitMQConsumerCollectionAspectTest.java | 2 +- .../rabbitmqClient/RabbitMQConsumerMetricsGeneratorTest.java | 2 +- .../rabbitmqClient/RabbitMQConsumerResourceAnalyzerTest.java | 2 +- .../rabbitmqClient/RabbitMQPublishCollectionAspectTest.java | 2 +- .../rabbitmqClient/RabbitMQPublishMetricsGeneratorTest.java | 2 +- .../rabbitmqClient/RabbitMQPublishResourceAnalyzerTest.java | 2 +- .../plugin/rabbitmqClient/RabbitTraceSourceAnalyzerTest.java | 2 +- .../springsource/insight/plugin/redis/RedisClientAspect.aj | 2 +- .../insight/plugin/redis/RedisCollectionOperationAspect.aj | 2 +- .../redis/RedisConnectionFactoryOperationCollectionAspect.aj | 2 +- .../insight/plugin/redis/RedisExternalResourceAnalyzer.java | 2 +- .../insight/plugin/redis/RedisMapOperationCollectionAspect.aj | 2 +- .../insight/plugin/redis/RedisPluginRuntimeDescriptor.java | 2 +- .../com/springsource/insight/plugin/redis/util/RedisUtil.java | 2 +- .../insight/plugin/redis/DummyAbstractRedisCollection.java | 2 +- .../springsource/insight/plugin/redis/DummyJedisCommands.java | 2 +- .../springsource/insight/plugin/redis/DummyRedisMapImpl.java | 2 +- .../insight/plugin/redis/RedisClientAspectTest.java | 2 +- .../plugin/redis/RedisCollectionOperationAspectTest.java | 2 +- .../plugin/redis/RedisExternalResourceAnalyzerTest.java | 2 +- .../plugin/redis/RedisMapOperationCollectionAspectTest.java | 2 +- .../com/springsource/insight/plugin/rmi/RmiDefinitions.java | 2 +- .../insight/plugin/rmi/RmiListOperationCollectionAspect.aj | 2 +- .../insight/plugin/rmi/RmiOperationCollectionAspect.aj | 2 +- .../insight/plugin/rmi/RmiPluginRuntimeDescriptor.java | 2 +- .../plugin/rmi/RmiListOperationCollectionAspectTest.java | 2 +- .../insight/plugin/rmi/RmiOperationCollectionAspectTest.java | 2 +- .../plugin/rmi/RmiOperationCollectionAspectTestSupport.java | 2 +- .../com/springsource/insight/plugin/rmi/TestRegistry.java | 2 +- .../insight/plugin/runexec/DefaultRunnableResolver.java | 2 +- .../insight/plugin/runexec/ExecuteMethodCollectionAspect.aj | 2 +- .../insight/plugin/runexec/ExecutorExecuteCollectionAspect.aj | 2 +- .../plugin/runexec/ExecutorServiceSubmitCollectionAspect.aj | 2 +- .../insight/plugin/runexec/RunExecDefinitions.java | 2 +- .../plugin/runexec/RunExecPluginRuntimeDescriptor.java | 2 +- .../springsource/insight/plugin/runexec/RunnableResolver.java | 2 +- .../springsource/insight/plugin/runexec/RunnableWrapper.java | 2 +- .../runexec/ScheduledExecutorServiceCollectionAspect.aj | 2 +- .../plugin/runexec/SpringAsyncTaskExecutorCollectionAspect.aj | 2 +- .../insight/plugin/runexec/ThreadStartCollectionAspect.aj | 2 +- .../plugin/runexec/TimerTaskScheduleCollectionAspect.aj | 4 ++-- .../plugin/runexec/ExecutionCollectionAspectTestSupport.java | 2 +- .../plugin/runexec/ExecutorExecuteCollectionAspectTest.java | 2 +- .../runexec/ExecutorServiceSubmitCollectionAspectTest.java | 2 +- .../plugin/runexec/ExposedRunExecPluginSpringBeanTest.java | 2 +- .../runexec/ScheduledExecutorServiceCollectionAspectTest.java | 2 +- .../insight/plugin/runexec/SignallingRunnable.java | 2 +- .../runexec/SpringAsyncTaskExecutorCollectionAspectTest.java | 2 +- .../com/springsource/insight/plugin/runexec/TestExecutor.java | 2 +- .../com/springsource/insight/plugin/runexec/TestRunnable.java | 2 +- .../plugin/runexec/ThreadStartCollectionAspectTest.java | 2 +- .../plugin/runexec/TimerTaskScheduleCollectionAspectTest.java | 2 +- .../insight/plugin/servlet/FilterOperationCollectionAspect.aj | 2 +- .../insight/plugin/servlet/HttpStatusTraceErrorAnalyzer.java | 2 +- .../insight/plugin/servlet/HttpTraceSourceAnalyzer.java | 2 +- .../insight/plugin/servlet/LifecycleEndPointAnalyzer.java | 2 +- .../plugin/servlet/RequestDispatchEndPointAnalyzer.java | 2 +- .../plugin/servlet/RequestResponseSizeMetricsGenerator.java | 2 +- ...ervletContextListenerOperationDestroyedCollectionAspect.aj | 2 +- ...vletContextListenerOperationInitializedCollectionAspect.aj | 2 +- .../insight/plugin/servlet/ServletEndPointAnalyzer.java | 2 +- .../plugin/servlet/ServletPluginRuntimeDescriptor.java | 2 +- .../com/springsource/insight/plugin/servlet/DummyFilter.java | 2 +- .../plugin/servlet/ExposedServletPluginSpringBeanTest.java | 2 +- .../plugin/servlet/FilterOperationCollectionAspectTest.java | 2 +- .../plugin/servlet/HttpStatusTraceErrorAnalyzerTest.java | 2 +- .../insight/plugin/servlet/HttpTraceSourceAnalyzerTest.java | 2 +- .../insight/plugin/servlet/LifecycleEndPointAnalyzerTest.java | 2 +- .../servlet/RequestResponseSizeMetricsGeneratorTest.java | 2 +- .../insight/plugin/servlet/ServletEndPointAnalyzerTest.java | 2 +- .../socket/HttpURLConnectionOperationCollectionAspect.aj | 2 +- .../socket/ServerSocketChannelAcceptCollectionAspect.aj | 2 +- .../insight/plugin/socket/SocketAcceptCollectionAspect.aj | 2 +- .../plugin/socket/SocketAcceptCollectionAspectSupport.aj | 2 +- .../insight/plugin/socket/SocketAcceptOperationCollector.java | 2 +- .../plugin/socket/SocketChannelConnectCollectionAspect.aj | 2 +- .../insight/plugin/socket/SocketCollectOperationContext.java | 2 +- .../insight/plugin/socket/SocketConnectCollectionAspect.aj | 2 +- .../plugin/socket/SocketConnectCollectionAspectSupport.aj | 2 +- .../springsource/insight/plugin/socket/SocketDefinitions.java | 2 +- .../insight/plugin/socket/SocketExternalResourceAnalyzer.java | 2 +- .../plugin/socket/SocketOperationCollectionAspectSupport.aj | 2 +- .../insight/plugin/socket/SocketPluginRuntimeDescriptor.java | 2 +- .../HttpURLConnectionOperationCollectionAspectTest.java | 2 +- .../socket/ServerSocketChannelAcceptCollectionAspectTest.java | 2 +- .../plugin/socket/SocketAcceptCollectionAspectTest.java | 2 +- .../socket/SocketAcceptCollectionAspectTestSupport.java | 2 +- .../insight/plugin/socket/SocketAcceptorHelper.java | 2 +- .../socket/SocketChannelConnectCollectionAspectTest.java | 2 +- .../plugin/socket/SocketConnectCollectionAspectTest.java | 2 +- .../socket/SocketConnectCollectionAspectTestSupport.java | 2 +- .../plugin/socket/SocketExternalResourceAnalyzerTest.java | 2 +- .../socket/SocketOperationCollectionAspectTestSupport.java | 2 +- .../plugin/springbatch/FlowExecutorCollectionAspect.aj | 2 +- .../plugin/springbatch/FlowOperationCollectionAspect.aj | 2 +- .../insight/plugin/springbatch/JobLauncherCollectionAspect.aj | 2 +- .../plugin/springbatch/JobOperationCollectionAspect.aj | 2 +- .../insight/plugin/springbatch/SpringBatchDefinitions.java | 2 +- .../springbatch/SpringBatchOperationCollectionAspect.aj | 2 +- .../springbatch/SpringBatchPluginRuntimeDescriptor.java | 2 +- .../plugin/springbatch/StepOperationCollectionAspect.aj | 2 +- .../insight/plugin/springbatch/TaskletCollectionAspect.aj | 2 +- .../springbatch/ExposedSpringBatchPluginSpringBeanTest.java | 2 +- .../plugin/springbatch/FlowExecutorCollectionAspectTest.java | 2 +- .../plugin/springbatch/FlowOperationCollectionAspectTest.java | 2 +- .../plugin/springbatch/JobLauncherCollectionAspectTest.java | 2 +- .../plugin/springbatch/JobOperationCollectionAspectTest.java | 2 +- .../SpringBatchOperationCollectionAspectTestSupport.java | 2 +- .../plugin/springbatch/StepOperationCollectionAspectTest.java | 2 +- .../plugin/springbatch/TaskletCollectionAspectTest.java | 2 +- .../springsource/insight/plugin/springbatch/TestDummyJob.java | 2 +- .../insight/plugin/springbatch/TestDummyJobRepository.java | 2 +- .../plugin/springbatch/TestDummyOperationCollector.java | 2 +- .../plugin/springcloud/SpringCloudOperationCollector.java | 2 +- .../plugin/springcloud/SpringCloudOperationSupport.java | 2 +- .../springcloud/SpringCloudPluginRuntimeDescriptor.java | 2 +- .../plugin/springcloud/hystrix/HystrixCommandAspect.aj | 2 +- .../springcloud/hystrix/HystrixCommandErrorAnalyzer.java | 2 +- .../plugin/springcloud/hystrix/HystrixCommandAspectTest.java | 2 +- .../springcloud/hystrix/HystrixCommandErrorAnalyzerTest.java | 2 +- .../ApplicationListenerMethodOperationCollectionAspect.aj | 2 +- .../springcore/ClassPathScanOperationCollectionAspect.aj | 2 +- .../springcore/ComponentMethodOperationCollectionAspect.aj | 2 +- .../springcore/EventPublisingOperationCollectionAspect.aj | 2 +- .../springcore/InitializingBeanOperationCollectionAspect.aj | 2 +- .../springcore/RepositoryMethodOperationCollectionAspect.aj | 2 +- .../springcore/ServiceMethodOperationCollectionAspect.aj | 2 +- .../plugin/springcore/SpringCoreOperationCollectionAspect.aj | 2 +- .../plugin/springcore/SpringCorePluginRuntimeDescriptor.java | 2 +- .../plugin/springcore/SpringEventReferenceCollectionAspect.aj | 2 +- .../SpringLifecycleMethodOperationCollectionAspect.aj | 2 +- ...eotypedSpringBeanMethodOperationCollectionAspectSupport.aj | 2 +- .../src/test/java/com/foo/example/AbstractBean.java | 2 +- .../src/test/java/com/foo/example/ExampleComponent.java | 2 +- .../src/test/java/com/foo/example/ExampleRepository.java | 2 +- .../src/test/java/com/foo/example/ExampleService.java | 2 +- ...pplicationListenerMethodOperationCollectionAspectTest.java | 2 +- .../ClassPathScanOperationCollectionAspectTest.java | 2 +- .../ComponentMethodOperationCollectionAspectTest.java | 2 +- .../EventPublisingOperationCollectionAspectTest.java | 2 +- .../springcore/ExposedSpringCorePluginSpringBeanTest.java | 2 +- .../InitializingBeanOperationCollectionAspectTest.java | 2 +- .../RepositoryMethodOperationCollectionAspectTest.java | 2 +- .../ServiceMethodOperationCollectionAspectTest.java | 2 +- .../springcore/SpringEventReferenceCollectionAspectTest.java | 2 +- .../StereotypeOperationCollectionAspectTestSupport.java | 2 +- .../springsource/insight/plugin/springcore/beans/Fubar.java | 2 +- .../insight/plugin/springcore/beans/InsightComponent.java | 2 +- .../insight/plugin/springcore/beans/InsightRepository.java | 2 +- .../insight/plugin/springcore/beans/InsightService.java | 2 +- .../springsource/insight/MyApplicationEventMulticaster.java | 2 +- .../co/springsource/insight/MyApplicationEventPublisher.java | 2 +- .../il/co/springsource/insight/MyApplicationListener.java | 2 +- .../insight/MyApplicationListenerAndRepository.java | 2 +- .../src/test/java/il/co/springsource/insight/MyEvent.java | 2 +- .../test/java/il/co/springsource/insight/MyEventHolder.java | 2 +- .../test/java/il/co/springsource/insight/MyEventSource.java | 2 +- .../plugin/springdata/RepositoryMethodEndPointAnalyzer.java | 2 +- .../springdata/RepositoryMethodOperationCollectionAspect.aj | 2 +- .../insight/plugin/springdata/SpringDataDefinitions.java | 2 +- .../plugin/springdata/SpringDataPluginRuntimeDescriptor.java | 2 +- .../plugin/springdata/JpaRepositoryCollectionAspectTest.java | 2 +- .../RepositoryMethodOperationCollectionAspectTestSupport.java | 2 +- .../insight/plugin/springdata/dao/TestEntityRepository.java | 2 +- .../insight/plugin/springdata/model/TestEntity.java | 2 +- .../AbstractIntegrationOperationCollectionAspect.aj | 2 +- .../plugin/integration/IntegrationEndPointAnalyzer.java | 2 +- .../integration/IntegrationOperationCollectionAspect.aj | 2 +- .../integration/IntegrationPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/integration/MessageListenerProps.java | 2 +- .../plugin/integration/SpringIntegrationDefinitions.java | 2 +- .../amqp/AmqpInboundChannelAdapterMessageListenerProps.aj | 2 +- .../amqp/MessageListenerOperationCollectionAspect.aj | 2 +- .../gateway/GatewayMethodInboundMessageMapperAspect.aj | 2 +- .../integration/gateway/GatewayOperationCollectionAspect.aj | 2 +- .../insight/plugin/integration/gateway/HasMethod.java | 2 +- .../insight/plugin/integration/gateway/HasMethodAspect.aj | 2 +- .../insight/plugin/integration/gateway/HasRequestMapper.java | 2 +- .../plugin/integration/gateway/HasRequestMapperAspect.aj | 2 +- .../plugin/integration/gateway/InboundMessageMapperAspect.aj | 2 +- .../tcp/TcpConnectionExternalResourceAnalyzer.java | 2 +- .../integration/tcp/TcpConnectionOperationCollectionAspect.aj | 2 +- .../integration/tcp/TcpConnectionOperationCollector.java | 2 +- .../integration/ExposedIntegrationPluginSpringBeanTest.java | 2 +- .../plugin/integration/IntegrationEndPointAnalyzerTest.java | 2 +- .../integration/IntegrationOperationCollectionAspectTest.java | 2 +- .../plugin/integration/IntegrationOperationViewTest.java | 2 +- .../gateway/GatewayMethodInboundMessageMapperAspectTest.java | 2 +- .../integration/gateway/InboundMessageMapperAspectTest.java | 2 +- .../tcp/TcpConnectionOperationCollectionAspectTest.java | 2 +- .../plugin/integration/tcp/TcpTestConnectionFactory.java | 2 +- .../AbstractIntegrationOperationCollectionAspect.aj | 2 +- .../plugin/integration/IntegrationEndPointAnalyzer.java | 2 +- .../integration/IntegrationOperationCollectionAspect.aj | 2 +- .../integration/IntegrationPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/integration/MessageListenerProps.java | 2 +- .../plugin/integration/SpringIntegrationDefinitions.java | 2 +- .../amqp/AmqpInboundChannelAdapterMessageListenerProps.aj | 2 +- .../amqp/MessageListenerOperationCollectionAspect.aj | 2 +- .../gateway/GatewayMethodInboundMessageMapperAspect.aj | 2 +- .../integration/gateway/GatewayOperationCollectionAspect.aj | 2 +- .../insight/plugin/integration/gateway/HasMethod.java | 2 +- .../insight/plugin/integration/gateway/HasMethodAspect.aj | 2 +- .../insight/plugin/integration/gateway/HasRequestMapper.java | 2 +- .../plugin/integration/gateway/HasRequestMapperAspect.aj | 2 +- .../plugin/integration/gateway/InboundMessageMapperAspect.aj | 2 +- .../tcp/TcpConnectionExternalResourceAnalyzer.java | 2 +- .../integration/tcp/TcpConnectionOperationCollectionAspect.aj | 2 +- .../integration/tcp/TcpConnectionOperationCollector.java | 2 +- .../integration/ExposedIntegrationPluginSpringBeanTest.java | 2 +- .../plugin/integration/IntegrationEndPointAnalyzerTest.java | 2 +- .../integration/IntegrationOperationCollectionAspectTest.java | 2 +- .../plugin/integration/IntegrationOperationViewTest.java | 2 +- .../gateway/GatewayMethodInboundMessageMapperAspectTest.java | 2 +- .../integration/gateway/InboundMessageMapperAspectTest.java | 2 +- .../tcp/TcpConnectionOperationCollectionAspectTest.java | 2 +- .../plugin/integration/tcp/TcpTestConnectionFactory.java | 2 +- .../insight/plugin/neo4j/FindOperationCollectionAspect.aj | 2 +- .../insight/plugin/neo4j/LookupOperationCollectionAspect.aj | 2 +- .../insight/plugin/neo4j/Neo4JExternalResourceAnalyzer.java | 2 +- .../plugin/neo4j/Neo4JFindExternalResourceAnalyzer.java | 2 +- .../plugin/neo4j/Neo4JLookupExternalResourceAnalyzer.java | 2 +- .../insight/plugin/neo4j/Neo4JOperationCollectionSupport.java | 2 +- .../insight/plugin/neo4j/Neo4JPluginRuntimeDescriptor.java | 2 +- .../plugin/neo4j/Neo4JQueryExternalResourceAnalyzer.java | 2 +- .../plugin/neo4j/Neo4JSaveExternalResourceAnalyzer.java | 2 +- .../plugin/neo4j/Neo4JTraverseExternalResourceAnalyzer.java | 2 +- .../insight/plugin/neo4j/OperationCollectionTypes.java | 2 +- .../insight/plugin/neo4j/QueryOperationCollectionAspect.aj | 2 +- .../insight/plugin/neo4j/SaveOperationCollectionAspect.aj | 2 +- .../insight/plugin/neo4j/TraverseOperationCollectionAspect.aj | 2 +- .../neo4j/AbstractNeo4jCollectionAspectTestSupport.java | 2 +- .../plugin/neo4j/FindOperationCollectionAspectTest.java | 2 +- .../plugin/neo4j/LookupOperationCollectionAspectTest.java | 2 +- .../java/com/springsource/insight/plugin/neo4j/Movie.java | 2 +- .../insight/plugin/neo4j/OperationCollectionAspectTests.java | 2 +- .../plugin/neo4j/QueryOperationCollectionAspectTest.java | 2 +- .../plugin/neo4j/TraverseOperationCollectionAspectTest.java | 2 +- .../spring/security/AbstractAuthenticationCollectionAspect.aj | 2 +- .../spring/security/AuthenticationManagerCollectionAspect.aj | 2 +- .../spring/security/AuthenticationProviderCollectionAspect.aj | 2 +- .../security/AuthenticationProviderOperationCollector.java | 2 +- .../plugin/spring/security/ObscuringOperationCollector.java | 2 +- .../plugin/spring/security/SpringSecurityDefinitions.java | 2 +- .../security/SpringSecurityPluginRuntimeDescriptor.java | 2 +- .../spring/security/UserDetailsManagerCollectionAspect.aj | 2 +- .../plugin/spring/security/UserDetailsOperationCollector.java | 2 +- .../security/AuthenticationCollectionAspectTestSupport.java | 2 +- .../security/AuthenticationManagerCollectionAspectTest.java | 2 +- .../security/AuthenticationProviderCollectionAspectTest.java | 2 +- .../AuthenticationProviderCollectionAspectTestProvider.java | 2 +- .../plugin/spring/security/AuthenticationTestManager.java | 2 +- .../spring/security/SpringSecurityCollectionTestSupport.java | 2 +- .../plugin/spring/security/TestingUserDetailsManager.java | 2 +- .../security/UserDetailsManagerCollectionAspectTest.java | 2 +- .../plugin/springtx/SpringTXPluginRuntimeDescriptor.java | 2 +- .../plugin/springtx/TransactionOperationCollectionAspect.aj | 2 +- .../plugin/springtx/TransactionOperationFinalizer.java | 2 +- .../insight/plugin/springtx/TransactionOperationStatus.java | 2 +- .../insight/plugin/springtx/TransactionPointcuts.aj | 2 +- .../springtx/TransactionOperationCollectionAspectTest.java | 2 +- .../plugin/springtx/TransactionOperationFinalizerTest.java | 2 +- .../plugin/springweb/AbstractSpringWebAspectSupport.aj | 2 +- .../plugin/springweb/AbstractSpringWebEndPointAnalyzer.java | 2 +- .../insight/plugin/springweb/SpringWebHelpers.java | 2 +- .../plugin/springweb/SpringWebPluginRuntimeDescriptor.java | 2 +- .../insight/plugin/springweb/SpringWebPointcuts.aj | 2 +- .../springweb/binder/InitBinderOperationCollectionAspect.aj | 2 +- .../plugin/springweb/binder/InitBinderOperationFinalizer.java | 2 +- .../controller/AbstractControllerOperationCollectionAspect.aj | 2 +- .../springweb/controller/ControllerEndPointAnalyzer.java | 2 +- .../controller/ControllerOperationCollectionAspect.aj | 2 +- .../springweb/controller/ControllerOperationCollector.java | 2 +- .../controller/LegacyControllerOperationCollectionAspect.aj | 2 +- .../http/ClientHttpRequestCollectionOperationAspect.aj | 2 +- .../http/ClientHttpRequestExternalResourceAnalyzer.java | 2 +- .../springweb/http/ClientHttpRequestOperationCollector.java | 2 +- .../springweb/http/ClientHttpRequestTraceErrorAnalyzer.java | 2 +- .../http/SimpleClientHttpRequestFactoryCollectionAspect.aj | 2 +- .../modelattribute/ModelAttributeOperationCollectionAspect.aj | 2 +- .../modelattribute/ModelAttributeOperationCollector.java | 2 +- .../HttpInvokerRequestExecutorExternalResourceAnalyzer.java | 2 +- .../HttpInvokerRequestExecutorOperationCollectionAspect.aj | 2 +- .../HttpInvokerRequestExecutorOperationCollector.java | 2 +- .../HttpInvokerRequestExecutorTraceErrorAnalyzer.java | 2 +- .../remoting/SimpleHttpInvokerRequestExecutorAspect.aj | 2 +- .../springweb/request/WebRequestOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestDeleteOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestExchangeOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestExecuteOperationCollectionAspect.aj | 2 +- .../plugin/springweb/rest/RestGetOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestHeadOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestIndirectOperationCollectionSupport.aj | 2 +- .../plugin/springweb/rest/RestOperationCollectionSupport.aj | 2 +- .../insight/plugin/springweb/rest/RestOperationCollector.java | 2 +- .../springweb/rest/RestOperationExternalResourceAnalyzer.java | 2 +- .../springweb/rest/RestOptionsOperationCollectionAspect.aj | 2 +- .../springweb/rest/RestPostOperationCollectionAspect.aj | 2 +- .../plugin/springweb/rest/RestPutOperationCollectionAspect.aj | 2 +- .../validation/ValidationErrorsMetricsGenerator.java | 2 +- .../springweb/validation/ValidationJoinPointFinalizer.java | 2 +- .../validation/ValidationOperationCollectionAspect.aj | 2 +- .../springsource/insight/plugin/springweb/view/ViewUtils.java | 2 +- .../view/render/ViewRenderOperationCollectionAspect.aj | 2 +- .../springweb/view/resolver/ViewResolverMetricCollector.java | 2 +- .../view/resolver/ViewResolverOperationCollectionAspect.aj | 2 +- .../springweb/ExposedSpringWebPluginSpringBeanTest.java | 2 +- .../binder/InitBinderOperationCollectionAspectTest.java | 2 +- ...bstractControllerOperationCollectionAspectTestSupport.java | 2 +- .../springweb/controller/ControllerEndPointAnalyzerTest.java | 2 +- .../controller/ControllerOperationCollectionAspectTest.java | 2 +- .../LegacyControllerOperationCollectionAspectTest.java | 2 +- .../http/ClientHttpRequestCollectionOperationAspectTest.java | 2 +- .../SimpleClientHttpRequestFactoryCollectionAspectTest.java | 2 +- .../ModelAttributeOperationCollectionAspectTest.java | 2 +- ...tpInvokerRequestExecutorOperationCollectionAspectTest.java | 2 +- .../HttpInvokerRequestOperationCollectionTestSupport.java | 2 +- .../remoting/SimpleHttpInvokerRequestExecutorAspectTest.java | 2 +- .../request/WebRequestOperationCollectionAspectTest.java | 2 +- .../rest/RestDeleteOperationCollectionAspectTest.java | 2 +- .../rest/RestExchangeOperationCollectionAspectTest.java | 2 +- .../rest/RestExecuteOperationCollectionAspectTest.java | 2 +- .../springweb/rest/RestGetOperationCollectionAspectTest.java | 2 +- .../springweb/rest/RestHeadOperationCollectionAspectTest.java | 2 +- .../springweb/rest/RestOperationCollectionTestSupport.java | 2 +- .../rest/RestOptionsOperationCollectionAspectTest.java | 2 +- .../springweb/rest/RestPostOperationCollectionAspectTest.java | 2 +- .../springweb/rest/RestPutOperationCollectionAspectTest.java | 2 +- .../validation/ValidationErrorsMetricsGeneratorTest.java | 2 +- .../validation/ValidationOperationCollectionAspectTest.java | 2 +- .../view/render/ViewRenderOperationCollectionAspectTest.java | 2 +- .../resolver/ViewResolverOperationCollectionAspectTest.java | 2 +- .../insight/plugin/webflow/ActionOperationCollectionAspect.aj | 2 +- .../insight/plugin/webflow/OperationCollectionTypes.java | 2 +- .../insight/plugin/webflow/OperationCollectionUtils.aj | 2 +- .../insight/plugin/webflow/StartOperationCollectionAspect.aj | 2 +- .../insight/plugin/webflow/StateOperationCollectionAspect.aj | 2 +- .../plugin/webflow/TransitionOperationCollectionAspect.aj | 2 +- .../plugin/webflow/WebflowPluginRuntimeDescriptor.java | 2 +- .../plugin/webflow/ActionOperationCollectionAspectTest.java | 2 +- .../plugin/webflow/StartOperationCollectionAspectTest.java | 2 +- .../plugin/webflow/StateOperationCollectionAspectTest.java | 2 +- .../webflow/TransitionOperationCollectionAspectTest.java | 2 +- .../insight/plugin/webflow/WebFlowExecutionTest.java | 2 +- .../insight/plugin/struts2/ActionOperationCollectionAspect.aj | 2 +- .../plugin/struts2/InterceptOperationCollectionAspect.aj | 2 +- .../insight/plugin/struts2/OperationCollectionTypes.java | 2 +- .../insight/plugin/struts2/ResultOperationCollectionAspect.aj | 2 +- .../insight/plugin/struts2/StartOperationCollectionAspect.aj | 2 +- .../plugin/struts2/Struts2PluginRuntimeDescriptor.java | 2 +- .../plugin/struts2/ActionOperationCollectionAspectTest.java | 2 +- .../struts2/InterceptOperationCollectionAspectTest.java | 2 +- .../plugin/struts2/ResultOperationCollectionAspectTest.java | 2 +- .../plugin/struts2/StartOperationCollectionAspectTest.java | 2 +- .../com/springsource/insight/plugin/struts2/Struts2Tests.java | 2 +- .../insight/plugin/struts2/test/action/RegisterAction.java | 2 +- .../plugin/struts2/test/action/RegisterValidationAction.java | 2 +- .../insight/plugin/struts2/test/model/Person.java | 2 +- .../plugin/tomcat/jsp/JspCompilerOperationCollectionAspect.aj | 2 +- .../plugin/tomcat/jsp/TomcatPluginRuntimeDescriptor.java | 2 +- .../insight/myplugin/CashMoneyOperationCollectionAspect.aj | 2 +- .../myplugin/CashMoneyOperationCollectionAspectTest.java | 2 +- .../myorg/insight/myplugin/CashMoneyOperationViewTest.java | 2 +- .../com/springsource/insight/samples/payme/FakeAccount.java | 2 +- .../springsource/insight/samples/payme/PaymentController.java | 2 +- 887 files changed, 888 insertions(+), 888 deletions(-) diff --git a/aslHeader.txt b/aslHeader.txt index 6a6d0f96c..e2848750b 100644 --- a/aslHeader.txt +++ b/aslHeader.txt @@ -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, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/ActorRefOperationCollectionAspect.aj b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/ActorRefOperationCollectionAspect.aj index b5b667226..3ee14cc7a 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/ActorRefOperationCollectionAspect.aj +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/ActorRefOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaDefinitions.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaDefinitions.java index ae3be300c..7321c3a9d 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaDefinitions.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaPluginRuntimeDescriptor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaPluginRuntimeDescriptor.java index a421f4def..5f5011543 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaPluginRuntimeDescriptor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaUntypedActorEndPointAnalyzer.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaUntypedActorEndPointAnalyzer.java index e5b5b6f06..3ac20ad5c 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaUntypedActorEndPointAnalyzer.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/AkkaUntypedActorEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspect.aj b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspect.aj index 20036ad7e..9a3c4bb86 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspect.aj +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefHelper.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefHelper.java index 49fe06199..45e41b18b 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefHelper.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefPropertyExtractor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefPropertyExtractor.java index 4ff7d0e00..ab8e3dd5d 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefPropertyExtractor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/ActorRefPropertyExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractor.java index 12b206972..f66bdd436 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractor.java index 252713a4b..deb4e2152 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelper.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelper.java index 484bf9192..1715b36a3 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelper.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractor.java index 0cd4a865a..4623029d4 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RouterConfigDataExtractor.java b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RouterConfigDataExtractor.java index deac7e2b0..1853fc4b8 100644 --- a/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RouterConfigDataExtractor.java +++ b/collection-plugins/akka/src/main/java/com/springsource/insight/plugin/akka/routing/RouterConfigDataExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/AbstractAkkaOperationCollectionAspectTestSupport.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/AbstractAkkaOperationCollectionAspectTestSupport.java index 915448d17..4de6203f2 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/AbstractAkkaOperationCollectionAspectTestSupport.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/AbstractAkkaOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspectTest.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspectTest.java index 807b4de59..65ef0d4ff 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspectTest.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/UntypedActorOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractorTest.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractorTest.java index 51560645e..5006239e7 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractorTest.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/PromiseActorRefPropertyExtractorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractorTest.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractorTest.java index cdae88a2b..3cc759fa3 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractorTest.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/actorref/RouterActorRefPropertyExtractorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelperTest.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelperTest.java index 3d7de4fae..f2667b164 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelperTest.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/AkkaRouterConfigHelperTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractorTest.java b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractorTest.java index bb25a27c1..fbf91bb88 100644 --- a/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractorTest.java +++ b/collection-plugins/akka/src/test/java/com/springsource/insight/plugin/akka/routing/RoundRobinRouterDataExtractorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/aslHeader.txt b/collection-plugins/axon/aslHeader.txt index 6ad7a19c1..8b8aa272a 100644 --- a/collection-plugins/axon/aslHeader.txt +++ b/collection-plugins/axon/aslHeader.txt @@ -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, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AbstractHandlerEndPointAnalyzer.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AbstractHandlerEndPointAnalyzer.java index 17f701491..a00ee7865 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AbstractHandlerEndPointAnalyzer.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AbstractHandlerEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/Axon20OperationUtils.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/Axon20OperationUtils.java index d760ece3e..07bf7b7e6 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/Axon20OperationUtils.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/Axon20OperationUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonOperationType.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonOperationType.java index 03aad57bd..fa2e14f8b 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonOperationType.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonOperationType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonPluginRuntimeDescriptor.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonPluginRuntimeDescriptor.java index bb0fd6a80..58a893df1 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonPluginRuntimeDescriptor.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonVersion.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonVersion.java index c0188f872..d00c8961a 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonVersion.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/AxonVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus1xDispatchOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus1xDispatchOperationCollectionAspect.aj index a9f721739..28dded688 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus1xDispatchOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus1xDispatchOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus20DispatchOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus20DispatchOperationCollectionAspect.aj index 4dcf742b9..96a0c7c44 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus20DispatchOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandBus20DispatchOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerEndPointAnalyzer.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerEndPointAnalyzer.java index 7df5a940a..9cec65015 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerEndPointAnalyzer.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspect.aj index c3e7b708f..f45dfddce 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus1xPublishOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus1xPublishOperationCollectionAspect.aj index 275fa0323..b6a258443 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus1xPublishOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus1xPublishOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus20PublishOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus20PublishOperationCollectionAspect.aj index bc19f00a9..8b0978f2b 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus20PublishOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventBus20PublishOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerEndPointAnalyzer.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerEndPointAnalyzer.java index 186f248cb..3bc8d5a48 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerEndPointAnalyzer.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspect.aj index 4123c8619..fc67d1a1f 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationCollectionAspect.aj b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationCollectionAspect.aj index b128c6d33..53ec7a5fb 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationCollectionAspect.aj +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationEndPointAnalyzer.java b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationEndPointAnalyzer.java index ed2541bb8..6f8ca7ed6 100644 --- a/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationEndPointAnalyzer.java +++ b/collection-plugins/axon/src/main/java/org/axonframework/insight/plugin/axon/SagaOperationEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspectTest.java b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspectTest.java index e114fbe9f..bea1b0986 100644 --- a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspectTest.java +++ b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/CommandHandlerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspectTest.java b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspectTest.java index 9a2977689..a965e229f 100644 --- a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspectTest.java +++ b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/EventHandlerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/ExposedAxonPluginSpringBeanTest.java b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/ExposedAxonPluginSpringBeanTest.java index 7038f86fa..3df00deb4 100644 --- a/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/ExposedAxonPluginSpringBeanTest.java +++ b/collection-plugins/axon/src/test/java/org/axonframework/insight/plugin/axon/ExposedAxonPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/axon/src/test/resources/log4j.properties b/collection-plugins/axon/src/test/resources/log4j.properties index 82971e984..34d91e7ed 100644 --- a/collection-plugins/axon/src/test/resources/log4j.properties +++ b/collection-plugins/axon/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLFormatter.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLFormatter.java index 85fdbbe5b..6773b86f8 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLFormatter.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLFormatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLToHtml.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLToHtml.java index 0201bb715..41adab5c3 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLToHtml.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CQLToHtml.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspect.aj b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspect.aj index 9743ec152..ceebcf627 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspect.aj +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspect.aj b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspect.aj index 6027d71ab..7079ffbb6 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspect.aj +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzer.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzer.java index 4b7469b34..02100a7e2 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizer.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizer.java index 89f2fb00b..26750ca5b 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizer.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRuntimePluginDescriptor.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRuntimePluginDescriptor.java index 940daea00..5f62532ec 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRuntimePluginDescriptor.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRuntimePluginDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspect.aj b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspect.aj index a70daf0d5..5871c1da1 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspect.aj +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspect.aj b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspect.aj index c775db1d1..ffd0ca9fb 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspect.aj +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMap.java b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMap.java index 54f0fab2f..6022f50f6 100644 --- a/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMap.java +++ b/collection-plugins/cassandra/src/main/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLFormatterTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLFormatterTest.java index 65aea663a..0e6a83832 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLFormatterTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLFormatterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLToHtmlTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLToHtmlTest.java index b3ab3c976..f84fb7a0e 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLToHtmlTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CQLToHtmlTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspectTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspectTest.java index 969a4888d..ed05db3a5 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBoundStatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspectTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspectTest.java index d4c847433..3c506b850 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraBuiltStatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzerTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzerTest.java index b4c2d8eb1..d5a38b0d1 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzerTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizerTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizerTest.java index d6ef40e90..2591b3153 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizerTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraOperationFinalizerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspectTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspectTest.java index ac9a4b21a..0423fe4c6 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSessionExecuteOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspectTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspectTest.java index 0dd9880c3..986803afd 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/CassandraSimpleStatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockBoundStatement.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockBoundStatement.java index ed85ae392..2f2b7b097 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockBoundStatement.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockBoundStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockPreparedStatement.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockPreparedStatement.java index cd6682a5c..204bf22d1 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockPreparedStatement.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockPreparedStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockResultSetFuture.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockResultSetFuture.java index 2bbde0a71..3784d766c 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockResultSetFuture.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockResultSetFuture.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockSession.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockSession.java index c0191df7d..d3a3e7140 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockSession.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/MockSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMapTest.java b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMapTest.java index 6036899f0..25c878352 100644 --- a/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMapTest.java +++ b/collection-plugins/cassandra/src/test/java/com/springsource/insight/plugin/cassandra/WeakKeyHashMapTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbsCassandraExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbsCassandraExternalResourceAnalyzer.java index 10a32d170..1bd8b6a84 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbsCassandraExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbsCassandraExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbstractCassandraOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbstractCassandraOperationCollectionAspect.aj index f4773f618..d5b96e0cc 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbstractCassandraOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/AbstractCassandraOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CQLOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CQLOperationCollectionAspect.aj index 1884654f7..20eb5147b 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CQLOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CQLOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraCQLExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraCQLExternalResourceAnalyzer.java index d66b57f52..5709b6281 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraCQLExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraCQLExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraConnectExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraConnectExternalResourceAnalyzer.java index 86062a957..f56f9e9aa 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraConnectExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraConnectExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraGetExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraGetExternalResourceAnalyzer.java index ba48eb960..ded57921a 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraGetExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraGetExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraPluginRuntimeDescriptor.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraPluginRuntimeDescriptor.java index 8a3e48550..03b332f11 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraPluginRuntimeDescriptor.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRemoveExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRemoveExternalResourceAnalyzer.java index 7e14261c1..a7e5ba851 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRemoveExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraRemoveExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSystemExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSystemExternalResourceAnalyzer.java index 40778577b..ab4227bbf 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSystemExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraSystemExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraUpdateExternalResourceAnalyzer.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraUpdateExternalResourceAnalyzer.java index b9f21d1dc..c83652ce8 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraUpdateExternalResourceAnalyzer.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/CassandraUpdateExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspect.aj index 3468ccf50..e32d2fe4f 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspect.aj index da465dc68..9dc6a3ee1 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationCollectionTypes.java b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationCollectionTypes.java index d5cd9e9e0..e4c700a19 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationCollectionTypes.java +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationUtils.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationUtils.aj index 16505579a..975474b2f 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationUtils.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/OperationUtils.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/RemoveOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/RemoveOperationCollectionAspect.aj index f68a31580..5e05893c8 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/RemoveOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/RemoveOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspect.aj index c10c2f64a..8e2788800 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/UpdateOperationCollectionAspect.aj b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/UpdateOperationCollectionAspect.aj index 6a9408ce8..da414ccae 100644 --- a/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/UpdateOperationCollectionAspect.aj +++ b/collection-plugins/cassandra12/src/main/java/com/springsource/insight/plugin/cassandra/UpdateOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/AbstractOperationCollectionAspectTest.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/AbstractOperationCollectionAspectTest.java index 31d6cd359..fc52c4875 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/AbstractOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/AbstractOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/CassandraUnitTests.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/CassandraUnitTests.java index 916d389ce..52db294ec 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/CassandraUnitTests.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/CassandraUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspectTest.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspectTest.java index 9e765d875..2f84b8271 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/ConnectOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspectTest.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspectTest.java index f6f763051..8df01ca4c 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/GetOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/InsertOperationCollectionAspectTest.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/InsertOperationCollectionAspectTest.java index 1424a47c2..2341c7401 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/InsertOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/InsertOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspectTest.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspectTest.java index c2facd983..2575d2a58 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspectTest.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/SystemOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/embeded/EmbeddedCassandraService.java b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/embeded/EmbeddedCassandraService.java index cbebf11da..86408ad75 100644 --- a/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/embeded/EmbeddedCassandraService.java +++ b/collection-plugins/cassandra12/src/test/java/com/springsource/insight/plugin/cassandra/embeded/EmbeddedCassandraService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGenerator.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGenerator.java index d51490d42..32d337d39 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGenerator.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspect.aj b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspect.aj index 0ce8c6633..6d7c0fd82 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspect.aj +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionAspect.aj b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionAspect.aj index 331093dba..dd1aa41f7 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionAspect.aj +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceDefinitions.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceDefinitions.java index e5e030708..d3c2a18f9 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceDefinitions.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGenerator.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGenerator.java index 2a66a6dce..b148c41c8 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGenerator.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistencePluginRuntimeDescriptor.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistencePluginRuntimeDescriptor.java index 8336d0936..3248db7e4 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistencePluginRuntimeDescriptor.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistencePluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGenerator.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGenerator.java index 05ab9fb46..6b29438bd 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGenerator.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspect.aj b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspect.aj index 22cc57f19..c9892668c 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspect.aj +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationJoinPointFinalizer.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationJoinPointFinalizer.java index 504d2db96..9888d0067 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationJoinPointFinalizer.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationJoinPointFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspect.aj b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspect.aj index d71501627..f82248c37 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspect.aj +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGenerator.java b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGenerator.java index 405494722..36b58689d 100644 --- a/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGenerator.java +++ b/collection-plugins/eclipse-persistence/src/main/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGeneratorTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGeneratorTest.java index 63e79e9c0..65ef364c1 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGeneratorTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspectTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspectTest.java index e0933b14e..06b5399f1 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspectTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/DatabaseSessionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionTestSupport.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionTestSupport.java index b21884cad..e19cb2965 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionTestSupport.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGeneratorTestSupport.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGeneratorTestSupport.java index c172384ef..69483c838 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGeneratorTestSupport.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/EclipsePersistenceMetricsGeneratorTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/MockDatabaseSession.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/MockDatabaseSession.java index 6f69671f7..70ce1668a 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/MockDatabaseSession.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/MockDatabaseSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGeneratorTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGeneratorTest.java index 1bf061b05..e74fc9891 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGeneratorTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspectTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspectTest.java index 2d1679c91..2eff6d161 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspectTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/SessionQueryOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspectTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspectTest.java index 708dabd77..fba62e292 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspectTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGeneratorTest.java b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGeneratorTest.java index 6ab8cc049..f628d52f0 100644 --- a/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGeneratorTest.java +++ b/collection-plugins/eclipse-persistence/src/test/java/com/springsource/insight/plugin/eclipse/persistence/TransactionOperationMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheCollapsingFrameHelper.java b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheCollapsingFrameHelper.java index 10118a866..3cb760803 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheCollapsingFrameHelper.java +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheCollapsingFrameHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheDefinitions.java b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheDefinitions.java index de2004123..32aa5f754 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheDefinitions.java +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheExternalResourceAnalyzer.java b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheExternalResourceAnalyzer.java index 9dfe20445..139980bac 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheExternalResourceAnalyzer.java +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspect.aj b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspect.aj index c469a84f8..7aff9e74b 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspect.aj +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheMethodOperationCollectionAspect.aj b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheMethodOperationCollectionAspect.aj index 4aa7df7d8..78caffbde 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheMethodOperationCollectionAspect.aj +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspect.aj b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspect.aj index 565f597d0..398a77f33 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspect.aj +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspect.aj b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspect.aj index db3bd214c..c76e1c902 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspect.aj +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspect.aj b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspect.aj index 42b1c67e7..a2c0fee52 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspect.aj +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcahePluginRuntimeDescriptor.java b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcahePluginRuntimeDescriptor.java index 5b53a5521..d0c288c50 100644 --- a/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcahePluginRuntimeDescriptor.java +++ b/collection-plugins/ehcache/src/main/java/com/springsource/insight/plugin/ehcache/EhcahePluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheBenchmarkTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheBenchmarkTest.java index 0522e393f..b07bba56c 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheBenchmarkTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheBenchmarkTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspectTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspectTest.java index 5a28fc71b..637bfde61 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspectTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheGetOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheOperationCollectionAspectTestSupport.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheOperationCollectionAspectTestSupport.java index 2d14fe58c..c37a0ae3e 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheOperationCollectionAspectTestSupport.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspectTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspectTest.java index d5f03e06f..b26471068 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspectTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcachePutOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspectTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspectTest.java index 63670603b..a0091cfb9 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspectTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheRemoveOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspectTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspectTest.java index 2ae45f8a2..c11c23508 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspectTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheReplaceOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheResourceAnalyzerTest.java b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheResourceAnalyzerTest.java index ab872bb06..20acc9dd4 100644 --- a/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheResourceAnalyzerTest.java +++ b/collection-plugins/ehcache/src/test/java/com/springsource/insight/plugin/ehcache/EhcacheResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/main/java/com/springsource/insight/collection/method/TrailingMethodOperationCollectionAspect.aj b/collection-plugins/ejb3/src/main/java/com/springsource/insight/collection/method/TrailingMethodOperationCollectionAspect.aj index 9aaea9d35..22efc09f6 100644 --- a/collection-plugins/ejb3/src/main/java/com/springsource/insight/collection/method/TrailingMethodOperationCollectionAspect.aj +++ b/collection-plugins/ejb3/src/main/java/com/springsource/insight/collection/method/TrailingMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceDefinitions.java b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceDefinitions.java index 328ba03c0..1a4438108 100644 --- a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceDefinitions.java +++ b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceEndPointAnalyzer.java b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceEndPointAnalyzer.java index 48a209f38..6c4de5f40 100644 --- a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceEndPointAnalyzer.java +++ b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspect.aj b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspect.aj index 859ebd3d9..b56db9a48 100644 --- a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspect.aj +++ b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3PluginRuntimeDescriptor.java b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3PluginRuntimeDescriptor.java index f06e6aeaa..13c4eff6c 100644 --- a/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3PluginRuntimeDescriptor.java +++ b/collection-plugins/ejb3/src/main/java/com/springsource/insight/plugin/ejb3/Ejb3PluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspectTest.java b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspectTest.java index 37c09c10b..3319ff7e8 100644 --- a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspectTest.java +++ b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/Ejb3LocalServiceOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleEjb3LocalService.java b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleEjb3LocalService.java index 333e4211f..28aebb560 100644 --- a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleEjb3LocalService.java +++ b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleEjb3LocalService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatefulEjb3LocalServiceAction.java b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatefulEjb3LocalServiceAction.java index 4f2165a12..b92a74a11 100644 --- a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatefulEjb3LocalServiceAction.java +++ b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatefulEjb3LocalServiceAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatelessEjb3LocalServiceAction.java b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatelessEjb3LocalServiceAction.java index 7dfc5180e..8b1788a63 100644 --- a/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatelessEjb3LocalServiceAction.java +++ b/collection-plugins/ejb3/src/test/java/com/springsource/insight/plugin/ejb3/ExampleStatelessEjb3LocalServiceAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/AbstractFilesTrackerAspectSupport.java b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/AbstractFilesTrackerAspectSupport.java index 3ea9a5ae4..1fd7e25cf 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/AbstractFilesTrackerAspectSupport.java +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/AbstractFilesTrackerAspectSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileCloseCollectionAspect.aj b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileCloseCollectionAspect.aj index dc7d1f854..935bb3d94 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileCloseCollectionAspect.aj +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileCloseCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspect.aj b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspect.aj index 429598a0b..9d8ea451e 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspect.aj +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOpenTrackerAspectSupport.java b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOpenTrackerAspectSupport.java index dae3c8173..61fd4625f 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOpenTrackerAspectSupport.java +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOpenTrackerAspectSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspect.aj b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspect.aj index 08e114879..97633dfe1 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspect.aj +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerDefinitions.java b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerDefinitions.java index db88ce0d4..40bfa9b11 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerDefinitions.java +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzer.java b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzer.java index 4c81ab22b..20ee8c265 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzer.java +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerPluginRuntimeDescriptor.java b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerPluginRuntimeDescriptor.java index d2adaac15..37edeb18c 100644 --- a/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerPluginRuntimeDescriptor.java +++ b/collection-plugins/files-tracker/src/main/java/com/springsource/insight/plugin/files/tracker/FilesTrackerPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspectTest.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspectTest.java index 52bfd38ec..a20d7394e 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspectTest.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileInputCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspectTest.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspectTest.java index e025cf690..2858af2f3 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspectTest.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FileOutputCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesCacheTest.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesCacheTest.java index 5f1615a82..0acd3dffa 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesCacheTest.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesCacheTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesOpenTrackerAspectTestSupport.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesOpenTrackerAspectTestSupport.java index b826e3c6a..18f393e7f 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesOpenTrackerAspectTestSupport.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesOpenTrackerAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerAspectTestSupport.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerAspectTestSupport.java index 998eff173..af2a497d2 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerAspectTestSupport.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzerTest.java b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzerTest.java index 53a24aa72..955caa8a5 100644 --- a/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzerTest.java +++ b/collection-plugins/files-tracker/src/test/java/com/springsource/insight/plugin/files/tracker/FilesTrackerExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj index 50f41f05e..defc5d975 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java index 717e16726..a4194c643 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java index 21754a36b..50a34ba79 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPluginRuntimeDescriptor.java b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPluginRuntimeDescriptor.java index 883cbe184..68774aa28 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPluginRuntimeDescriptor.java +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPointcuts.aj b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPointcuts.aj index 32ea8c56d..a65a7ffd7 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPointcuts.aj +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireLightPointcuts.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj index 2935a4ee7..b41ba787b 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java index d58c1845f..6c7ff8cc0 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java index b321f828d..6abc122ff 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj index 960a982fe..3dc6cba7a 100644 --- a/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj +++ b/collection-plugins/gemfire-light/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java index cf82b0958..f48e7eab2 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java index 061137a8f..845a59ca1 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java index 5241312d7..d89398b8c 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java index 212e005ea..1fc83bbb7 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java index 07bf9b7fe..b6c97edc2 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java index cccd1a858..6f6f672f5 100644 --- a/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java +++ b/collection-plugins/gemfire-light/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj index 9579544c4..56d41072e 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java index 63129da46..5c544c9bb 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java index 21754a36b..50a34ba79 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireDefenitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFirePluginRuntimeDescriptor.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFirePluginRuntimeDescriptor.java index 3dd6f0ed9..b4b9000d5 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFirePluginRuntimeDescriptor.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFirePluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj index e56c8b5e3..1ce90e63c 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java index d58c1845f..6c7ff8cc0 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspect.aj b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspect.aj index bdfc201e6..87c73eed6 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspect.aj +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzer.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzer.java index 20d1e3c95..899d6ea71 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java index b321f828d..6abc122ff 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj index 6d83c9648..75cd02ba5 100644 --- a/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj +++ b/collection-plugins/gemfire/src/main/java/com/springsource/insight/plugin/gemfire/GemFireRemoteOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java index cf82b0958..f48e7eab2 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/AbstractGemFireExternalResourceAnalyzerTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java index 775f2628c..28c85faa2 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java index c8f88823e..c0c274734 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java index 212e005ea..1fc83bbb7 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireQueryExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspectTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspectTest.java index fb16ac037..8112a45a0 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspectTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzerTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzerTest.java index d5be6dd89..ac4c89294 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzerTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRegionExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java index 4504f17f4..5cc10c2c5 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java index a268e071d..4d0ef0d47 100644 --- a/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java +++ b/collection-plugins/gemfire/src/test/java/com/springsource/insight/plugin/gemfire/GemFireRemoteExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerClassAspect.aj b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerClassAspect.aj index fb8da68fc..80154b7d2 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerClassAspect.aj +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerClassAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerInstanceAspect.aj b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerInstanceAspect.aj index c0836da26..833e9e83a 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerInstanceAspect.aj +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerInstanceAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzer.java b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzer.java index 4a721a3ba..7566ab968 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzer.java +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollector.java b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollector.java index b83dda877..a39bed05b 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollector.java +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspect.aj b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspect.aj index b3e6fdcff..5fd3f8c51 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspect.aj +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerPointcuts.aj b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerPointcuts.aj index 91bb151f8..c45728820 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerPointcuts.aj +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerPointcuts.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeper.java b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeper.java index cca9f1fbc..758aead18 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeper.java +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsPluginRuntimeDescriptor.java b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsPluginRuntimeDescriptor.java index 6dbf1232e..45fd464e6 100644 --- a/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsPluginRuntimeDescriptor.java +++ b/collection-plugins/grails/src/main/java/com/springsource/insight/plugin/grails/GrailsPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/ExposedGrailsPluginSpringBeanTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/ExposedGrailsPluginSpringBeanTest.java index 0902c5901..8c981363b 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/ExposedGrailsPluginSpringBeanTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/ExposedGrailsPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzerTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzerTest.java index 73ae3f8e2..789aea388 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzerTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodViewTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodViewTest.java index dc127c7ab..0e93a7c00 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodViewTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMethodViewTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollectorTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollectorTest.java index 3319b031c..389b57754 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollectorTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerMetricCollectorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspectTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspectTest.java index 0189a083a..73e31a60f 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspectTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeperTest.java b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeperTest.java index 56bc59115..8c2f6bdc6 100644 --- a/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeperTest.java +++ b/collection-plugins/grails/src/test/java/com/springsource/insight/plugin/grails/GrailsControllerStateKeeperTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopExternalResourceAnalyzer.java b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopExternalResourceAnalyzer.java index 22953dc93..20bffaf36 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopExternalResourceAnalyzer.java +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopPluginRuntimeDescriptor.java b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopPluginRuntimeDescriptor.java index ab8b2c099..aa62c2848 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopPluginRuntimeDescriptor.java +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/HadoopPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobClientOperationCollectionAspect.aj b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobClientOperationCollectionAspect.aj index 0ead11542..a86eba3c8 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobClientOperationCollectionAspect.aj +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobClientOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspect.aj b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspect.aj index b2a90ddb2..354c8a0d7 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspect.aj +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/MapOperationCollectionAspect.aj b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/MapOperationCollectionAspect.aj index ab4a57f85..e37622b72 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/MapOperationCollectionAspect.aj +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/MapOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/OperationCollectionTypes.java b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/OperationCollectionTypes.java index ce50d5c72..9d37d5f69 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/OperationCollectionTypes.java +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/ReduceOperationCollectionAspect.aj b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/ReduceOperationCollectionAspect.aj index 336ba9800..e451442b1 100644 --- a/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/ReduceOperationCollectionAspect.aj +++ b/collection-plugins/hadoop/src/main/java/com/springsource/insight/plugin/hadoop/ReduceOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspectTest.java b/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspectTest.java index fd3b85c23..6ef45a790 100644 --- a/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspectTest.java +++ b/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/JobOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/WordCount.java b/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/WordCount.java index 4d695a4ed..6b4b9a71e 100644 --- a/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/WordCount.java +++ b/collection-plugins/hadoop/src/test/java/com/springsource/insight/plugin/hadoop/WordCount.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspect.aj b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspect.aj index 7888a2e12..003a02d7a 100644 --- a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspect.aj +++ b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernatePluginRuntimeDescriptor.java b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernatePluginRuntimeDescriptor.java index 8f63b5358..0579c0df7 100644 --- a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernatePluginRuntimeDescriptor.java +++ b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernatePluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspect.aj b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspect.aj index 339c95ff8..f218d37d8 100644 --- a/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspect.aj +++ b/collection-plugins/hibernate/src/main/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyDirtyCheckListenerImpl.java b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyDirtyCheckListenerImpl.java index f7643f490..28a6b5295 100644 --- a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyDirtyCheckListenerImpl.java +++ b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyDirtyCheckListenerImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyFlushEventListenerImpl.java b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyFlushEventListenerImpl.java index 27417a9af..5b9c8229e 100644 --- a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyFlushEventListenerImpl.java +++ b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummyFlushEventListenerImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummySessionImpl.java b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummySessionImpl.java index 0c9848959..47900e54a 100644 --- a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummySessionImpl.java +++ b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/DummySessionImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspectTest.java b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspectTest.java index 49e4715fa..544e4764a 100644 --- a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspectTest.java +++ b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateEventCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspectTest.java b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspectTest.java index a1376336b..b48a4af14 100644 --- a/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspectTest.java +++ b/collection-plugins/hibernate/src/test/java/com/springsource/insight/plugin/hibernate/HibernateSessionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HC3PluginRuntimeDescriptor.java b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HC3PluginRuntimeDescriptor.java index fedcd5659..f2dc603b2 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HC3PluginRuntimeDescriptor.java +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HC3PluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientDefinitions.java b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientDefinitions.java index 2846c565c..5f01ab2b9 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientDefinitions.java +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspect.aj b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspect.aj index 8a23ac0f0..06ad8a354 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspect.aj +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzer.java b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzer.java index a4c8daf92..127bdd762 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzer.java +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethod.java b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethod.java index 4ca59b97b..e24f9cee4 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethod.java +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethod.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpStatusTraceErrorAnalyzer.java b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpStatusTraceErrorAnalyzer.java index c523fe0fd..8f4dbcc9b 100644 --- a/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpStatusTraceErrorAnalyzer.java +++ b/collection-plugins/httpclient3/src/main/java/com/springsource/insight/plugin/apache/http/hc3/HttpStatusTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspectTest.java b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspectTest.java index 33078fa6c..63c52f615 100644 --- a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspectTest.java +++ b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpClientExecutionCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzerTest.java b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzerTest.java index 3bc53907b..9adc7bd92 100644 --- a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzerTest.java +++ b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethodTest.java b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethodTest.java index bb063d92b..d99b2e922 100644 --- a/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethodTest.java +++ b/collection-plugins/httpclient3/src/test/java/com/springsource/insight/plugin/apache/http/hc3/HttpPlaceholderMethodTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HC4PluginRuntimeDescriptor.java b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HC4PluginRuntimeDescriptor.java index e3c1b73ba..12e1bf17c 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HC4PluginRuntimeDescriptor.java +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HC4PluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientDefinitions.java b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientDefinitions.java index be28438d6..5574b78c7 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientDefinitions.java +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspect.aj b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspect.aj index 0cf1848df..cb84d2cd8 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspect.aj +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzer.java b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzer.java index 7f7235616..7f2bba518 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzer.java +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequest.java b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequest.java index 4b3501821..f3065bea1 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequest.java +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpStatusTraceErrorAnalyzer.java b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpStatusTraceErrorAnalyzer.java index 8009e0b39..bbdb39c17 100644 --- a/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpStatusTraceErrorAnalyzer.java +++ b/collection-plugins/httpclient4/src/main/java/com/springsource/insight/plugin/apache/http/hc4/HttpStatusTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspectTest.java b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspectTest.java index a258377c9..fdcf95907 100644 --- a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspectTest.java +++ b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpClientExecutionCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzerTest.java b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzerTest.java index 3b3aa3ba1..be1362165 100644 --- a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzerTest.java +++ b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequestTest.java b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequestTest.java index 6a79486a7..116516abc 100644 --- a/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequestTest.java +++ b/collection-plugins/httpclient4/src/test/java/com/springsource/insight/plugin/apache/http/hc4/HttpPlaceholderRequestTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsDefinitions.java b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsDefinitions.java index 7fbcf6f52..41f040852 100644 --- a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsDefinitions.java +++ b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsEndPointAnalyzer.java b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsEndPointAnalyzer.java index 4a3b4ad7a..1abded513 100644 --- a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsEndPointAnalyzer.java +++ b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspect.aj b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspect.aj index 8149c62eb..6fc21e5cc 100644 --- a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspect.aj +++ b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsParamType.java b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsParamType.java index 573a0c741..12fb4d747 100644 --- a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsParamType.java +++ b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsParamType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsPluginRuntimeDescriptor.java b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsPluginRuntimeDescriptor.java index 07a715616..2f48cac13 100644 --- a/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsPluginRuntimeDescriptor.java +++ b/collection-plugins/jax-rs/src/main/java/com/springsource/insight/plugin/jaxrs/JaxrsPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspectTest.java b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspectTest.java index d3bba3807..fa7d0a3c5 100644 --- a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspectTest.java +++ b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/JaxrsOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceDefinitions.java b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceDefinitions.java index 7ffb61571..82925e03c 100644 --- a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceDefinitions.java +++ b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceInstance.java b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceInstance.java index a43cf2d14..2b99dc6e0 100644 --- a/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceInstance.java +++ b/collection-plugins/jax-rs/src/test/java/com/springsource/insight/plugin/jaxrs/RestServiceInstance.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/GetNodeOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/GetNodeOperationCollectionAspect.aj index d3806e44e..c6ec08aa3 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/GetNodeOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/GetNodeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspect.aj index 2d005a5f4..47171d2f2 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRCollectionUtils.java b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRCollectionUtils.java index eb9b13937..b39bd218b 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRCollectionUtils.java +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRCollectionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCREndPointAnalyzer.java b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCREndPointAnalyzer.java index 3c973f193..fa0ac6b91 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCREndPointAnalyzer.java +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCREndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRPluginRuntimeDescriptor.java b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRPluginRuntimeDescriptor.java index 0803704d6..7f18ef826 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRPluginRuntimeDescriptor.java +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/JCRPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspect.aj index 90c144852..39602563b 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/OperationCollectionTypes.java b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/OperationCollectionTypes.java index b2fdb7881..57d95825c 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/OperationCollectionTypes.java +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/QueryOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/QueryOperationCollectionAspect.aj index b3abf0527..c70a7ed37 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/QueryOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/QueryOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspect.aj index 6695a6aea..4932eb3bd 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/WorkspaceOperationCollectionAspect.aj b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/WorkspaceOperationCollectionAspect.aj index 2bf91885d..2434975ce 100644 --- a/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/WorkspaceOperationCollectionAspect.aj +++ b/collection-plugins/jcr/src/main/java/com/springsource/insight/plugin/jcr/WorkspaceOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/GetOperationCollectionAspectTest.java b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/GetOperationCollectionAspectTest.java index 18cd74786..79738f7f2 100644 --- a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/GetOperationCollectionAspectTest.java +++ b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/GetOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspectTest.java b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspectTest.java index efd36a08e..2597acc0b 100644 --- a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspectTest.java +++ b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/ItemOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspectTest.java b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspectTest.java index 34d7765f4..cb816c334 100644 --- a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspectTest.java +++ b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/LoginOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspectTest.java b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspectTest.java index 733a00177..0b5e1d012 100644 --- a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspectTest.java +++ b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SaveOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SimpleTests.java b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SimpleTests.java index 44c6e17da..9e3ef2253 100644 --- a/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SimpleTests.java +++ b/collection-plugins/jcr/src/test/java/com/springsource/insight/plugin/jcr/SimpleTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jcr/src/test/resources/repository.xml b/collection-plugins/jcr/src/test/resources/repository.xml index 0f387d90d..0cbbd8b0a 100644 --- a/collection-plugins/jcr/src/test/resources/repository.xml +++ b/collection-plugins/jcr/src/test/resources/repository.xml @@ -7,7 +7,7 @@ (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, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/ConnectionsTracker.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/ConnectionsTracker.java index 6ee9c7ebf..06b5b63bc 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/ConnectionsTracker.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/ConnectionsTracker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzer.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzer.java index 71f4277ae..04638e32e 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzer.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspect.aj b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspect.aj index c1a5006e2..7f3b35f89 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspect.aj +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspect.aj b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspect.aj index f699cc2f9..db2c2de53 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspect.aj +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverExternalResourceAnalyzer.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverExternalResourceAnalyzer.java index 6fac9d698..69ff53bf1 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverExternalResourceAnalyzer.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcDriverExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationExternalResourceAnalyzer.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationExternalResourceAnalyzer.java index afc25c8bb..fed0d398f 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationExternalResourceAnalyzer.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizer.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizer.java index af23a65d0..fff1ddc86 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizer.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspect.aj b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspect.aj index 1b6aea3bb..03486983a 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspect.aj +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGenerator.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGenerator.java index 19da157c8..5e8eb0bc8 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGenerator.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcRuntimePluginDescriptor.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcRuntimePluginDescriptor.java index 2911c1abe..d428a46d8 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcRuntimePluginDescriptor.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcRuntimePluginDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspect.aj b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspect.aj index 20c3486ad..52139c9b4 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspect.aj +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SQLFormatter.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SQLFormatter.java index 79bca144a..97c868dd0 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SQLFormatter.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SQLFormatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SqlToHtml.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SqlToHtml.java index 85805862c..fad84ad7a 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SqlToHtml.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/SqlToHtml.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/TopLevelJdbcOperationFilter.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/TopLevelJdbcOperationFilter.java index e21a7a7ad..52e7f8533 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/TopLevelJdbcOperationFilter.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/TopLevelJdbcOperationFilter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMap.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMap.java index 43c366d71..337b251aa 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMap.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlParser.java index 482ab179b..4384e939d 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlPatternParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlPatternParser.java index 5aab1b7c0..73d261a5e 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlPatternParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/AbstractSqlPatternParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/DatabaseType.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/DatabaseType.java index fbfab5f8a..ac7895f72 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/DatabaseType.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/DatabaseType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlMetaData.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlMetaData.java index e0037b08f..8ccd29a88 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlMetaData.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlMetaData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlParser.java index 8a93a3eee..04557a950 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/JdbcUrlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleJdbcUrlMetaData.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleJdbcUrlMetaData.java index aa535d51d..f568ccf8d 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleJdbcUrlMetaData.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleJdbcUrlMetaData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleSqlUrlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleSqlUrlParser.java index cc65225a7..b557fa997 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleSqlUrlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SimpleSqlUrlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SqlParserPattern.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SqlParserPattern.java index 76ee64318..f22a0c30f 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SqlParserPattern.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/SqlParserPattern.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DB2SqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DB2SqlParser.java index bf164b607..9ef5678ee 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DB2SqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DB2SqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DatabaseURL.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DatabaseURL.java index a18f525a9..6961b2830 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DatabaseURL.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/DatabaseURL.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlParser.java index d65a7181b..1a33710b7 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlProperties.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlProperties.java index 187875156..dcc0dfb26 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlProperties.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/HsqlProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MssqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MssqlParser.java index 3535339cf..01cd07312 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MssqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MssqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MySqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MySqlParser.java index a0e67047a..320795d1f 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MySqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/MySqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleParser.java index 42977aca7..dff9051a5 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleRACParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleRACParser.java index 84652911b..c106c9619 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleRACParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/OracleRACParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/PostgresSqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/PostgresSqlParser.java index 4972357c2..5b8cab2e8 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/PostgresSqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/PostgresSqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFireParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFireParser.java index ca74f7d4c..6fbc4c196 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFireParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFireParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFirePeerParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFirePeerParser.java index 7fc109b4f..c07f4195b 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFirePeerParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SqlFirePeerParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SybaseSqlParser.java b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SybaseSqlParser.java index 4f21af3bd..daf1b6700 100644 --- a/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SybaseSqlParser.java +++ b/collection-plugins/jdbc/src/main/java/com/springsource/insight/plugin/jdbc/parser/parsers/SybaseSqlParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/AbstractDatabaseJDBCURIAnalyzerTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/AbstractDatabaseJDBCURIAnalyzerTest.java index 10bba65b8..ee3b8e83c 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/AbstractDatabaseJDBCURIAnalyzerTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/AbstractDatabaseJDBCURIAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ConnectionsTrackerTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ConnectionsTrackerTest.java index 3d329e6ba..11c28704f 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ConnectionsTrackerTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ConnectionsTrackerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzerTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzerTest.java index f750ccceb..d6a1e19c7 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzerTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/DatabaseJDBCURIAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspectTest.java index 089860e05..42475f793 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionCloseOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionOperationCollectionTestSupport.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionOperationCollectionTestSupport.java index 9431896f8..14202970d 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionOperationCollectionTestSupport.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcConnectionOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspectTest.java index d0211beca..aba0c6820 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcDriverConnectOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizerTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizerTest.java index 1c1c596e3..334598e20 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizerTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcOperationFinalizerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspectTest.java index f3ea570f9..982f5eb65 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcPreparedStatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGeneratorTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGeneratorTest.java index dd133bf25..dbd7d67bd 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGeneratorTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcQueryExternalResourceGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspectTest.java index fe7de08de..e72361dc1 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionTestSupport.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionTestSupport.java index d2b12f1de..d448a6d28 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionTestSupport.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcStatementOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcTraceIntegrationTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcTraceIntegrationTest.java index 24b03b822..11125cebc 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcTraceIntegrationTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/JdbcTraceIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ParamLoggingPreparedStatementTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ParamLoggingPreparedStatementTest.java index b86926cac..e5234effd 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ParamLoggingPreparedStatementTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/ParamLoggingPreparedStatementTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/PoolingConnectionTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/PoolingConnectionTest.java index f83ce1a43..d3bbbe95f 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/PoolingConnectionTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/PoolingConnectionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SQLFormatterTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SQLFormatterTest.java index 742e543d7..9b94a294a 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SQLFormatterTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SQLFormatterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SqlToHtmlTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SqlToHtmlTest.java index 215ae3e1b..6e9ac1eca 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SqlToHtmlTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/SqlToHtmlTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/StoredProcedureExample.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/StoredProcedureExample.java index 7440bafa9..f60df4054 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/StoredProcedureExample.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/StoredProcedureExample.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMapTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMapTest.java index b4085ff90..5e8e9c565 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMapTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/WeakKeyHashMapTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractConnection.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractConnection.java index 3ed299e06..2a1b18557 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractConnection.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractConnection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractDatabaseMetaData.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractDatabaseMetaData.java index 64973ab4f..f9ece91ab 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractDatabaseMetaData.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractDatabaseMetaData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractStatement.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractStatement.java index b53af8ea2..a1940b517 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractStatement.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/AbstractStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Connection.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Connection.java index 480dd6a2a..ca6d10a50 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Connection.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Connection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16DatabaseMetaData.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16DatabaseMetaData.java index fe2f1295f..ed20ffa77 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16DatabaseMetaData.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16DatabaseMetaData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16PreparedStatementCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16PreparedStatementCollectionAspectTest.java index 879c6d877..6db39445b 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16PreparedStatementCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16PreparedStatementCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Statement.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Statement.java index 83aa280af..b692086fe 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Statement.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16Statement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16StatementOperationCollectionAspectTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16StatementOperationCollectionAspectTest.java index a00c91317..d8935dffe 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16StatementOperationCollectionAspectTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/helpers/jdk16/Jdk16StatementOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/DB2SqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/DB2SqlParserTest.java index dc9abb375..5dcf244f5 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/DB2SqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/DB2SqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/HsqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/HsqlParserTest.java index ee83b9df8..488892ade 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/HsqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/HsqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MssqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MssqlParserTest.java index f93d3722e..48d3dbda6 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MssqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MssqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MySqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MySqlParserTest.java index 1b96e4397..9cf994cbf 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MySqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/MySqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleParserTest.java index d48224eda..7940e93af 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleRACParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleRACParserTest.java index c3ddfc509..89a71bff1 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleRACParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/OracleRACParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/PostgresSqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/PostgresSqlParserTest.java index f322ed37a..7911e75e9 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/PostgresSqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/PostgresSqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SimpleSqlUrlParserTestSupport.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SimpleSqlUrlParserTestSupport.java index 6125313e1..4bd10bbfb 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SimpleSqlUrlParserTestSupport.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SimpleSqlUrlParserTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFireParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFireParserTest.java index 0d52d0deb..5807a7907 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFireParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFireParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFirePeerParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFirePeerParserTest.java index babd08a55..efd2c8451 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFirePeerParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlFirePeerParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlParserTestImpl.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlParserTestImpl.java index 55567cecb..9cb7e3336 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlParserTestImpl.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlParserTestImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlTestEntry.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlTestEntry.java index 9e52821b5..3e6bccc48 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlTestEntry.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SqlTestEntry.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SybaseSqlParserTest.java b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SybaseSqlParserTest.java index 296005673..18e925b22 100644 --- a/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SybaseSqlParserTest.java +++ b/collection-plugins/jdbc/src/test/java/com/springsource/insight/plugin/jdbc/parsers/SybaseSqlParserTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspect.aj b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspect.aj index 219f37a43..8283e8fe9 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspect.aj +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGenerator.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGenerator.java index 81192a4c3..07ef6b2bf 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGenerator.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzer.java index 690fdf92e..d85844052 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DeliveryModeType.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DeliveryModeType.java index cce04f29b..858c68f01 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DeliveryModeType.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DeliveryModeType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DestinationType.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DestinationType.java index 0c1a4c19a..eaabd604e 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DestinationType.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/DestinationType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspect.aj b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspect.aj index 266dcda94..54ff6155d 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspect.aj +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzer.java index 5d1369da0..ab4424d1b 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSEndPointAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSEndPointAnalyzer.java index 62e0e3f9a..945a5db0d 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSEndPointAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGenerator.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGenerator.java index 9f0d47541..f740387ad 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGenerator.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspect.aj b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspect.aj index 57dd7f664..3cfcdd2bc 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspect.aj +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzer.java index e8ab95b1c..9050c17cb 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginOperationType.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginOperationType.java index b03f57f24..e04b1bdcc 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginOperationType.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginOperationType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginUtils.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginUtils.java index 5e34e0b4c..5a168a095 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginUtils.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSPluginUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspect.aj b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspect.aj index ec4cbb675..c88cb6b06 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspect.aj +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzer.java index 931cbc707..9a0b54156 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGenerator.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGenerator.java index 58d19a495..6674e630d 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGenerator.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSSendMetricsGenerator.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSSendMetricsGenerator.java index 5173e59bb..726f6398a 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSSendMetricsGenerator.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JMSSendMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsPluginRuntimeDescriptor.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsPluginRuntimeDescriptor.java index 6ecac7375..ec1491919 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsPluginRuntimeDescriptor.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzer.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzer.java index b33b32505..e3e172bc5 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzer.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageOperationMap.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageOperationMap.java index 90fa8b111..92ceb2899 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageOperationMap.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageOperationMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageType.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageType.java index 1ec3c364f..011df7b5a 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageType.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageWrapper.java b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageWrapper.java index f7faefff5..6c332eb56 100644 --- a/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageWrapper.java +++ b/collection-plugins/jms/src/main/java/com/springsource/insight/plugin/jms/MessageWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspectTestSupport.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspectTestSupport.java index a5e101d70..083a7845e 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspectTestSupport.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGeneratorTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGeneratorTest.java index 0964f058e..645b5c60e 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGeneratorTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzerTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzerTest.java index e962e1c76..e2a7cd9ce 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzerTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/AbstractJMSResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspectTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspectTest.java index e4db8c04b..1363a3285 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspectTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzerTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzerTest.java index 4cac9885f..91fa39f52 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzerTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSConsumerResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGeneratorTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGeneratorTest.java index 44c5ac996..0b916c046 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGeneratorTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSListenerReceiveMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspectTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspectTest.java index d50d00df7..db1812128 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspectTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzerTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzerTest.java index 4dec803eb..b21aafe3e 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzerTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSMessageListenerResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSPluginUtilsTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSPluginUtilsTest.java index caa729adf..763fefebb 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSPluginUtilsTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSPluginUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspectTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspectTest.java index 091adae56..b57387a42 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspectTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzerTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzerTest.java index 843263eb5..d4d1c0639 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzerTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSProducerResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGeneratorTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGeneratorTest.java index bddeb7d0c..2fdc1c533 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGeneratorTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSReceiveMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSSendMetricsGeneratorTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSSendMetricsGeneratorTest.java index cee26043e..070c0297e 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSSendMetricsGeneratorTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JMSSendMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzerTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzerTest.java index ea033fa80..50f957781 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzerTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/JmsTraceSourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/MessageOperationMapTest.java b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/MessageOperationMapTest.java index b471215e5..733511e17 100644 --- a/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/MessageOperationMapTest.java +++ b/collection-plugins/jms/src/test/java/com/springsource/insight/plugin/jms/MessageOperationMapTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationCollectionSupport.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationCollectionSupport.aj index 8c30447fa..b164bd496 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationCollectionSupport.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspect.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspect.aj index f77c19eff..3d8d6ee3c 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspect.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspect.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspect.aj index 499b4c62d..fd26035b1 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspect.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzer.java b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzer.java index 31bc7a98a..43273f391 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzer.java +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspect.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspect.aj index 512d657df..1c5301974 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspect.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeOperationCollectionSupport.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeOperationCollectionSupport.aj index 49dd0a888..87081be51 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeOperationCollectionSupport.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionAspectSupport.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionAspectSupport.aj index eb975d3ed..ee8f5e914 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionAspectSupport.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxPluginRuntimeDescriptor.java b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxPluginRuntimeDescriptor.java index 46879bd07..3d6e9e9de 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxPluginRuntimeDescriptor.java +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspect.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspect.aj index 843bc593c..7c58e6cbe 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspect.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspect.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspect.aj index f55612947..afae7a438 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspect.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationCollectionSupport.aj b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationCollectionSupport.aj index 81a5cf5f3..6d733e32b 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationCollectionSupport.aj +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/MultiAttributeOperationCollector.java b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/MultiAttributeOperationCollector.java index eda523f40..2c199837e 100644 --- a/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/MultiAttributeOperationCollector.java +++ b/collection-plugins/jmx/src/main/java/com/springsource/insight/plugin/jmx/MultiAttributeOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/DelegatingMBeanServer.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/DelegatingMBeanServer.java index 8974be94f..bb153a48d 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/DelegatingMBeanServer.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/DelegatingMBeanServer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/ExposedJmxPluginSpringBeanTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/ExposedJmxPluginSpringBeanTest.java index 84ba15f65..bff65da1c 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/ExposedJmxPluginSpringBeanTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/ExposedJmxPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationTestSupport.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationTestSupport.java index 2607a6b40..7cefcd6ab 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationTestSupport.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxAttributeOperationTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspectTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspectTest.java index fe8289a93..8ba3a1883 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspectTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetMultipleAttrsOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspectTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspectTest.java index 40bb4dd54..36494370a 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspectTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxGetSingleAttributeOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzerTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzerTest.java index 7d6a4faa6..b253c4c04 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzerTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvocationEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspectTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspectTest.java index 0073e2f28..add51dd60 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspectTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxInvokeOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeCollectionTestSupport.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeCollectionTestSupport.java index 531ff6a01..f3dba3323 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeCollectionTestSupport.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxMultiAttributeCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionTestSupport.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionTestSupport.java index 618749f6c..540d690d8 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionTestSupport.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspectTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspectTest.java index b754daac1..f69c7a6fd 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspectTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetMultipleAttrsOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspectTest.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspectTest.java index 395258a07..cda3f40c3 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspectTest.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSetSingleAttributeOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationTestSupport.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationTestSupport.java index 76f68620d..20974b57e 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationTestSupport.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/JmxSingleAttributeOperationTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/SpringMBeanComponent.java b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/SpringMBeanComponent.java index dcf0111fd..28c79531e 100644 --- a/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/SpringMBeanComponent.java +++ b/collection-plugins/jmx/src/test/java/com/springsource/insight/plugin/jmx/SpringMBeanComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspect.aj b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspect.aj index 8e84d706a..c1a5762f5 100644 --- a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspect.aj +++ b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspect.aj b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspect.aj index a58b06c9d..9a6e28759 100644 --- a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspect.aj +++ b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionSupport.aj b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionSupport.aj index 1fb799844..80ec49402 100644 --- a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionSupport.aj +++ b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiPluginRuntimeDescriptor.java b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiPluginRuntimeDescriptor.java index 88dcfde27..2cdfb2a55 100644 --- a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiPluginRuntimeDescriptor.java +++ b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilter.java b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilter.java index 45becbd49..ffd77d38c 100644 --- a/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilter.java +++ b/collection-plugins/jndi/src/main/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/ExposedJndiPluginSpringBeanTest.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/ExposedJndiPluginSpringBeanTest.java index 335d3fc3f..99219e4d4 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/ExposedJndiPluginSpringBeanTest.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/ExposedJndiPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspectTest.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspectTest.java index 0a8a3af29..17145141d 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspectTest.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiBindOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspectTest.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspectTest.java index ddf1fb3fc..c8f1ce2ca 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspectTest.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiLookupOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionAspectTestSupport.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionAspectTestSupport.java index 0c84157e2..7720a499c 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionAspectTestSupport.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilterTest.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilterTest.java index 34f86fafd..d77d60eec 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilterTest.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiResourceCollectionFilterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiTestContext.java b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiTestContext.java index 0f8a186ab..354b42803 100644 --- a/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiTestContext.java +++ b/collection-plugins/jndi/src/test/java/com/springsource/insight/plugin/jndi/JndiTestContext.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspect.aj b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspect.aj index 91f07a1eb..a5f3e934f 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspect.aj +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaDefinitions.java b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaDefinitions.java index 01ac2c0a1..391aa77c8 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaDefinitions.java +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionAspect.aj b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionAspect.aj index f5e86caac..9e9647af1 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionAspect.aj +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspect.aj b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspect.aj index 15a195881..172374b71 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspect.aj +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspect.aj b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspect.aj index 76bc10518..0cfae3f2b 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspect.aj +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaPluginRuntimeDescriptor.java b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaPluginRuntimeDescriptor.java index e76658af3..3c22b8b9f 100644 --- a/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaPluginRuntimeDescriptor.java +++ b/collection-plugins/jpa/src/main/java/com/springsource/insight/plugin/jpa/JpaPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspectTest.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspectTest.java index eab386970..784f5e4e2 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspectTest.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/EntityTransactionCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionTestSupport.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionTestSupport.java index f76c7669e..4eb847935 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionTestSupport.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspectTest.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspectTest.java index 02c709a4a..3023b4030 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspectTest.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerDomainObjectAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspectTest.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspectTest.java index 5c3e5de57..076b06eab 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspectTest.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/JpaEntityManagerLifecycleAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TestEntity.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TestEntity.java index 068935420..75421a598 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TestEntity.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TestEntity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerDomainAspectTest.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerDomainAspectTest.java index 6fd080e4e..7fd3088b8 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerDomainAspectTest.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerDomainAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerTestSupport.java b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerTestSupport.java index 7c1349295..8a4b61092 100644 --- a/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerTestSupport.java +++ b/collection-plugins/jpa/src/test/java/com/springsource/insight/plugin/jpa/TransactionalJpaEntityManagerTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaDefinitions.java b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaDefinitions.java index 59f2afb59..4dc8238d5 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaDefinitions.java +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspect.aj b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspect.aj index 6fa899210..5bef84cab 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspect.aj +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaPluginRuntimeDescriptor.java b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaPluginRuntimeDescriptor.java index a7c968bf3..166258d8a 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaPluginRuntimeDescriptor.java +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/JtaPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspect.aj b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspect.aj index ec07487a9..e982f08b8 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspect.aj +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspect.aj b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspect.aj index ed191b3e4..6ee5bac29 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspect.aj +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspect.aj b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspect.aj index aef526966..09525ad55 100644 --- a/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspect.aj +++ b/collection-plugins/jta/src/main/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspectTestSupport.java b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspectTestSupport.java index ffe4ce85a..ab3b4ef8f 100644 --- a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspectTestSupport.java +++ b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/JtaOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspectTest.java b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspectTest.java index d3e50e72d..695449ec2 100644 --- a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspectTest.java +++ b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionManagerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspectTest.java b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspectTest.java index ca0b012c8..6a0ccac26 100644 --- a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspectTest.java +++ b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/TransactionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspectTest.java b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspectTest.java index 242a1c1be..29dc9822b 100644 --- a/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspectTest.java +++ b/collection-plugins/jta/src/test/java/com/springsource/insight/plugin/jta/UserTransactionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspect.aj b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspect.aj index c1637e453..f64d061a7 100644 --- a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspect.aj +++ b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsDefinitions.java b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsDefinitions.java index b346c1301..101dd3442 100644 --- a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsDefinitions.java +++ b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsEndPointAnalyzer.java b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsEndPointAnalyzer.java index abec8bc1d..86392368e 100644 --- a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsEndPointAnalyzer.java +++ b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspect.aj b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspect.aj index 252722920..cc323e0db 100644 --- a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspect.aj +++ b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsPluginRuntimeDescriptor.java b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsPluginRuntimeDescriptor.java index 45108ca84..36211fdb9 100644 --- a/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsPluginRuntimeDescriptor.java +++ b/collection-plugins/jws/src/main/java/com/springsource/insight/plugin/jws/JwsPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspectTest.java b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspectTest.java index 9ddb8b1b7..1e7176c18 100644 --- a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspectTest.java +++ b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/EndpointMethodOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspectTest.java b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspectTest.java index 97cf25cff..a252e8503 100644 --- a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspectTest.java +++ b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceDefinitions.java b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceDefinitions.java index a7e9b9357..e9adf7455 100644 --- a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceDefinitions.java +++ b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceInstance.java b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceInstance.java index 4c828713b..44c5585e0 100644 --- a/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceInstance.java +++ b/collection-plugins/jws/src/test/java/com/springsource/insight/plugin/jws/JwsServiceInstance.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspect.aj b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspect.aj index 4e0b470e2..92a487a6e 100644 --- a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspect.aj +++ b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapDefinitions.java b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapDefinitions.java index 1a32b4b0c..74c8c7432 100644 --- a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapDefinitions.java +++ b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapExternalResourceAnalyzer.java b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapExternalResourceAnalyzer.java index ab82ae47f..0760c5c36 100644 --- a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapExternalResourceAnalyzer.java +++ b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectSupport.aj b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectSupport.aj index ef1c54ab8..43108322a 100644 --- a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectSupport.aj +++ b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapPluginRuntimeDescriptor.java b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapPluginRuntimeDescriptor.java index f2a38d525..dc85f9704 100644 --- a/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapPluginRuntimeDescriptor.java +++ b/collection-plugins/ldap/src/main/java/com/springsource/insight/plugin/ldap/LdapPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextCreator.java b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextCreator.java index d0d1c431e..37fc0e89b 100644 --- a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextCreator.java +++ b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextCreator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspectTest.java b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspectTest.java index 886800a9f..3d1e8f337 100644 --- a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspectTest.java +++ b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/DirContextSearchCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectTestSupport.java b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectTestSupport.java index ed2c4b179..a233e5b4d 100644 --- a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectTestSupport.java +++ b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/LdapOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/TestLdapContext.java b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/TestLdapContext.java index 2a0f39b81..4de0e1774 100644 --- a/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/TestLdapContext.java +++ b/collection-plugins/ldap/src/test/java/com/springsource/insight/plugin/ldap/TestLdapContext.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspect.aj b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspect.aj index b6f5aaf41..5be07981c 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspect.aj +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspect.aj b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspect.aj index 03ca4b7e8..15882a9b4 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspect.aj +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingDefinitions.java b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingDefinitions.java index bbeba54e8..0430111f1 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingDefinitions.java +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspect.aj b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspect.aj index a9ff4f11f..f789b5901 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspect.aj +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingPluginRuntimeDescriptor.java b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingPluginRuntimeDescriptor.java index 5e9c4994b..0b67817b5 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingPluginRuntimeDescriptor.java +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingTraceErrorAnalyzer.java b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingTraceErrorAnalyzer.java index 5d2913fa9..1da5a88ae 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingTraceErrorAnalyzer.java +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/LoggingTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspect.aj b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspect.aj index bcf6fb062..d01fed266 100644 --- a/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspect.aj +++ b/collection-plugins/logging/src/main/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspectTest.java b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspectTest.java index f5972ed61..240091d9f 100644 --- a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspectTest.java +++ b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/CommonsLoggingOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspectTest.java b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspectTest.java index 03d762517..2a59fb6b9 100644 --- a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspectTest.java +++ b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Log4jLoggingOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspectTestSupport.java b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspectTestSupport.java index c87cc15a4..585d76ce4 100644 --- a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspectTestSupport.java +++ b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/LoggingMethodOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspectTest.java b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspectTest.java index 62745a006..d34f436a2 100644 --- a/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspectTest.java +++ b/collection-plugins/logging/src/test/java/com/springsource/insight/plugin/logging/Slf4jLoggingOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspect.aj b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspect.aj index ca66bb68f..41de57eee 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspect.aj +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailDefinitions.java b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailDefinitions.java index 18afa587f..ed491bd84 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailDefinitions.java +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailOperationCollectionSupport.aj b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailOperationCollectionSupport.aj index bafeacacd..3d15de8fc 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailOperationCollectionSupport.aj +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailPluginRuntimeDescriptor.java b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailPluginRuntimeDescriptor.java index 9b6d20fcf..66c11cbaa 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailPluginRuntimeDescriptor.java +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendExternalResourceAnalyzer.java b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendExternalResourceAnalyzer.java index b3284b062..ee6b73908 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendExternalResourceAnalyzer.java +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendMetricsGenerator.java b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendMetricsGenerator.java index 5c17079be..6ac5fda16 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendMetricsGenerator.java +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MailSendMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspect.aj b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspect.aj index 948d905d5..8536b4337 100644 --- a/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspect.aj +++ b/collection-plugins/mail/src/main/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspectTest.java b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspectTest.java index fb128ebdb..376bf44f2 100644 --- a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspectTest.java +++ b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/JavaMailSenderOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailMetricsGeneratorTest.java b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailMetricsGeneratorTest.java index 29f54e5c8..c3c5faa12 100644 --- a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailMetricsGeneratorTest.java +++ b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailResourceAnalyzerTest.java b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailResourceAnalyzerTest.java index 2e2298779..0bafab020 100644 --- a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailResourceAnalyzerTest.java +++ b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MailResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspectTest.java b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspectTest.java index 3f5831af2..c3f548355 100644 --- a/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspectTest.java +++ b/collection-plugins/mail/src/test/java/com/springsource/insight/plugin/mail/MessageSendOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBExternalResourceAnalyzer.java b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBExternalResourceAnalyzer.java index 09c90babd..d503a3967 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBExternalResourceAnalyzer.java +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtils.java b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtils.java index a648b9343..19cb6de3f 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtils.java +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspect.aj b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspect.aj index ad67b55c9..3b8ef7dcf 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspect.aj +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspect.aj b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspect.aj index 92f3cb3fb..682d5c47b 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspect.aj +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionExternalResourceAnalyzer.java b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionExternalResourceAnalyzer.java index 5de1624a3..a0853069b 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionExternalResourceAnalyzer.java +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBOperationExternalResourceAnalyzer.java b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBOperationExternalResourceAnalyzer.java index 8566e93db..5208c4e7c 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBOperationExternalResourceAnalyzer.java +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBOperationExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBPluginRuntimeDescriptor.java b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBPluginRuntimeDescriptor.java index 3eef4bfa2..554ec6605 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBPluginRuntimeDescriptor.java +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDBPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspect.aj b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspect.aj index 8acb06b06..a4966823a 100644 --- a/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspect.aj +++ b/collection-plugins/mongodb/src/main/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/mongodb/DBCollectionDummy.java b/collection-plugins/mongodb/src/test/java/com/mongodb/DBCollectionDummy.java index 242301cc0..efd46c8ce 100644 --- a/collection-plugins/mongodb/src/test/java/com/mongodb/DBCollectionDummy.java +++ b/collection-plugins/mongodb/src/test/java/com/mongodb/DBCollectionDummy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBAnalyzerTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBAnalyzerTest.java index ed8ccc90b..764b06f00 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBAnalyzerTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/AbstractMongoDBAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBCursorDummy.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBCursorDummy.java index e3c9b918f..cd7971de2 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBCursorDummy.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBCursorDummy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBDummy.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBDummy.java index 253b70f22..d2c0183d0 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBDummy.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/DBDummy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtilsTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtilsTest.java index dd13508aa..c2176c285 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtilsTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoArgumentUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspectTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspectTest.java index 737b34663..eaf380d64 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspectTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCollectionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspectTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspectTest.java index b9b57da3a..a805feeb7 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspectTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoCursorOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionOperationAnalyzerTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionOperationAnalyzerTest.java index 6c543b78a..460074c78 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionOperationAnalyzerTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBCollectionOperationAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBOperationAnalyzerTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBOperationAnalyzerTest.java index dc634d62d..dca8501c9 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBOperationAnalyzerTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDBOperationAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspectTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspectTest.java index 8128b70a7..53f8ea2c0 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspectTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/MongoDbOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/OperationFTLTest.java b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/OperationFTLTest.java index 944816c56..56de27a5a 100644 --- a/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/OperationFTLTest.java +++ b/collection-plugins/mongodb/src/test/java/com/springsource/insight/plugin/mongodb/OperationFTLTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspect.aj b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspect.aj index 78e748fb8..3efa4322b 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspect.aj +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/EventOperationCollectionAspect.aj b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/EventOperationCollectionAspect.aj index fdd761956..b380ece6b 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/EventOperationCollectionAspect.aj +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/EventOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionAspect.aj b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionAspect.aj index 00260d31e..0d831f0c8 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionAspect.aj +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/OperationCollectionTypes.java b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/OperationCollectionTypes.java index e1baf89ef..d64e532dc 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/OperationCollectionTypes.java +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletEndPointAnalyzer.java b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletEndPointAnalyzer.java index 952516a47..7d6af9c31 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletEndPointAnalyzer.java +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletPluginRuntimeDescriptor.java b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletPluginRuntimeDescriptor.java index 7ff429e5c..b622d54b3 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletPluginRuntimeDescriptor.java +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/PortletPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspect.aj b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspect.aj index 63d6bda50..2232af62a 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspect.aj +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ResourceOperationCollectionAspect.aj b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ResourceOperationCollectionAspect.aj index 14d0d53f2..0971ec414 100644 --- a/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ResourceOperationCollectionAspect.aj +++ b/collection-plugins/portlet/src/main/java/com/springsource/insight/plugin/portlet/ResourceOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspectTest.java b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspectTest.java index 6148d7dbd..c4b6f0273 100644 --- a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspectTest.java +++ b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ActionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortlet.java b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortlet.java index 9bfd67a4c..3ffea8430 100644 --- a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortlet.java +++ b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortlet.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortletTester.java b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortletTester.java index fa5a66ad9..0a5298ed3 100644 --- a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortletTester.java +++ b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/ExamplePortletTester.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionTestSupport.java b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionTestSupport.java index 66ac2f4df..813160d6c 100644 --- a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionTestSupport.java +++ b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/GenericOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspectTest.java b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspectTest.java index b96723f50..054bb9252 100644 --- a/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspectTest.java +++ b/collection-plugins/portlet/src/test/java/com/springsource/insight/plugin/portlet/RenderOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/AbstractQuartzValueAccessor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/AbstractQuartzValueAccessor.java index 3338a90b1..0217f2a12 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/AbstractQuartzValueAccessor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/AbstractQuartzValueAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobDetailValueAccessor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobDetailValueAccessor.java index dda5247ed..8e2c25aca 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobDetailValueAccessor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobDetailValueAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobExecutionContextValueAccessor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobExecutionContextValueAccessor.java index 4599d6764..957fea6b3 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobExecutionContextValueAccessor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzJobExecutionContextValueAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzKeyValueAccessor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzKeyValueAccessor.java index 8edf5eded..aac718cb4 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzKeyValueAccessor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzKeyValueAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzPluginRuntimeDescriptor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzPluginRuntimeDescriptor.java index c4cd5e19e..948cd86b0 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzPluginRuntimeDescriptor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerDefinitions.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerDefinitions.java index 6c3069d3c..d003844c5 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerDefinitions.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerEndPointAnalyzer.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerEndPointAnalyzer.java index 1280a858b..ae2137e12 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerEndPointAnalyzer.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspect.aj b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspect.aj index 0c6930ff7..17f47914f 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspect.aj +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzer.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzer.java index fd4b451fd..0abd2ce06 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzer.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTriggerValueAccessor.java b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTriggerValueAccessor.java index 11d43eb55..4fb72ffae 100644 --- a/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTriggerValueAccessor.java +++ b/collection-plugins/quartz/src/main/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTriggerValueAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerMockJob.java b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerMockJob.java index 91d8e3e4e..7f97c6ede 100644 --- a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerMockJob.java +++ b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerMockJob.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspectTest.java b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspectTest.java index c45040103..57a0b2340 100644 --- a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspectTest.java +++ b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzSchedulerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzerTest.java b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzerTest.java index 91a33e3df..b3aef0e0c 100644 --- a/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzerTest.java +++ b/collection-plugins/quartz/src/test/java/com/springsource/insight/plugin/quartz/scheduler/QuartzTraceSourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspect.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspect.java index 69c275bd7..048fa9bd0 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspect.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspect.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzer.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzer.java index cd2b42a78..f63a4760c 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzer.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMetricsGenerator.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMetricsGenerator.java index f718d7802..cd4b32a8a 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMetricsGenerator.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspect.aj b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspect.aj index 19f415c01..d097f7652 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspect.aj +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGenerator.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGenerator.java index 4a5ddfcb8..e64254323 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGenerator.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzer.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzer.java index 528b6a959..b48696218 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzer.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQEndPointAnalyzer.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQEndPointAnalyzer.java index b6096cfe5..49da8f0d2 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQEndPointAnalyzer.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPluginRuntimeDescriptor.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPluginRuntimeDescriptor.java index 8749d9fd7..34d8eedfc 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPluginRuntimeDescriptor.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspect.aj b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspect.aj index eea2a991d..4bd414604 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspect.aj +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGenerator.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGenerator.java index 2c5f96674..3effb0fc5 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGenerator.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzer.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzer.java index 41b5aeebd..3979c89aa 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzer.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitPluginOperationType.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitPluginOperationType.java index a5464fb14..ec190161d 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitPluginOperationType.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitPluginOperationType.java @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzer.java b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzer.java index 5535c0318..a11e7f2ba 100644 --- a/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzer.java +++ b/collection-plugins/rabbitmq-client/src/main/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspectTestSupport.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspectTestSupport.java index b3263babd..d6dccb92b 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspectTestSupport.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQMetricsGeneratorTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQMetricsGeneratorTest.java index c66627be9..7a33e054d 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQMetricsGeneratorTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzerTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzerTest.java index 8c2ed00ee..7e5477249 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzerTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/AbstractRabbitMQResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspectTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspectTest.java index 67f346df6..8876aef10 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspectTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGeneratorTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGeneratorTest.java index 939082515..acf6e4fff 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGeneratorTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzerTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzerTest.java index 8d1b9d8f9..1df00d76c 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzerTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQConsumerResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspectTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspectTest.java index 8b0d9d02b..ac749787d 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspectTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGeneratorTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGeneratorTest.java index 86cd5e682..485cc5495 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGeneratorTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzerTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzerTest.java index 899926a31..13b93c5ca 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzerTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitMQPublishResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzerTest.java b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzerTest.java index 9014b3ff3..afbfcfe9d 100644 --- a/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzerTest.java +++ b/collection-plugins/rabbitmq-client/src/test/java/com/springsource/insight/plugin/rabbitmqClient/RabbitTraceSourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisClientAspect.aj b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisClientAspect.aj index 5a4a631a0..2c5aa0ce4 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisClientAspect.aj +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisClientAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspect.aj b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspect.aj index f2ca2a403..a1440c7a0 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspect.aj +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisConnectionFactoryOperationCollectionAspect.aj b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisConnectionFactoryOperationCollectionAspect.aj index 3ba4a59e6..6476cac91 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisConnectionFactoryOperationCollectionAspect.aj +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisConnectionFactoryOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzer.java b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzer.java index d832a9958..9559d6a72 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzer.java +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspect.aj b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspect.aj index bf23e8378..a03be1bab 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspect.aj +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisPluginRuntimeDescriptor.java b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisPluginRuntimeDescriptor.java index 1064672ff..e10ff4741 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisPluginRuntimeDescriptor.java +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/RedisPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/util/RedisUtil.java b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/util/RedisUtil.java index 39d74ff27..eaa43426c 100644 --- a/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/util/RedisUtil.java +++ b/collection-plugins/redis/src/main/java/com/springsource/insight/plugin/redis/util/RedisUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyAbstractRedisCollection.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyAbstractRedisCollection.java index 40125d090..b80c62209 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyAbstractRedisCollection.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyAbstractRedisCollection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyJedisCommands.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyJedisCommands.java index da82ec423..8c833bdd3 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyJedisCommands.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyJedisCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyRedisMapImpl.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyRedisMapImpl.java index 5920a9bfc..94b52c874 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyRedisMapImpl.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/DummyRedisMapImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisClientAspectTest.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisClientAspectTest.java index 754e04ef1..47a0d9c07 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisClientAspectTest.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisClientAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspectTest.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspectTest.java index b9a75aef4..7a4df9253 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspectTest.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisCollectionOperationAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzerTest.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzerTest.java index 11520b4d4..821f5dd07 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzerTest.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspectTest.java b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspectTest.java index 1ec41699d..4478f49a1 100644 --- a/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspectTest.java +++ b/collection-plugins/redis/src/test/java/com/springsource/insight/plugin/redis/RedisMapOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiDefinitions.java b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiDefinitions.java index 5998b307c..dd61457a7 100644 --- a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiDefinitions.java +++ b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspect.aj b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspect.aj index 7f26ae308..11f27f0bc 100644 --- a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspect.aj +++ b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspect.aj b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspect.aj index ae292edd3..2abd11d8d 100644 --- a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspect.aj +++ b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiPluginRuntimeDescriptor.java b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiPluginRuntimeDescriptor.java index 383976395..d15f3217c 100644 --- a/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiPluginRuntimeDescriptor.java +++ b/collection-plugins/rmi/src/main/java/com/springsource/insight/plugin/rmi/RmiPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspectTest.java b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspectTest.java index 8f2e5ba2a..f874daeb2 100644 --- a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspectTest.java +++ b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiListOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTest.java b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTest.java index fab24127e..4b4467c5f 100644 --- a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTest.java +++ b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTestSupport.java b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTestSupport.java index 8e4de8794..327e21d9f 100644 --- a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTestSupport.java +++ b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/RmiOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/TestRegistry.java b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/TestRegistry.java index bd1402d41..568d08673 100644 --- a/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/TestRegistry.java +++ b/collection-plugins/rmi/src/test/java/com/springsource/insight/plugin/rmi/TestRegistry.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/DefaultRunnableResolver.java b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/DefaultRunnableResolver.java index 869e7f139..0ad0381cd 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/DefaultRunnableResolver.java +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/DefaultRunnableResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecuteMethodCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecuteMethodCollectionAspect.aj index 4028cdcb2..628667132 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecuteMethodCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecuteMethodCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspect.aj index c704df784..349a9895a 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspect.aj index 38367ea95..3f428f3d8 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecDefinitions.java b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecDefinitions.java index a3ffbec27..b4f02dcf6 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecDefinitions.java +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecPluginRuntimeDescriptor.java b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecPluginRuntimeDescriptor.java index 3d7b346d3..9598061cd 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecPluginRuntimeDescriptor.java +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunExecPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableResolver.java b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableResolver.java index 1e810b903..a30529fab 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableResolver.java +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableWrapper.java b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableWrapper.java index 5fbd10c2f..520e51f59 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableWrapper.java +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/RunnableWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspect.aj index 99ff90b9b..1c51bb021 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspect.aj index 7da4edcda..a2349870c 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspect.aj index 7142b313b..8c9c9d615 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspect.aj b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspect.aj index cc508c7a7..d0a9c34cd 100644 --- a/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspect.aj +++ b/collection-plugins/run-exec/src/main/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -28,7 +28,7 @@ import org.aspectj.lang.annotation.SuppressAjWarnings; * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutionCollectionAspectTestSupport.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutionCollectionAspectTestSupport.java index 5d8867477..5bb72e60f 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutionCollectionAspectTestSupport.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutionCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspectTest.java index 8ce47af72..f775a4922 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorExecuteCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspectTest.java index 17641c2e2..5fc59d58f 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExecutorServiceSubmitCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExposedRunExecPluginSpringBeanTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExposedRunExecPluginSpringBeanTest.java index bbc259e51..d9b48e1df 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExposedRunExecPluginSpringBeanTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ExposedRunExecPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspectTest.java index 34eba5ab7..788bebb9e 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ScheduledExecutorServiceCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SignallingRunnable.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SignallingRunnable.java index e1df65a9c..77b218ae0 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SignallingRunnable.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SignallingRunnable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspectTest.java index 19a3b9207..d443a9b56 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/SpringAsyncTaskExecutorCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestExecutor.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestExecutor.java index 2573218e3..a1d376029 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestExecutor.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestExecutor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestRunnable.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestRunnable.java index 0448f1b92..4bfa5851f 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestRunnable.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TestRunnable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspectTest.java index e9c845d91..d9e2ef274 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/ThreadStartCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspectTest.java b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspectTest.java index 8d4e2aed9..11438876a 100644 --- a/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspectTest.java +++ b/collection-plugins/run-exec/src/test/java/com/springsource/insight/plugin/runexec/TimerTaskScheduleCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspect.aj b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspect.aj index 44c832dc0..1779febd3 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspect.aj +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzer.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzer.java index d146edaa0..bd33a7dc6 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzer.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzer.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzer.java index 7e14e1477..993128459 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzer.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzer.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzer.java index 6ed2354e9..0451754f3 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzer.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestDispatchEndPointAnalyzer.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestDispatchEndPointAnalyzer.java index 3a4c54dfb..940f23f88 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestDispatchEndPointAnalyzer.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestDispatchEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGenerator.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGenerator.java index 3ca42e554..73d603860 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGenerator.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationDestroyedCollectionAspect.aj b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationDestroyedCollectionAspect.aj index 66f080caa..7ce7dd2a2 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationDestroyedCollectionAspect.aj +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationDestroyedCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationInitializedCollectionAspect.aj b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationInitializedCollectionAspect.aj index f1d67acbc..981d7aa39 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationInitializedCollectionAspect.aj +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletContextListenerOperationInitializedCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzer.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzer.java index 6014d670d..34ad33764 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzer.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletPluginRuntimeDescriptor.java b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletPluginRuntimeDescriptor.java index c29618b66..3a958d2a0 100644 --- a/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletPluginRuntimeDescriptor.java +++ b/collection-plugins/servlet/src/main/java/com/springsource/insight/plugin/servlet/ServletPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/DummyFilter.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/DummyFilter.java index 3184eac96..621d2bb40 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/DummyFilter.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/DummyFilter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ExposedServletPluginSpringBeanTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ExposedServletPluginSpringBeanTest.java index 78d4ef076..5e1393d18 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ExposedServletPluginSpringBeanTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ExposedServletPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspectTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspectTest.java index ca3fd8a8a..0e4e3b44b 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspectTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/FilterOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzerTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzerTest.java index 5f9784aab..e50e01d84 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzerTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpStatusTraceErrorAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzerTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzerTest.java index 686e66377..39325b43a 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzerTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/HttpTraceSourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzerTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzerTest.java index 268118961..5ade154cc 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzerTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/LifecycleEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGeneratorTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGeneratorTest.java index 17e78eabb..1249bd61a 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGeneratorTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/RequestResponseSizeMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzerTest.java b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzerTest.java index a8cfc32e8..9ad20dda2 100644 --- a/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzerTest.java +++ b/collection-plugins/servlet/src/test/java/com/springsource/insight/plugin/servlet/ServletEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspect.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspect.aj index e9d90ca1e..ab2b1a477 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspect.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspect.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspect.aj index a003571b5..112e95dc6 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspect.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspect.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspect.aj index 7a6975c3b..2151a993a 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspect.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectSupport.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectSupport.aj index 0898868b7..209ee2b20 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectSupport.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptOperationCollector.java b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptOperationCollector.java index 35e031a47..555ce79f9 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptOperationCollector.java +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketAcceptOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspect.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspect.aj index 76bc4a8c5..eea4cad36 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspect.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketCollectOperationContext.java b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketCollectOperationContext.java index 65df5100c..5e29d4189 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketCollectOperationContext.java +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketCollectOperationContext.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspect.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspect.aj index 6ad57c113..ebbb503d4 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspect.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectSupport.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectSupport.aj index 00a1019ce..c04dd121e 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectSupport.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketDefinitions.java b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketDefinitions.java index 2776df1f8..3b2bded56 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketDefinitions.java +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzer.java b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzer.java index 5e665945c..af773791d 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzer.java +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectSupport.aj b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectSupport.aj index 7997a402e..a5c418724 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectSupport.aj +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketPluginRuntimeDescriptor.java b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketPluginRuntimeDescriptor.java index ebedb8556..517a1bf1c 100644 --- a/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketPluginRuntimeDescriptor.java +++ b/collection-plugins/socket/src/main/java/com/springsource/insight/plugin/socket/SocketPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspectTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspectTest.java index 8a7911336..64864ed06 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspectTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/HttpURLConnectionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspectTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspectTest.java index 041a60907..fb413e3f5 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspectTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/ServerSocketChannelAcceptCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTest.java index 66b7eead8..68b577f64 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTestSupport.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTestSupport.java index 2436eab12..9d5de6d59 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTestSupport.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptorHelper.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptorHelper.java index b846fcb47..1660fb0bf 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptorHelper.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketAcceptorHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspectTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspectTest.java index 273d94599..bbef85a0d 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspectTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketChannelConnectCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTest.java index 6696a03a2..7508bcb3a 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTestSupport.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTestSupport.java index 569a26c6c..93aef70f7 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTestSupport.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketConnectCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzerTest.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzerTest.java index bcd1b684b..ef0cadc76 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzerTest.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketExternalResourceAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectTestSupport.java b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectTestSupport.java index 699506b49..ef8e2facc 100644 --- a/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectTestSupport.java +++ b/collection-plugins/socket/src/test/java/com/springsource/insight/plugin/socket/SocketOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspect.aj index 238a40c5d..a4c859ff9 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspect.aj index f28227b18..ad287af2b 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspect.aj index 772098450..f7fe0911f 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspect.aj index 5e527562d..e4728e281 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchDefinitions.java b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchDefinitions.java index d422c4c17..f32ba3476 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchDefinitions.java +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspect.aj index 1328dec1c..5b0c80b0a 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchPluginRuntimeDescriptor.java b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchPluginRuntimeDescriptor.java index ebb009a14..bb3978a25 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/SpringBatchPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspect.aj index b1ed472e0..424a80115 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspect.aj b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspect.aj index 3e177313b..a584f1ae2 100644 --- a/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspect.aj +++ b/collection-plugins/spring-batch/src/main/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/ExposedSpringBatchPluginSpringBeanTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/ExposedSpringBatchPluginSpringBeanTest.java index 6125df9b8..f860681ae 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/ExposedSpringBatchPluginSpringBeanTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/ExposedSpringBatchPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspectTest.java index 0c0eae158..f58d427b8 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowExecutorCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspectTest.java index b6ca0d926..15c44c2a1 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/FlowOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspectTest.java index 82b9eea50..d23086850 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobLauncherCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspectTest.java index 838639558..1644652e8 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/JobOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspectTestSupport.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspectTestSupport.java index 003f38ff6..b34993731 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspectTestSupport.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/SpringBatchOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspectTest.java index ec192c05e..dc3df55d6 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/StepOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspectTest.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspectTest.java index 575ded6de..8bebb96d0 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspectTest.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TaskletCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJob.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJob.java index 713fdf743..39c15c04d 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJob.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJob.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJobRepository.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJobRepository.java index a4678ac3a..eae619bbc 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJobRepository.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyJobRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyOperationCollector.java b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyOperationCollector.java index 6d30ae8e8..e5dafdcc4 100644 --- a/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyOperationCollector.java +++ b/collection-plugins/spring-batch/src/test/java/com/springsource/insight/plugin/springbatch/TestDummyOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationCollector.java b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationCollector.java index 0acc7e45c..13062d0c6 100644 --- a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationCollector.java +++ b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationSupport.java b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationSupport.java index a5d826815..277a92e55 100644 --- a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationSupport.java +++ b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudOperationSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudPluginRuntimeDescriptor.java b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudPluginRuntimeDescriptor.java index df56903ba..b2cc40cd3 100644 --- a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/SpringCloudPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspect.aj b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspect.aj index 5e1a214f7..9fc3be63b 100644 --- a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspect.aj +++ b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzer.java b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzer.java index a42cd5fcb..581effa32 100644 --- a/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzer.java +++ b/collection-plugins/spring-cloud/src/main/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspectTest.java b/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspectTest.java index 1fac56f34..acc60f29a 100644 --- a/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspectTest.java +++ b/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzerTest.java b/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzerTest.java index ad7412079..9293f2991 100644 --- a/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzerTest.java +++ b/collection-plugins/spring-cloud/src/test/java/com/springsource/insight/plugin/springcloud/hystrix/HystrixCommandErrorAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspect.aj index ce3480404..fadb25e72 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspect.aj index 723d3cd12..174ba963c 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspect.aj index 3381366b4..d9e1a5bca 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspect.aj index bf0b69d06..a836589e5 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspect.aj index 1e6683b55..19105b33b 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspect.aj index b969ae75c..693efe7d0 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspect.aj index e38573e3d..1c9e0266c 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCoreOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCoreOperationCollectionAspect.aj index 565ce9a64..962f8de6b 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCoreOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCoreOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCorePluginRuntimeDescriptor.java b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCorePluginRuntimeDescriptor.java index f778ff5ef..8b5a5743e 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCorePluginRuntimeDescriptor.java +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringCorePluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspect.aj index 75dfa8c8b..e7645c9e1 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringLifecycleMethodOperationCollectionAspect.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringLifecycleMethodOperationCollectionAspect.aj index 7a300e974..47b450fcf 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringLifecycleMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/SpringLifecycleMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/StereotypedSpringBeanMethodOperationCollectionAspectSupport.aj b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/StereotypedSpringBeanMethodOperationCollectionAspectSupport.aj index 51f909d45..e3e9f637a 100644 --- a/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/StereotypedSpringBeanMethodOperationCollectionAspectSupport.aj +++ b/collection-plugins/spring-core/src/main/java/com/springsource/insight/plugin/springcore/StereotypedSpringBeanMethodOperationCollectionAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/foo/example/AbstractBean.java b/collection-plugins/spring-core/src/test/java/com/foo/example/AbstractBean.java index 79ee7977f..6f7fbc391 100644 --- a/collection-plugins/spring-core/src/test/java/com/foo/example/AbstractBean.java +++ b/collection-plugins/spring-core/src/test/java/com/foo/example/AbstractBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleComponent.java b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleComponent.java index 504f7b049..82aeb3784 100644 --- a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleComponent.java +++ b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleRepository.java b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleRepository.java index e97c05905..3b0e82d3f 100644 --- a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleRepository.java +++ b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleService.java b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleService.java index 76db908bb..62c040933 100644 --- a/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleService.java +++ b/collection-plugins/spring-core/src/test/java/com/foo/example/ExampleService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspectTest.java index 78d6b9cfa..96364bdf5 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ApplicationListenerMethodOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspectTest.java index 1c32053d3..46f11d245 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ClassPathScanOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspectTest.java index a40fa4754..fa73c5600 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ComponentMethodOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspectTest.java index d569e3e37..3711d99f1 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/EventPublisingOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ExposedSpringCorePluginSpringBeanTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ExposedSpringCorePluginSpringBeanTest.java index e70eb8e18..6a3978d2f 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ExposedSpringCorePluginSpringBeanTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ExposedSpringCorePluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspectTest.java index 9eb09e0a3..86f1d34a4 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/InitializingBeanOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspectTest.java index ae87cdfe6..b9c6ea6f8 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/RepositoryMethodOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspectTest.java index 217b78f0a..b38822604 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/ServiceMethodOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspectTest.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspectTest.java index e85b7e65b..11e91ece2 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspectTest.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/SpringEventReferenceCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/StereotypeOperationCollectionAspectTestSupport.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/StereotypeOperationCollectionAspectTestSupport.java index 4d6fb5d36..fa45fe4f0 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/StereotypeOperationCollectionAspectTestSupport.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/StereotypeOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/Fubar.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/Fubar.java index 332416675..8522e9f15 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/Fubar.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/Fubar.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightComponent.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightComponent.java index 08e0d5f21..c750b8ae8 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightComponent.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightRepository.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightRepository.java index cb30e6058..141935b2f 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightRepository.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightService.java b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightService.java index 676659924..92645e3bb 100644 --- a/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightService.java +++ b/collection-plugins/spring-core/src/test/java/com/springsource/insight/plugin/springcore/beans/InsightService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventMulticaster.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventMulticaster.java index 4559625ef..b60fd9a1b 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventMulticaster.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventMulticaster.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventPublisher.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventPublisher.java index 378432ff3..470c623cf 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventPublisher.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationEventPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListener.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListener.java index 054ff6b41..e1f1d4f01 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListener.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListenerAndRepository.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListenerAndRepository.java index 705257085..d20311432 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListenerAndRepository.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyApplicationListenerAndRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEvent.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEvent.java index 05b4db834..cb151cc3b 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEvent.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEvent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventHolder.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventHolder.java index d4556db79..0b6dc4c6d 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventHolder.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventHolder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventSource.java b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventSource.java index 81e1125c5..7c489eda5 100644 --- a/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventSource.java +++ b/collection-plugins/spring-core/src/test/java/il/co/springsource/insight/MyEventSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodEndPointAnalyzer.java b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodEndPointAnalyzer.java index 12ebdf621..565ff16b4 100644 --- a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodEndPointAnalyzer.java +++ b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspect.aj b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspect.aj index 664a6f8af..ef7431823 100644 --- a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspect.aj +++ b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataDefinitions.java b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataDefinitions.java index e419adfa2..befc4ec46 100644 --- a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataDefinitions.java +++ b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataPluginRuntimeDescriptor.java b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataPluginRuntimeDescriptor.java index 93ca84909..e763ead2c 100644 --- a/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-data/src/main/java/com/springsource/insight/plugin/springdata/SpringDataPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/JpaRepositoryCollectionAspectTest.java b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/JpaRepositoryCollectionAspectTest.java index ed584923f..0bcf4137a 100644 --- a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/JpaRepositoryCollectionAspectTest.java +++ b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/JpaRepositoryCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspectTestSupport.java b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspectTestSupport.java index 6d75925c1..f453a348b 100644 --- a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspectTestSupport.java +++ b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/RepositoryMethodOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/dao/TestEntityRepository.java b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/dao/TestEntityRepository.java index d74efbe76..63d121bcf 100644 --- a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/dao/TestEntityRepository.java +++ b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/dao/TestEntityRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/model/TestEntity.java b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/model/TestEntity.java index 7db9af652..72ebdfa69 100644 --- a/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/model/TestEntity.java +++ b/collection-plugins/spring-data/src/test/java/com/springsource/insight/plugin/springdata/model/TestEntity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj index 2d5aad8a6..ae77eafb0 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java index d53245867..b04b680b1 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj index 44a6104d7..62065b184 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java index 6facf62bd..40978ae2c 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java index 48056b39d..60be48376 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java index 9be311a15..2664374d3 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj index f26874079..374b46104 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj index ce334477e..eceb8b9d3 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj index 6d0a4bc18..746b16672 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj index c3da78815..fc67dfbeb 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java index 81549e013..5e95f0b72 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj index f081c2880..a26394502 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java index 2d659b77e..8b51374c6 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj index 4310d3742..a1dba153a 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj index f46e7f3d5..5ee298711 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java index a82f0c4b9..1048caadf 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj index 72dfab8a0..4a0374150 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java index 49c0ac6d6..7735dc063 100644 --- a/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java +++ b/collection-plugins/spring-integration/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java index 3f2153497..7b6a0b05a 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java index e4f78c786..1c7edf9a9 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java index 19c69459d..4411dfd9e 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java index 745fede75..0dbcc0e1c 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java index 2df9d04d0..deeaf9620 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java index 1e5e33ffe..0572288bf 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java index 956855c2c..7e6cb9c32 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java index 4790112fd..9df1cecda 100644 --- a/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java +++ b/collection-plugins/spring-integration/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj index a5b813a5a..092237aa9 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/AbstractIntegrationOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java index d53245867..b04b680b1 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj index 578a96898..55ce39db7 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java index c6235866d..12c2af9a8 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/IntegrationPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java index 48056b39d..60be48376 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/MessageListenerProps.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java index 9be311a15..2664374d3 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/SpringIntegrationDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj index f26874079..374b46104 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/AmqpInboundChannelAdapterMessageListenerProps.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj index ce334477e..eceb8b9d3 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/amqp/MessageListenerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj index 6d0a4bc18..746b16672 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj index f8620df16..ba8e45576 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/GatewayOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java index 81549e013..5e95f0b72 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethod.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj index f081c2880..a26394502 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasMethodAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java index 2d659b77e..8b51374c6 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj index 4310d3742..a1dba153a 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/HasRequestMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj index f46e7f3d5..5ee298711 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java index a82f0c4b9..1048caadf 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj index 72dfab8a0..4a0374150 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java index 49c0ac6d6..7735dc063 100644 --- a/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java +++ b/collection-plugins/spring-integration2/src/main/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java index 3f2153497..7b6a0b05a 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/ExposedIntegrationPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java index e4f78c786..1c7edf9a9 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java index c1246d0a2..b75b4b933 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java index da18f0ee9..9e9acfc59 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/IntegrationOperationViewTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java index 2df9d04d0..deeaf9620 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/GatewayMethodInboundMessageMapperAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java index 1e5e33ffe..0572288bf 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/gateway/InboundMessageMapperAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java index 956855c2c..7e6cb9c32 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpConnectionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java index 813b4adaf..ac49361ba 100644 --- a/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java +++ b/collection-plugins/spring-integration2/src/test/java/com/springsource/insight/plugin/integration/tcp/TcpTestConnectionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspect.aj b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspect.aj index c3f0c2f0b..33c507739 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspect.aj +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspect.aj b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspect.aj index 77d67a2c2..624355552 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspect.aj +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JExternalResourceAnalyzer.java index 30f4f4458..84c70234c 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JFindExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JFindExternalResourceAnalyzer.java index 35426274d..37af550e6 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JFindExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JFindExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JLookupExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JLookupExternalResourceAnalyzer.java index f43021c12..025c6d4fd 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JLookupExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JLookupExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JOperationCollectionSupport.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JOperationCollectionSupport.java index b989b5b44..beed3d267 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JOperationCollectionSupport.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JOperationCollectionSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JPluginRuntimeDescriptor.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JPluginRuntimeDescriptor.java index 3d1710ecf..66f7592f3 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JQueryExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JQueryExternalResourceAnalyzer.java index 22547b290..645804cd5 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JQueryExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JQueryExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JSaveExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JSaveExternalResourceAnalyzer.java index 54c888b60..30c9c1cd4 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JSaveExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JSaveExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JTraverseExternalResourceAnalyzer.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JTraverseExternalResourceAnalyzer.java index d7f3a97a7..4df0beb02 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JTraverseExternalResourceAnalyzer.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/Neo4JTraverseExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/OperationCollectionTypes.java b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/OperationCollectionTypes.java index f4cb9a1cb..86553f7aa 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/OperationCollectionTypes.java +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspect.aj b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspect.aj index 939372ef9..c7ddc7d8b 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspect.aj +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/SaveOperationCollectionAspect.aj b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/SaveOperationCollectionAspect.aj index 70817c639..0a830c724 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/SaveOperationCollectionAspect.aj +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/SaveOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspect.aj b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspect.aj index 0926a807e..c1660110b 100644 --- a/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspect.aj +++ b/collection-plugins/spring-neo4j/src/main/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/AbstractNeo4jCollectionAspectTestSupport.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/AbstractNeo4jCollectionAspectTestSupport.java index bf82c56e1..d6658f6fb 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/AbstractNeo4jCollectionAspectTestSupport.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/AbstractNeo4jCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspectTest.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspectTest.java index d8b5a9bf0..8d6f97382 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspectTest.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/FindOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspectTest.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspectTest.java index f4c5b7566..731ffd29e 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspectTest.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/LookupOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/Movie.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/Movie.java index 7360d22b5..e76407681 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/Movie.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/Movie.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/OperationCollectionAspectTests.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/OperationCollectionAspectTests.java index 24b52af48..dab4dbe97 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/OperationCollectionAspectTests.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/OperationCollectionAspectTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspectTest.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspectTest.java index b4c0d6254..c9c90048d 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspectTest.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/QueryOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspectTest.java b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspectTest.java index d6fa734e7..961c4badf 100644 --- a/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspectTest.java +++ b/collection-plugins/spring-neo4j/src/test/java/com/springsource/insight/plugin/neo4j/TraverseOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AbstractAuthenticationCollectionAspect.aj b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AbstractAuthenticationCollectionAspect.aj index d5e06fbf2..a174dce0d 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AbstractAuthenticationCollectionAspect.aj +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AbstractAuthenticationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspect.aj b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspect.aj index e56a7ab5c..7e33459d9 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspect.aj +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspect.aj b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspect.aj index 75f94b5b6..421c8fb68 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspect.aj +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderOperationCollector.java b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderOperationCollector.java index ea6925668..90206c4ff 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderOperationCollector.java +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/ObscuringOperationCollector.java b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/ObscuringOperationCollector.java index 350fc3841..9ee0408e8 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/ObscuringOperationCollector.java +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/ObscuringOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityDefinitions.java b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityDefinitions.java index 7245b6017..e1f01d577 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityDefinitions.java +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityDefinitions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityPluginRuntimeDescriptor.java b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityPluginRuntimeDescriptor.java index 05a5bd69c..2f6e79544 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/SpringSecurityPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspect.aj b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspect.aj index 0088edd79..ff832b366 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspect.aj +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsOperationCollector.java b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsOperationCollector.java index 95843666d..ce1507d1f 100644 --- a/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsOperationCollector.java +++ b/collection-plugins/spring-security/src/main/java/com/springsource/insight/plugin/spring/security/UserDetailsOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationCollectionAspectTestSupport.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationCollectionAspectTestSupport.java index 14feb9dcc..422c79377 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationCollectionAspectTestSupport.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspectTest.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspectTest.java index 4ba7b9ad1..54a55ab29 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspectTest.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationManagerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTest.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTest.java index c1e79b654..fae7191b2 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTest.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTestProvider.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTestProvider.java index 8cd5ffad7..fb3e09ec3 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTestProvider.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationProviderCollectionAspectTestProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationTestManager.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationTestManager.java index e01d371f6..13acf1090 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationTestManager.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/AuthenticationTestManager.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/SpringSecurityCollectionTestSupport.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/SpringSecurityCollectionTestSupport.java index 9e11325cb..15e9965b4 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/SpringSecurityCollectionTestSupport.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/SpringSecurityCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/TestingUserDetailsManager.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/TestingUserDetailsManager.java index cf88df350..b27038ddc 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/TestingUserDetailsManager.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/TestingUserDetailsManager.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspectTest.java b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspectTest.java index a6b9bd039..6881f8205 100644 --- a/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspectTest.java +++ b/collection-plugins/spring-security/src/test/java/com/springsource/insight/plugin/spring/security/UserDetailsManagerCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/SpringTXPluginRuntimeDescriptor.java b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/SpringTXPluginRuntimeDescriptor.java index 10a7eaa5d..1199d5af7 100644 --- a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/SpringTXPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/SpringTXPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspect.aj b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspect.aj index e57c587d4..d5f4a436f 100644 --- a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspect.aj +++ b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizer.java b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizer.java index 461b71e02..bb22e8673 100644 --- a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizer.java +++ b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationStatus.java b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationStatus.java index 0e9ee5119..811355329 100644 --- a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationStatus.java +++ b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionOperationStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionPointcuts.aj b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionPointcuts.aj index bbe8c8361..62e0e17f7 100644 --- a/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionPointcuts.aj +++ b/collection-plugins/spring-tx/src/main/java/com/springsource/insight/plugin/springtx/TransactionPointcuts.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspectTest.java b/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspectTest.java index 613153a71..9e0307f81 100644 --- a/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspectTest.java +++ b/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizerTest.java b/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizerTest.java index 544a36d10..1523fd916 100644 --- a/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizerTest.java +++ b/collection-plugins/spring-tx/src/test/java/com/springsource/insight/plugin/springtx/TransactionOperationFinalizerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebAspectSupport.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebAspectSupport.aj index 9c52e1aae..788c3cc45 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebAspectSupport.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebAspectSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebEndPointAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebEndPointAnalyzer.java index be7dbfcb1..d9f1b2d3c 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebEndPointAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/AbstractSpringWebEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebHelpers.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebHelpers.java index 2dc6c6afd..3d75c1e14 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebHelpers.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebHelpers.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPluginRuntimeDescriptor.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPluginRuntimeDescriptor.java index b7b1009a8..dc45c1ea1 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPointcuts.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPointcuts.aj index 0d3d615fe..a39ede8c9 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPointcuts.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/SpringWebPointcuts.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspect.aj index 7523fa3ff..ce8067f6e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationFinalizer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationFinalizer.java index f05fe05c2..7a4017a49 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationFinalizer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspect.aj index 3c776c102..b5a9f350e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzer.java index 9244097a3..bc802591e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspect.aj index d9c6813ec..14eee300b 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollector.java index ce45763e2..0c7067f44 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspect.aj index 8a7181504..876b75b35 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspect.aj index a89648595..2133e8bf4 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestExternalResourceAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestExternalResourceAnalyzer.java index 716560035..556de7b7b 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestExternalResourceAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestOperationCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestOperationCollector.java index d2382b9d8..4f6a4ec1e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestOperationCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestTraceErrorAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestTraceErrorAnalyzer.java index db5d4c86c..dbb09914b 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestTraceErrorAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspect.aj index 8759812f1..f837d584f 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspect.aj index a0f6b4781..9121415be 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollector.java index 8cc18ecd1..ad23c360f 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorExternalResourceAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorExternalResourceAnalyzer.java index fa4f99149..2fcaf0245 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorExternalResourceAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspect.aj index de1dec1a0..4150239b8 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollector.java index 862f88f1b..42d00a26b 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorTraceErrorAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorTraceErrorAnalyzer.java index 1a602e92a..763d3cc7a 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorTraceErrorAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorTraceErrorAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspect.aj index 6056a96b2..80c6c558e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspect.aj index 82d669538..b4d38a412 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspect.aj index 77e6ddacd..fb5159bbf 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspect.aj index 54b205240..0737c8a92 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspect.aj index b45edd3c9..c15fc9b2a 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspect.aj index f5c0c81c6..f0d0852c1 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspect.aj index 25d5136aa..9c483adb3 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestIndirectOperationCollectionSupport.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestIndirectOperationCollectionSupport.aj index 740ccf1d0..9edef8521 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestIndirectOperationCollectionSupport.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestIndirectOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionSupport.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionSupport.aj index 44f8023a5..0990d2b81 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionSupport.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionSupport.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollector.java index 8895e4ec1..fb153e4e9 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationExternalResourceAnalyzer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationExternalResourceAnalyzer.java index 12985d056..e02801b31 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationExternalResourceAnalyzer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOperationExternalResourceAnalyzer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspect.aj index 8617ff5d4..a237c177e 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspect.aj index 26dda446d..44d88b682 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspect.aj index 20f3c188b..2a205ba38 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGenerator.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGenerator.java index 76e84db60..ceaf25b4a 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGenerator.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationJoinPointFinalizer.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationJoinPointFinalizer.java index 6cb27ac0c..745fcdf55 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationJoinPointFinalizer.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationJoinPointFinalizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspect.aj index 62782e8a0..27fb0cc4b 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/ViewUtils.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/ViewUtils.java index 6c9568e7b..d33b80d13 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/ViewUtils.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/ViewUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspect.aj index d55b3236c..83bc0a2f9 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverMetricCollector.java b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverMetricCollector.java index 1dba7ab67..28245d5bc 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverMetricCollector.java +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverMetricCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspect.aj b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspect.aj index 3c8841fee..5c179dffd 100644 --- a/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspect.aj +++ b/collection-plugins/spring-web/src/main/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/ExposedSpringWebPluginSpringBeanTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/ExposedSpringWebPluginSpringBeanTest.java index 06e415739..0e4159c2b 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/ExposedSpringWebPluginSpringBeanTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/ExposedSpringWebPluginSpringBeanTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspectTest.java index cd3914b68..dae9df2cb 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/binder/InitBinderOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspectTestSupport.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspectTestSupport.java index f9d04dcb6..7af108894 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspectTestSupport.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/AbstractControllerOperationCollectionAspectTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzerTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzerTest.java index 99878992a..550fbdfea 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzerTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerEndPointAnalyzerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspectTest.java index fa2e9db81..f02f5dc7b 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/ControllerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspectTest.java index 9f0ed8c4c..5d0c0651f 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/controller/LegacyControllerOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspectTest.java index 7545dd2ff..37742c812 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/ClientHttpRequestCollectionOperationAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspectTest.java index bea8e90d2..66d3f497d 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/http/SimpleClientHttpRequestFactoryCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspectTest.java index 1c13c23b0..29bd81f0b 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/modelattribute/ModelAttributeOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspectTest.java index 451f550cc..e92374399 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestExecutorOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestOperationCollectionTestSupport.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestOperationCollectionTestSupport.java index 58dfa608b..c7e7f442c 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestOperationCollectionTestSupport.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/HttpInvokerRequestOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspectTest.java index c9dfe1492..128b1a0ea 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/remoting/SimpleHttpInvokerRequestExecutorAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspectTest.java index 3d59d76a6..11f908ece 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/request/WebRequestOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspectTest.java index 8ec0b0146..9e84df486 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestDeleteOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspectTest.java index 2e72fb606..ccd1317c6 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExchangeOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspectTest.java index 612993145..681686708 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestExecuteOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspectTest.java index 224f53b0c..d1c215420 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestGetOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspectTest.java index 9e0a8df21..3b4b1bfc1 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestHeadOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionTestSupport.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionTestSupport.java index 447416b70..bd2bdf3da 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionTestSupport.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOperationCollectionTestSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspectTest.java index 6849ad472..5f733eb81 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestOptionsOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspectTest.java index 51e86f146..094c7e066 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPostOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspectTest.java index 55b3a88ce..180df849e 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/rest/RestPutOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGeneratorTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGeneratorTest.java index 359bcff94..98e736fc9 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGeneratorTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationErrorsMetricsGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspectTest.java index d45adf89c..e022382dc 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/validation/ValidationOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspectTest.java index 840b80738..8ef41f4eb 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/render/ViewRenderOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspectTest.java b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspectTest.java index 407b46c3e..cbaa91ad8 100644 --- a/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspectTest.java +++ b/collection-plugins/spring-web/src/test/java/com/springsource/insight/plugin/springweb/view/resolver/ViewResolverOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspect.aj b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspect.aj index e43aa3b8a..9c064c8b1 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspect.aj +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionTypes.java b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionTypes.java index 4b5af8818..380797966 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionTypes.java +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionUtils.aj b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionUtils.aj index 8af2f3d46..08b597402 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionUtils.aj +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/OperationCollectionUtils.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspect.aj b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspect.aj index becd37b8e..3da47948a 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspect.aj +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspect.aj b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspect.aj index 17ef223b0..2cdeb2e46 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspect.aj +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspect.aj b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspect.aj index 5495faa62..56c050b08 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspect.aj +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/WebflowPluginRuntimeDescriptor.java b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/WebflowPluginRuntimeDescriptor.java index aa3b587c6..6b0b77f61 100644 --- a/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/WebflowPluginRuntimeDescriptor.java +++ b/collection-plugins/spring-webflow/src/main/java/com/springsource/insight/plugin/webflow/WebflowPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspectTest.java b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspectTest.java index 69b658ed8..af748859b 100644 --- a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspectTest.java +++ b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/ActionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspectTest.java b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspectTest.java index 419b53344..0ecca5454 100644 --- a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspectTest.java +++ b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StartOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspectTest.java b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspectTest.java index 1de9ce1e8..8f55e8c88 100644 --- a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspectTest.java +++ b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/StateOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspectTest.java b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspectTest.java index 5fb994653..c7cc5ff79 100644 --- a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspectTest.java +++ b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/TransitionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/WebFlowExecutionTest.java b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/WebFlowExecutionTest.java index 5b1613ea1..93c0680a6 100644 --- a/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/WebFlowExecutionTest.java +++ b/collection-plugins/spring-webflow/src/test/java/com/springsource/insight/plugin/webflow/WebFlowExecutionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspect.aj b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspect.aj index 7e72f1bb6..a57a2c6fb 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspect.aj +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspect.aj b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspect.aj index 44780b142..9b7e24607 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspect.aj +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/OperationCollectionTypes.java b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/OperationCollectionTypes.java index 492fa7774..1949bba49 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/OperationCollectionTypes.java +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/OperationCollectionTypes.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspect.aj b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspect.aj index ed26f7923..7591a03ef 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspect.aj +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspect.aj b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspect.aj index 863446bf9..b26f8575b 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspect.aj +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/Struts2PluginRuntimeDescriptor.java b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/Struts2PluginRuntimeDescriptor.java index bb43eae66..17c8587d5 100644 --- a/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/Struts2PluginRuntimeDescriptor.java +++ b/collection-plugins/struts2/src/main/java/com/springsource/insight/plugin/struts2/Struts2PluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspectTest.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspectTest.java index 3a4988d76..f8d712c3c 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspectTest.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ActionOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspectTest.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspectTest.java index d9fd017aa..612ca541f 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspectTest.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/InterceptOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspectTest.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspectTest.java index 2645c7152..ebf87724b 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspectTest.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/ResultOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspectTest.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspectTest.java index f1deac085..3bda7eef1 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspectTest.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/StartOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/Struts2Tests.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/Struts2Tests.java index 2b9a84093..79f1100e5 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/Struts2Tests.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/Struts2Tests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterAction.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterAction.java index efb834fb3..9990a56bd 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterAction.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterValidationAction.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterValidationAction.java index 4a407e00c..7ea510018 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterValidationAction.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/action/RegisterValidationAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/model/Person.java b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/model/Person.java index 5b39b68cd..de125ca60 100644 --- a/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/model/Person.java +++ b/collection-plugins/struts2/src/test/java/com/springsource/insight/plugin/struts2/test/model/Person.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/JspCompilerOperationCollectionAspect.aj b/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/JspCompilerOperationCollectionAspect.aj index 5d558b036..a661e769b 100644 --- a/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/JspCompilerOperationCollectionAspect.aj +++ b/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/JspCompilerOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/TomcatPluginRuntimeDescriptor.java b/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/TomcatPluginRuntimeDescriptor.java index 65d09dd49..f34ce336b 100644 --- a/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/TomcatPluginRuntimeDescriptor.java +++ b/collection-plugins/tomcat/src/main/java/com/springsource/insight/plugin/tomcat/jsp/TomcatPluginRuntimeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/payme-insight-plugin/src/main/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspect.aj b/samples/payme-insight-plugin/src/main/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspect.aj index e99fb84d2..566d29646 100644 --- a/samples/payme-insight-plugin/src/main/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspect.aj +++ b/samples/payme-insight-plugin/src/main/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspect.aj @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspectTest.java b/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspectTest.java index 8ae12e54a..1cb0bf2c5 100644 --- a/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspectTest.java +++ b/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationCollectionAspectTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationViewTest.java b/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationViewTest.java index 6be7035f1..d39ccf7f0 100644 --- a/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationViewTest.java +++ b/samples/payme-insight-plugin/src/test/java/org/myorg/insight/myplugin/CashMoneyOperationViewTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/payme-webapp/src/main/java/com/springsource/insight/samples/payme/FakeAccount.java b/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/FakeAccount.java index 32d068aee..ce7fa3ed5 100644 --- a/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/FakeAccount.java +++ b/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/FakeAccount.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/payme-webapp/src/main/java/com/springsource/insight/samples/payme/PaymentController.java b/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/PaymentController.java index d7c54a2bc..a750f5ceb 100644 --- a/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/PaymentController.java +++ b/samples/payme-webapp/src/main/java/com/springsource/insight/samples/payme/PaymentController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,