diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/annotations/JMS.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/annotations/JMS.java index 9c94591..aef1086 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/annotations/JMS.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/annotations/JMS.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.annotations; import io.silverware.microservices.enums.ConnectionType; diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/enums/ConnectionType.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/enums/ConnectionType.java index d619b14..261f29e 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/enums/ConnectionType.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/enums/ConnectionType.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.enums; /** diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/internal/ConnectionProvider.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/internal/ConnectionProvider.java index 3b98448..27f7966 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/internal/ConnectionProvider.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/internal/ConnectionProvider.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.internal; import io.silverware.microservices.utils.ActiveMQConstants; diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProvider.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProvider.java index 3811874..12e6b56 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProvider.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProvider.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.Context; diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/ActiveMQConstants.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/ActiveMQConstants.java index ae1feae..dab6bca 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/ActiveMQConstants.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/ActiveMQConstants.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.utils; /** diff --git a/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/InitialContextProvider.java b/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/InitialContextProvider.java index 3aec3cd..b97d1b7 100644 --- a/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/InitialContextProvider.java +++ b/activemq-microservice-provider/src/main/java/io/silverware/microservices/utils/InitialContextProvider.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.utils; import org.apache.logging.log4j.LogManager; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQAnnotationTest.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQAnnotationTest.java index e9a38ec..88cfffe 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQAnnotationTest.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQAnnotationTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.annotations.JMS; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQDifferentServersTest.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQDifferentServersTest.java index 2110bd7..0bae316 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQDifferentServersTest.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQDifferentServersTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.annotations.JMS; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJMSContextTest.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJMSContextTest.java index cc4a093..43b5efb 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJMSContextTest.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJMSContextTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.annotations.JMS; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJNDITest.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJNDITest.java index 0b2e047..9945071 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJNDITest.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQJNDITest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.annotations.JMS; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProviderTestUtil.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProviderTestUtil.java index a0f2d0c..29af3d9 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProviderTestUtil.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQMicroserviceProviderTestUtil.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.providers.cdi.CdiMicroserviceProvider; diff --git a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQSecurityTest.java b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQSecurityTest.java index 755fc8f..51c6a2a 100644 --- a/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQSecurityTest.java +++ b/activemq-microservice-provider/src/test/java/io/silverware/microservices/providers/activemq/ActiveMQSecurityTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.activemq; import io.silverware.microservices.annotations.JMS; diff --git a/activemq-microservice-provider/src/test/resources/META-INF/beans.xml b/activemq-microservice-provider/src/test/resources/META-INF/beans.xml index e10a85a..b7548f5 100644 --- a/activemq-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/activemq-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,3 +1,23 @@ + + \ No newline at end of file diff --git a/activemq-microservice-provider/src/test/resources/brokers/defaultTestBroker/broker.xml b/activemq-microservice-provider/src/test/resources/brokers/defaultTestBroker/broker.xml index a8a654b..f85411e 100644 --- a/activemq-microservice-provider/src/test/resources/brokers/defaultTestBroker/broker.xml +++ b/activemq-microservice-provider/src/test/resources/brokers/defaultTestBroker/broker.xml @@ -1,3 +1,22 @@ + diff --git a/activemq-microservice-provider/src/test/resources/brokers/securityTestBroker/broker.xml b/activemq-microservice-provider/src/test/resources/brokers/securityTestBroker/broker.xml index fd06a80..b4ba863 100644 --- a/activemq-microservice-provider/src/test/resources/brokers/securityTestBroker/broker.xml +++ b/activemq-microservice-provider/src/test/resources/brokers/securityTestBroker/broker.xml @@ -1,3 +1,22 @@ + diff --git a/activemq-microservice-provider/src/test/resources/jndi.properties b/activemq-microservice-provider/src/test/resources/jndi.properties index c414d41..19c9284 100644 --- a/activemq-microservice-provider/src/test/resources/jndi.properties +++ b/activemq-microservice-provider/src/test/resources/jndi.properties @@ -1,3 +1,22 @@ +### +# #%L +# SilverWare +#   +# Copyright (C) 2015 - 2017 the original author or authors. +#   +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# #L% +### java.naming.factory.initial=org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory #java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory connectionFactory.ConnectionFactory=vm://0 diff --git a/camel-cdi-integration/src/main/java/io/silverware/microservices/providers/camel/CamelCdiContextFactory.java b/camel-cdi-integration/src/main/java/io/silverware/microservices/providers/camel/CamelCdiContextFactory.java index 289906e..b0305cf 100644 --- a/camel-cdi-integration/src/main/java/io/silverware/microservices/providers/camel/CamelCdiContextFactory.java +++ b/camel-cdi-integration/src/main/java/io/silverware/microservices/providers/camel/CamelCdiContextFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.camel; diff --git a/camel-cdi-integration/src/main/resources/log4j2.xml b/camel-cdi-integration/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/camel-cdi-integration/src/main/resources/log4j2.xml +++ b/camel-cdi-integration/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiIntegrationTest.java b/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiIntegrationTest.java index 82790c5..bf0cc2a 100644 --- a/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiIntegrationTest.java +++ b/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.providers.camel; diff --git a/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiRoute.java b/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiRoute.java index 46c5223..4486dae 100644 --- a/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiRoute.java +++ b/camel-cdi-integration/src/test/java/io/silverware/providers/camel/CamelCdiRoute.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.providers.camel; diff --git a/camel-cdi-integration/src/test/resources/META-INF/beans.xml b/camel-cdi-integration/src/test/resources/META-INF/beans.xml index e10a85a..b7548f5 100644 --- a/camel-cdi-integration/src/test/resources/META-INF/beans.xml +++ b/camel-cdi-integration/src/test/resources/META-INF/beans.xml @@ -1,3 +1,23 @@ + + \ No newline at end of file diff --git a/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelContextFactory.java b/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelContextFactory.java index 4344e00..a138214 100644 --- a/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelContextFactory.java +++ b/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelContextFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.camel; diff --git a/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelMicroserviceProvider.java b/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelMicroserviceProvider.java index e76427d..1eaf9c2 100644 --- a/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelMicroserviceProvider.java +++ b/camel-microservice-provider/src/main/java/io/silverware/microservices/providers/camel/CamelMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.camel; diff --git a/camel-microservice-provider/src/main/resources/log4j2.xml b/camel-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/camel-microservice-provider/src/main/resources/log4j2.xml +++ b/camel-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/camel-microservice-provider/src/test/java/io/silverware/microservices/providers/camel/CamelMicroserviceProviderTest.java b/camel-microservice-provider/src/test/java/io/silverware/microservices/providers/camel/CamelMicroserviceProviderTest.java index 1653aaa..ef95d16 100644 --- a/camel-microservice-provider/src/test/java/io/silverware/microservices/providers/camel/CamelMicroserviceProviderTest.java +++ b/camel-microservice-provider/src/test/java/io/silverware/microservices/providers/camel/CamelMicroserviceProviderTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.camel; diff --git a/camel-microservice-provider/src/test/resources/log4j2.xml b/camel-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/camel-microservice-provider/src/test/resources/log4j2.xml +++ b/camel-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Guarded.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Guarded.java index b68ae28..f480fe6 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Guarded.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Guarded.java @@ -1,5 +1,5 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   * Copyright (C) 2015 - 2017 the original author or authors. @@ -7,15 +7,15 @@ * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Microservice.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Microservice.java index 79782f5..0feb940 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Microservice.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/Microservice.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceReference.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceReference.java index 4c6b72d..793dd32 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceReference.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceReference.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceScoped.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceScoped.java index cd92d52..188b8d9 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceScoped.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceScoped.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceVersion.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceVersion.java index 50f1926..ad512d0 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceVersion.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/annotations/MicroserviceVersion.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProvider.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProvider.java index d0156c8..8713979 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProvider.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroserviceContext.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroserviceContext.java index f07b3be..7edaa01 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroserviceContext.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroserviceContext.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroservicesStartedEvent.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroservicesStartedEvent.java index b060d93..0d90e07 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroservicesStartedEvent.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/MicroservicesStartedEvent.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Configuration.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Configuration.java index 2d4f382..05a93ea 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Configuration.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Configuration.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.builtin; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/CurrentContext.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/CurrentContext.java index fdfe67b..86503d7 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/CurrentContext.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/CurrentContext.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.builtin; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Storage.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Storage.java index 7ab553e..9845f10 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Storage.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/builtin/Storage.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.builtin; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/DefaultMethodHandler.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/DefaultMethodHandler.java index 68fda5f..212d57b 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/DefaultMethodHandler.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/DefaultMethodHandler.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MetadataInjectionPoint.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MetadataInjectionPoint.java index 4a18a01..989898a 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MetadataInjectionPoint.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MetadataInjectionPoint.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceMethodHandler.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceMethodHandler.java index 72fdb1d..3418fbf 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceMethodHandler.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceMethodHandler.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyBean.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyBean.java index 6a01fff..de11a6f 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyBean.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyBean.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyFactory.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyFactory.java index ab81a5b..00d2436 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyFactory.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroserviceProxyFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesCDIExtension.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesCDIExtension.java index a093be1..537878a 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesCDIExtension.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesCDIExtension.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesInitEvent.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesInitEvent.java index 23e7290..c30b276 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesInitEvent.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/internal/MicroservicesInitEvent.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.internal; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/AnnotationUtil.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/AnnotationUtil.java index 2eb2e9d..f16fed3 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/AnnotationUtil.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/AnnotationUtil.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.util; diff --git a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/VersionResolver.java b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/VersionResolver.java index d4609d6..94f8058 100644 --- a/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/VersionResolver.java +++ b/cdi-microservice-provider/src/main/java/io/silverware/microservices/providers/cdi/util/VersionResolver.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.util; diff --git a/cdi-microservice-provider/src/main/resources/META-INF/beans.xml b/cdi-microservice-provider/src/main/resources/META-INF/beans.xml index 01a5661..73d03b9 100644 --- a/cdi-microservice-provider/src/main/resources/META-INF/beans.xml +++ b/cdi-microservice-provider/src/main/resources/META-INF/beans.xml @@ -1,3 +1,22 @@ + + diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderAlternativesTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderAlternativesTest.java index 544b729..6a8cafd 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderAlternativesTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderAlternativesTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderBasicTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderBasicTest.java index 810d61d..0ff02b9 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderBasicTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderBasicTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderProducesTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderProducesTest.java index 08d06f7..871c2b5 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderProducesTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderProducesTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java index 9189097..36cf847 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderQualifiersTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderRestartTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderRestartTest.java index 04771ad..b72f025 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderRestartTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderRestartTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderServicesTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderServicesTest.java index 428c661..deb30bd 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderServicesTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderServicesTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderSpecializationTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderSpecializationTest.java index 42df293..2d00248 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderSpecializationTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderSpecializationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderTestUtil.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderTestUtil.java index d02b7ba..e771c62 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderTestUtil.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderTestUtil.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsLessNumbersTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsLessNumbersTest.java index 9d5b4dc..9db42a6 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsLessNumbersTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsLessNumbersTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsTest.java index 203c122..1b37c8f 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/CdiMicroserviceProviderVersionsTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionResolverTest.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionResolverTest.java index 0fdb3b7..0fa69de 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionResolverTest.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionResolverTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.util; diff --git a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionsHierarchy.java b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionsHierarchy.java index 0a11901..aa561ff 100644 --- a/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionsHierarchy.java +++ b/cdi-microservice-provider/src/test/java/io/silverware/microservices/providers/cdi/util/VersionsHierarchy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cdi.util; diff --git a/cdi-microservice-provider/src/test/resources/META-INF/beans.xml b/cdi-microservice-provider/src/test/resources/META-INF/beans.xml index 87f350c..8dc3cd8 100644 --- a/cdi-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/cdi-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,3 +1,22 @@ + io.silverware.microservices.providers.cdi.CdiMicroserviceProviderAlternativesTest$AlternateAlternativesMicroBean diff --git a/cdi-microservice-provider/src/test/resources/log4j2.xml b/cdi-microservice-provider/src/test/resources/log4j2.xml index ad7ef3b..83198a2 100644 --- a/cdi-microservice-provider/src/test/resources/log4j2.xml +++ b/cdi-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProvider.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProvider.java index b37fe3a..9c1f05f 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProvider.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/RemoteServiceHandle.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/RemoteServiceHandle.java index ed2e8e9..ad0ef0e 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/RemoteServiceHandle.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/RemoteServiceHandle.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/HttpServiceProxy.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/HttpServiceProxy.java index 6ba3364..187a4c8 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/HttpServiceProxy.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/HttpServiceProxy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiver.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiver.java index 31a19af..ea660b7 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiver.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiver.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSender.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSender.java index ef5fe37..eb3e976 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSender.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSender.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/exception/SilverWareClusteringException.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/exception/SilverWareClusteringException.java index e373045..c8c8541 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/exception/SilverWareClusteringException.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/exception/SilverWareClusteringException.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.exception; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/KnownImplementation.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/KnownImplementation.java index 95d4d8b..b781177 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/KnownImplementation.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/KnownImplementation.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/MicroserviceRemoteCallRequest.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/MicroserviceRemoteCallRequest.java index ff2bbfb..8567859 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/MicroserviceRemoteCallRequest.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/MicroserviceRemoteCallRequest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.request; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/RequestMessage.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/RequestMessage.java index d3a76d2..5257724 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/RequestMessage.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/request/RequestMessage.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.request; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/AbstractResponder.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/AbstractResponder.java index 97ea274..6f95fdd 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/AbstractResponder.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/AbstractResponder.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.responder; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroServiceRemoteCallResponder.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroServiceRemoteCallResponder.java index 9f8d768..0ce49a8 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroServiceRemoteCallResponder.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroServiceRemoteCallResponder.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.responder; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroserviceSearchResponder.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroserviceSearchResponder.java index 25fff19..3f7eb42 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroserviceSearchResponder.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/MicroserviceSearchResponder.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.responder; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/Responder.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/Responder.java index d3ee9b9..bca96ff 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/Responder.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/responder/Responder.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.responder; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceRemoteCallResponse.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceRemoteCallResponse.java index 8b61bf7..b9dcdb3 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceRemoteCallResponse.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceRemoteCallResponse.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.response; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceSearchResponse.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceSearchResponse.java index 8377d42..a5b9010 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceSearchResponse.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/MicroserviceSearchResponse.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.response; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/ResponseMessage.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/ResponseMessage.java index f33ca9e..094d872 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/ResponseMessage.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/message/response/ResponseMessage.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.message.response; diff --git a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/util/FutureListenerHelper.java b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/util/FutureListenerHelper.java index 49b7add..053023c 100644 --- a/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/util/FutureListenerHelper.java +++ b/cluster-microservice-provider/src/main/java/io/silverware/microservices/providers/cluster/internal/util/FutureListenerHelper.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal.util; diff --git a/cluster-microservice-provider/src/main/resources/META-INF/beans.xml b/cluster-microservice-provider/src/main/resources/META-INF/beans.xml index e69de29..c5bfc62 100644 --- a/cluster-microservice-provider/src/main/resources/META-INF/beans.xml +++ b/cluster-microservice-provider/src/main/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + diff --git a/cluster-microservice-provider/src/main/resources/log4j2.xml b/cluster-microservice-provider/src/main/resources/log4j2.xml index 88b91a5..62b573c 100644 --- a/cluster-microservice-provider/src/main/resources/log4j2.xml +++ b/cluster-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProviderTest.java b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProviderTest.java index 603ef9c..190d349 100644 --- a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProviderTest.java +++ b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/ClusterMicroserviceProviderTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster; diff --git a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/Util.java b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/Util.java index 9d53d4c..2ed3431 100644 --- a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/Util.java +++ b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/Util.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster; diff --git a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiverTest.java b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiverTest.java index 2f3ad05..6428eb5 100644 --- a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiverTest.java +++ b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageReceiverTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSenderTest.java b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSenderTest.java index a2a4dcd..0f0cb83 100644 --- a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSenderTest.java +++ b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/JgroupsMessageSenderTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/RemoteServiceHandleStoreTest.java b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/RemoteServiceHandleStoreTest.java index ca68646..a80326d 100644 --- a/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/RemoteServiceHandleStoreTest.java +++ b/cluster-microservice-provider/src/test/java/io/silverware/microservices/providers/cluster/internal/RemoteServiceHandleStoreTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.cluster.internal; diff --git a/cluster-microservice-provider/src/test/resources/META-INF/beans.xml b/cluster-microservice-provider/src/test/resources/META-INF/beans.xml index e69de29..c5bfc62 100644 --- a/cluster-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/cluster-microservice-provider/src/test/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + diff --git a/cluster-microservice-provider/src/test/resources/log4j2.xml b/cluster-microservice-provider/src/test/resources/log4j2.xml index ad7ef3b..83198a2 100644 --- a/cluster-microservice-provider/src/test/resources/log4j2.xml +++ b/cluster-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/drools-microservice-provider/src/main/resources/log4j2.xml b/drools-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/drools-microservice-provider/src/main/resources/log4j2.xml +++ b/drools-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsCheck.java b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsCheck.java index 1ff19bb..f95ade8 100644 --- a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsCheck.java +++ b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsCheck.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2017 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.drools; diff --git a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsIntegrationTest.java b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsIntegrationTest.java index a30232f..e35ce85 100644 --- a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsIntegrationTest.java +++ b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/DroolsIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2017 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.drools; diff --git a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/SilverWareTestBase.java b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/SilverWareTestBase.java index f4f8939..a9449ee 100644 --- a/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/SilverWareTestBase.java +++ b/drools-microservice-provider/src/test/java/io/silverware/microservices/providers/drools/SilverWareTestBase.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2017 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.drools; diff --git a/drools-microservice-provider/src/test/resources/META-INF/beans.xml b/drools-microservice-provider/src/test/resources/META-INF/beans.xml index e69de29..c5bfc62 100644 --- a/drools-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/drools-microservice-provider/src/test/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + diff --git a/drools-microservice-provider/src/test/resources/META-INF/kmodule.xml b/drools-microservice-provider/src/test/resources/META-INF/kmodule.xml index ec2d2a3..5b3627e 100644 --- a/drools-microservice-provider/src/test/resources/META-INF/kmodule.xml +++ b/drools-microservice-provider/src/test/resources/META-INF/kmodule.xml @@ -1,2 +1,22 @@ + + diff --git a/drools-microservice-provider/src/test/resources/log4j2.xml b/drools-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/drools-microservice-provider/src/test/resources/log4j2.xml +++ b/drools-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProvider.java b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProvider.java index 0eb72e0..2e14bd4 100644 --- a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProvider.java +++ b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http.invoker; diff --git a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpInvokerServlet.java b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpInvokerServlet.java index 5c82ba6..0713b6e 100644 --- a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpInvokerServlet.java +++ b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpInvokerServlet.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ - * PerfCake + * #%L + * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http.invoker.internal; diff --git a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpServiceHandle.java b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpServiceHandle.java index 26c0a66..390e1d2 100644 --- a/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpServiceHandle.java +++ b/http-invoker-microservice-provider/src/main/java/io/silverware/microservices/providers/http/invoker/internal/HttpServiceHandle.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http.invoker.internal; diff --git a/http-invoker-microservice-provider/src/main/resources/log4j2.xml b/http-invoker-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/http-invoker-microservice-provider/src/main/resources/log4j2.xml +++ b/http-invoker-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/http-invoker-microservice-provider/src/test/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProviderTest.java b/http-invoker-microservice-provider/src/test/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProviderTest.java index 0ccccf3..f41fcf2 100644 --- a/http-invoker-microservice-provider/src/test/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProviderTest.java +++ b/http-invoker-microservice-provider/src/test/java/io/silverware/microservices/providers/http/invoker/HttpInvokerMicroserviceProviderTest.java @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ package io.silverware.microservices.providers.http.invoker; import io.silverware.microservices.MicroserviceMetaData; diff --git a/http-invoker-microservice-provider/src/test/resources/META-INF/beans.xml b/http-invoker-microservice-provider/src/test/resources/META-INF/beans.xml index d156b0a..a4bb145 100644 --- a/http-invoker-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/http-invoker-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,2 +1,21 @@ + \ No newline at end of file diff --git a/http-invoker-microservice-provider/src/test/resources/log4j2.xml b/http-invoker-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/http-invoker-microservice-provider/src/test/resources/log4j2.xml +++ b/http-invoker-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProvider.java b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProvider.java index c3fc042..b13126e 100644 --- a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProvider.java +++ b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SSLContextFactory.java b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SSLContextFactory.java index c50293c..38b34c1 100644 --- a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SSLContextFactory.java +++ b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SSLContextFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SilverWareURI.java b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SilverWareURI.java index 602b34b..c8ada75 100644 --- a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SilverWareURI.java +++ b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/SilverWareURI.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/resteasy/SilverwareResourceFactory.java b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/resteasy/SilverwareResourceFactory.java index 9005f4c..51bf417 100644 --- a/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/resteasy/SilverwareResourceFactory.java +++ b/http-server-microservice-provider/src/main/java/io/silverware/microservices/providers/http/resteasy/SilverwareResourceFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http.resteasy; diff --git a/http-server-microservice-provider/src/main/resources/log4j2.xml b/http-server-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/http-server-microservice-provider/src/main/resources/log4j2.xml +++ b/http-server-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderRestTest.java b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderRestTest.java index eedff3f..15d3818 100644 --- a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderRestTest.java +++ b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderRestTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderTest.java b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderTest.java index 9333d42..72c9b4e 100644 --- a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderTest.java +++ b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/HttpServerMicroserviceProviderTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/SSLTest.java b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/SSLTest.java index 0a231b2..70ad154 100644 --- a/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/SSLTest.java +++ b/http-server-microservice-provider/src/test/java/io/silverware/microservices/providers/http/SSLTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.http; diff --git a/http-server-microservice-provider/src/test/resources/META-INF/beans.xml b/http-server-microservice-provider/src/test/resources/META-INF/beans.xml index e10a85a..b7548f5 100644 --- a/http-server-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/http-server-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,3 +1,23 @@ + + \ No newline at end of file diff --git a/http-server-microservice-provider/src/test/resources/log4j2.xml b/http-server-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/http-server-microservice-provider/src/test/resources/log4j2.xml +++ b/http-server-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/Fallback.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/Fallback.java index f558378..6f7fcf8 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/Fallback.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/Fallback.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/HystrixConfig.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/HystrixConfig.java index 14954f5..dfaa597 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/HystrixConfig.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/HystrixConfig.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/CacheKey.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/CacheKey.java index 9e7eb60..25adf12 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/CacheKey.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/CacheKey.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ - * Netflix, SilverWare + * #%L + * SilverWare *   - * Copyright (C) 2015-2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.advanced; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/DefaultProperties.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/DefaultProperties.java index 1dc52f4..5b3badb 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/DefaultProperties.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/DefaultProperties.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ - * Netflix, SilverWare + * #%L + * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.advanced; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixCommand.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixCommand.java index f25cf62..531b766 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixCommand.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixCommand.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ - * Netflix, SilverWare + * #%L + * SilverWare *   - * Copyright (C) 2012-2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.advanced; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixProperty.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixProperty.java index c8d5d76..7a5675b 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixProperty.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/advanced/HystrixProperty.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ - * Netflix, SilverWare + * #%L + * SilverWare *   - * Copyright (C) 2012-2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.advanced; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Cached.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Cached.java index 2bfe4fd..46a0985 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Cached.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Cached.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.basic; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/CircuitBreaker.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/CircuitBreaker.java index d262599..58ee003 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/CircuitBreaker.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/CircuitBreaker.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.basic; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Fail.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Fail.java index d9df6c6..a074a58 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Fail.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Fail.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.basic; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/ThreadPool.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/ThreadPool.java index bf5405c..d7603fe 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/ThreadPool.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/ThreadPool.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.basic; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Timeout.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Timeout.java index b907f74..0045fa3 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Timeout.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/annotations/hystrix/basic/Timeout.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations.hystrix.basic; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/HystrixMicroserviceProvider.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/HystrixMicroserviceProvider.java index 66df5ca..efa1b4b 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/HystrixMicroserviceProvider.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/HystrixMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScanner.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScanner.java index 17de94a..9c7050f 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScanner.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScanner.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/CommandProperties.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/CommandProperties.java index 3ce0278..73923cc 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/CommandProperties.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/CommandProperties.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/MethodConfig.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/MethodConfig.java index 21b6804..cc66e72 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/MethodConfig.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/MethodConfig.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ServiceConfig.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ServiceConfig.java index f0834d4..a7cb09d 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ServiceConfig.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ServiceConfig.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/SetterFactory.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/SetterFactory.java index 198c208..95aa163 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/SetterFactory.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/SetterFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ThreadPoolProperties.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ThreadPoolProperties.java index b917bf7..e97f329 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ThreadPoolProperties.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/configuration/ThreadPoolProperties.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandler.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandler.java index a47d7ec..daf04b2 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandler.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandler.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.execution; diff --git a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommand.java b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommand.java index 996d469..e28eda3 100644 --- a/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommand.java +++ b/hystrix-microservice-provider/src/main/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommand.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.execution; diff --git a/hystrix-microservice-provider/src/main/resources/META-INF/beans.xml b/hystrix-microservice-provider/src/main/resources/META-INF/beans.xml index 28aab7a..0b8c644 100644 --- a/hystrix-microservice-provider/src/main/resources/META-INF/beans.xml +++ b/hystrix-microservice-provider/src/main/resources/META-INF/beans.xml @@ -1,4 +1,24 @@ + + + + diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedCacheIntegrationTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedCacheIntegrationTest.java index c478059..e1447ec 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedCacheIntegrationTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedCacheIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedHystrixIntegrationTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedHystrixIntegrationTest.java index b2f2642..412eafb 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedHystrixIntegrationTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/AdvancedHystrixIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/BasicHystrixIntegrationTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/BasicHystrixIntegrationTest.java index 4556568..b5fead0 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/BasicHystrixIntegrationTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/BasicHystrixIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MetricsStreamIntegrationTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MetricsStreamIntegrationTest.java index 48e47f7..97c4195 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MetricsStreamIntegrationTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MetricsStreamIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MultipleInjectionsIntegrationTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MultipleInjectionsIntegrationTest.java index 31e351b..96c97e1 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MultipleInjectionsIntegrationTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/MultipleInjectionsIntegrationTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/SilverWareHystrixTestBase.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/SilverWareHystrixTestBase.java index ba85eab..d1cb22f 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/SilverWareHystrixTestBase.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/SilverWareHystrixTestBase.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelFieldTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelFieldTest.java index 76ca838..0f8ed6c 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelFieldTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelFieldTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelInterfaceTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelInterfaceTest.java index e5f4b8c..6306cb1 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelInterfaceTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerHighLevelInterfaceTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerLowLevelInterfaceTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerLowLevelInterfaceTest.java index 97a9a3a..b20a945 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerLowLevelInterfaceTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerLowLevelInterfaceTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerTestBase.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerTestBase.java index a16f4ce..c507e1d 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerTestBase.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/configuration/AnnotationScannerTestBase.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.configuration; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandlerTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandlerTest.java index c02517f..dce7e32 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandlerTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixMethodHandlerTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.execution; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixTestBase.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixTestBase.java index 6fbad96..93490a0 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixTestBase.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/HystrixTestBase.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.execution; diff --git a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommandTest.java b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommandTest.java index 925f505..ee92e96 100644 --- a/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommandTest.java +++ b/hystrix-microservice-provider/src/test/java/io/silverware/microservices/providers/hystrix/execution/MicroserviceHystrixCommandTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.hystrix.execution; diff --git a/hystrix-microservice-provider/src/test/resources/META-INF/beans.xml b/hystrix-microservice-provider/src/test/resources/META-INF/beans.xml index 28aab7a..0b8c644 100644 --- a/hystrix-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/hystrix-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,4 +1,24 @@ + + + + diff --git a/microservices/src/main/java/io/silverware/microservices/Boot.java b/microservices/src/main/java/io/silverware/microservices/Boot.java index 83d4eb0..e52ab6d 100644 --- a/microservices/src/main/java/io/silverware/microservices/Boot.java +++ b/microservices/src/main/java/io/silverware/microservices/Boot.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/main/java/io/silverware/microservices/Context.java b/microservices/src/main/java/io/silverware/microservices/Context.java index 247d1ce..e3341a0 100644 --- a/microservices/src/main/java/io/silverware/microservices/Context.java +++ b/microservices/src/main/java/io/silverware/microservices/Context.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/main/java/io/silverware/microservices/Executor.java b/microservices/src/main/java/io/silverware/microservices/Executor.java index 5eae1d9..596b16e 100644 --- a/microservices/src/main/java/io/silverware/microservices/Executor.java +++ b/microservices/src/main/java/io/silverware/microservices/Executor.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/main/java/io/silverware/microservices/MicroserviceMetaData.java b/microservices/src/main/java/io/silverware/microservices/MicroserviceMetaData.java index b23325f..0dfaedd 100644 --- a/microservices/src/main/java/io/silverware/microservices/MicroserviceMetaData.java +++ b/microservices/src/main/java/io/silverware/microservices/MicroserviceMetaData.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/main/java/io/silverware/microservices/SilverWareException.java b/microservices/src/main/java/io/silverware/microservices/SilverWareException.java index 98bd151..3327093 100644 --- a/microservices/src/main/java/io/silverware/microservices/SilverWareException.java +++ b/microservices/src/main/java/io/silverware/microservices/SilverWareException.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/main/java/io/silverware/microservices/annotations/InvocationPolicy.java b/microservices/src/main/java/io/silverware/microservices/annotations/InvocationPolicy.java index 33bd3de..844796c 100644 --- a/microservices/src/main/java/io/silverware/microservices/annotations/InvocationPolicy.java +++ b/microservices/src/main/java/io/silverware/microservices/annotations/InvocationPolicy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.annotations; diff --git a/microservices/src/main/java/io/silverware/microservices/providers/MicroserviceProvider.java b/microservices/src/main/java/io/silverware/microservices/providers/MicroserviceProvider.java index a8d9f0a..29422e5 100644 --- a/microservices/src/main/java/io/silverware/microservices/providers/MicroserviceProvider.java +++ b/microservices/src/main/java/io/silverware/microservices/providers/MicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/ActiveMQSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/ActiveMQSilverService.java index b2c63c9..ec3c3db 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/ActiveMQSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/ActiveMQSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/CamelSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/CamelSilverService.java index 874d5f2..f3684d2 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/CamelSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/CamelSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/CdiSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/CdiSilverService.java index 8ea97ec..89c38c0 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/CdiSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/CdiSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/ClusterSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/ClusterSilverService.java index 336a0e6..19193c2 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/ClusterSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/ClusterSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/DroolsSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/DroolsSilverService.java index aec3460..d52d576 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/DroolsSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/DroolsSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/HttpInvokerSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/HttpInvokerSilverService.java index 1c0bb44..2682fe9 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/HttpInvokerSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/HttpInvokerSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/HttpServerSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/HttpServerSilverService.java index 41d6692..867367a 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/HttpServerSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/HttpServerSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/HystrixSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/HystrixSilverService.java index f04e48a..9a5d60e 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/HystrixSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/HystrixSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/MonitoringSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/MonitoringSilverService.java index 7f50cf9..a87ba74 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/MonitoringSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/MonitoringSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/ProvidingSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/ProvidingSilverService.java index 99cb5de..2511054 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/ProvidingSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/ProvidingSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/RestClientSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/RestClientSilverService.java index de90a75..f9245ec 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/RestClientSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/RestClientSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/SilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/SilverService.java index e2b72f1..4b07c8f 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/SilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/SilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/VertxSilverService.java b/microservices/src/main/java/io/silverware/microservices/silver/VertxSilverService.java index 580b07e..e64ee9f 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/VertxSilverService.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/VertxSilverService.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2014 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/cluster/Invocation.java b/microservices/src/main/java/io/silverware/microservices/silver/cluster/Invocation.java index 7f5d8b8..72107eb 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/cluster/Invocation.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/cluster/Invocation.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.cluster; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/cluster/LocalServiceHandle.java b/microservices/src/main/java/io/silverware/microservices/silver/cluster/LocalServiceHandle.java index 3cd4e3e..b8cdbab 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/cluster/LocalServiceHandle.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/cluster/LocalServiceHandle.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.cluster; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/cluster/RemoteServiceHandlesStore.java b/microservices/src/main/java/io/silverware/microservices/silver/cluster/RemoteServiceHandlesStore.java index 48ed447..50e9f55 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/cluster/RemoteServiceHandlesStore.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/cluster/RemoteServiceHandlesStore.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.cluster; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/cluster/ServiceHandle.java b/microservices/src/main/java/io/silverware/microservices/silver/cluster/ServiceHandle.java index 5511585..a41f8ef 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/cluster/ServiceHandle.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/cluster/ServiceHandle.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.cluster; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/http/ServletDescriptor.java b/microservices/src/main/java/io/silverware/microservices/silver/http/ServletDescriptor.java index 391623c..16c54bd 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/http/ServletDescriptor.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/http/ServletDescriptor.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.http; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategy.java b/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategy.java index 75436d1..b19c61b 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategy.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategyFactory.java b/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategyFactory.java index a9808e8..584a504 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategyFactory.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/LookupStrategyFactory.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategy.java b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategy.java index d33ac24..2b763a6 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategy.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategy.java b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategy.java index b102e0d..1c97518 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategy.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategy.java b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategy.java index f33329b..ff374e0 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategy.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 - 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategy.java b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategy.java index 03523e7..e18bb4c 100644 --- a/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategy.java +++ b/microservices/src/main/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategy.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/main/java/io/silverware/microservices/util/BootUtil.java b/microservices/src/main/java/io/silverware/microservices/util/BootUtil.java index e8b8e7a..1ef0529 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/BootUtil.java +++ b/microservices/src/main/java/io/silverware/microservices/util/BootUtil.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/main/java/io/silverware/microservices/util/ClassLoaderUtil.java b/microservices/src/main/java/io/silverware/microservices/util/ClassLoaderUtil.java index f2bbf4e..19da93d 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/ClassLoaderUtil.java +++ b/microservices/src/main/java/io/silverware/microservices/util/ClassLoaderUtil.java @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ package io.silverware.microservices.util; import org.apache.logging.log4j.LogManager; diff --git a/microservices/src/main/java/io/silverware/microservices/util/DeployStats.java b/microservices/src/main/java/io/silverware/microservices/util/DeployStats.java index b3cc639..a4d900b 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/DeployStats.java +++ b/microservices/src/main/java/io/silverware/microservices/util/DeployStats.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/main/java/io/silverware/microservices/util/DeploymentScanner.java b/microservices/src/main/java/io/silverware/microservices/util/DeploymentScanner.java index 3b20c9d..dd108ce 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/DeploymentScanner.java +++ b/microservices/src/main/java/io/silverware/microservices/util/DeploymentScanner.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/main/java/io/silverware/microservices/util/Utils.java b/microservices/src/main/java/io/silverware/microservices/util/Utils.java index 2883aef..8b24fcf 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/Utils.java +++ b/microservices/src/main/java/io/silverware/microservices/util/Utils.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/main/java/io/silverware/microservices/util/VersionComparator.java b/microservices/src/main/java/io/silverware/microservices/util/VersionComparator.java index 52750e0..c858454 100644 --- a/microservices/src/main/java/io/silverware/microservices/util/VersionComparator.java +++ b/microservices/src/main/java/io/silverware/microservices/util/VersionComparator.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/main/resources/log4j2.component.properties b/microservices/src/main/resources/log4j2.component.properties index 7053223..d2be416 100644 --- a/microservices/src/main/resources/log4j2.component.properties +++ b/microservices/src/main/resources/log4j2.component.properties @@ -1 +1,20 @@ +### +# #%L +# SilverWare +#   +# Copyright (C) 2015 - 2017 the original author or authors. +#   +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# #L% +### log4j.shutdownHookEnabled=false \ No newline at end of file diff --git a/microservices/src/main/resources/log4j2.xml b/microservices/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/microservices/src/main/resources/log4j2.xml +++ b/microservices/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/microservices/src/test/java/io/silverware/microservices/BootTest.java b/microservices/src/test/java/io/silverware/microservices/BootTest.java index f77d28a..bd1f5c1 100644 --- a/microservices/src/test/java/io/silverware/microservices/BootTest.java +++ b/microservices/src/test/java/io/silverware/microservices/BootTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices; diff --git a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategyTest.java b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategyTest.java index 1d24579..7b2887e 100644 --- a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategyTest.java +++ b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/AbstractLookupStrategyTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategyTest.java b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategyTest.java index f112ddd..c992a60 100644 --- a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategyTest.java +++ b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/FirstFoundLocalLookupStrategyTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategyTest.java b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategyTest.java index daf1b3a..d14b7d9 100644 --- a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategyTest.java +++ b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RandomRobinLookupStrategyTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategyTest.java b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategyTest.java index 24c507a..9cd0fd1 100644 --- a/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategyTest.java +++ b/microservices/src/test/java/io/silverware/microservices/silver/services/lookup/RoundRobinLookupStrategyTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.silver.services.lookup; diff --git a/microservices/src/test/java/io/silverware/microservices/util/VersionComparatorTest.java b/microservices/src/test/java/io/silverware/microservices/util/VersionComparatorTest.java index 4864e83..9832377 100644 --- a/microservices/src/test/java/io/silverware/microservices/util/VersionComparatorTest.java +++ b/microservices/src/test/java/io/silverware/microservices/util/VersionComparatorTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare - * - * Copyright (C) 2015 - 2016 the original author or authors. - * + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.util; diff --git a/microservices/src/test/resources/log4j2.xml b/microservices/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/microservices/src/test/resources/log4j2.xml +++ b/microservices/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/monitoring-microservice-provider/src/main/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProvider.java b/monitoring-microservice-provider/src/main/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProvider.java index 52f04a8..4bcb531 100644 --- a/monitoring-microservice-provider/src/main/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProvider.java +++ b/monitoring-microservice-provider/src/main/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2015 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.monitoring; diff --git a/monitoring-microservice-provider/src/main/resources/jolokia-access.xml b/monitoring-microservice-provider/src/main/resources/jolokia-access.xml index ee2acb0..aa3e0d2 100644 --- a/monitoring-microservice-provider/src/main/resources/jolokia-access.xml +++ b/monitoring-microservice-provider/src/main/resources/jolokia-access.xml @@ -1,3 +1,23 @@ + + \ No newline at end of file diff --git a/monitoring-microservice-provider/src/main/resources/log4j2.xml b/monitoring-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/monitoring-microservice-provider/src/main/resources/log4j2.xml +++ b/monitoring-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/monitoring-microservice-provider/src/test/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProviderTest.java b/monitoring-microservice-provider/src/test/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProviderTest.java index b720741..5223aa0 100644 --- a/monitoring-microservice-provider/src/test/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProviderTest.java +++ b/monitoring-microservice-provider/src/test/java/io/silverware/microservices/providers/monitoring/MonitoringMicroserviceProviderTest.java @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ package io.silverware.microservices.providers.monitoring; import io.silverware.microservices.providers.http.HttpServerMicroserviceProvider; diff --git a/monitoring-microservice-provider/src/test/resources/log4j2.xml b/monitoring-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/monitoring-microservice-provider/src/test/resources/log4j2.xml +++ b/monitoring-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/pom.xml b/pom.xml index 06c127a..c88615e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 io.silverware silverware-parent @@ -277,18 +277,34 @@ false false false - -----------------------------------------------------------------------\ - -----------------------------------------------------------------------/   + SilverWare the original author or authors. apache_v2 + true + 2015 - src/main/java - src/test/java + src/main + src/test/ + + com.mycila + license-maven-plugin + 2.6 + +
com/mycila/maven/plugin/license/templates/APACHE-2.txt
+
+ + + + check + + + +
org.apache.maven.plugins maven-source-plugin diff --git a/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProvider.java b/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProvider.java index de7415d..01b3796 100644 --- a/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProvider.java +++ b/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProvider.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.rest; diff --git a/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/annotation/ServiceConfiguration.java b/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/annotation/ServiceConfiguration.java index 46268b7..98dcfd5 100644 --- a/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/annotation/ServiceConfiguration.java +++ b/rest-client-microservice-provider/src/main/java/io/silverware/microservices/providers/rest/annotation/ServiceConfiguration.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.rest.annotation; diff --git a/rest-client-microservice-provider/src/main/resources/META-INF/beans.xml b/rest-client-microservice-provider/src/main/resources/META-INF/beans.xml index e69de29..c5bfc62 100644 --- a/rest-client-microservice-provider/src/main/resources/META-INF/beans.xml +++ b/rest-client-microservice-provider/src/main/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + diff --git a/rest-client-microservice-provider/src/main/resources/log4j2.xml b/rest-client-microservice-provider/src/main/resources/log4j2.xml index de93e5c..e052413 100644 --- a/rest-client-microservice-provider/src/main/resources/log4j2.xml +++ b/rest-client-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/rest-client-microservice-provider/src/test/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProviderTest.java b/rest-client-microservice-provider/src/test/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProviderTest.java index ec24c6a..206f614 100644 --- a/rest-client-microservice-provider/src/test/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProviderTest.java +++ b/rest-client-microservice-provider/src/test/java/io/silverware/microservices/providers/rest/RestClientMicroserviceProviderTest.java @@ -1,21 +1,21 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ package io.silverware.microservices.providers.rest; diff --git a/rest-client-microservice-provider/src/test/resources/META-INF/beans.xml b/rest-client-microservice-provider/src/test/resources/META-INF/beans.xml index e69de29..c5bfc62 100644 --- a/rest-client-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/rest-client-microservice-provider/src/test/resources/META-INF/beans.xml @@ -0,0 +1,19 @@ + diff --git a/rest-client-microservice-provider/src/test/resources/log4j2.xml b/rest-client-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/rest-client-microservice-provider/src/test/resources/log4j2.xml +++ b/rest-client-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/travis.sh b/travis.sh index 5bbf911..ae0e49d 100755 --- a/travis.sh +++ b/travis.sh @@ -30,7 +30,7 @@ PING_LOOP_PID=$! # My build is using maven, but you could build anything with this, E.g. # your_build_command_1 >> $BUILD_OUTPUT 2>&1 # your_build_command_2 >> $BUILD_OUTPUT 2>&1 -mvn checkstyle::check install >> $BUILD_OUTPUT 2>&1 +mvn checkstyle::check license:check-file-header -Dlicense.licenseName=apache_v2 install >> $BUILD_OUTPUT 2>&1 # The build finished without returning an error so dump a tail of the output dump_output diff --git a/vertx-microservice-provider/src/main/java/io/silverware/microservices/annotations/Deployment.java b/vertx-microservice-provider/src/main/java/io/silverware/microservices/annotations/Deployment.java index 2c76476..4035d3e 100644 --- a/vertx-microservice-provider/src/main/java/io/silverware/microservices/annotations/Deployment.java +++ b/vertx-microservice-provider/src/main/java/io/silverware/microservices/annotations/Deployment.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.annotations; import io.silverware.microservices.enums.VerticleType; diff --git a/vertx-microservice-provider/src/main/java/io/silverware/microservices/enums/VerticleType.java b/vertx-microservice-provider/src/main/java/io/silverware/microservices/enums/VerticleType.java index 1e950a8..99f8ff2 100644 --- a/vertx-microservice-provider/src/main/java/io/silverware/microservices/enums/VerticleType.java +++ b/vertx-microservice-provider/src/main/java/io/silverware/microservices/enums/VerticleType.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.enums; /** diff --git a/vertx-microservice-provider/src/main/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProvider.java b/vertx-microservice-provider/src/main/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProvider.java index a793055..738180d 100644 --- a/vertx-microservice-provider/src/main/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProvider.java +++ b/vertx-microservice-provider/src/main/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProvider.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.Context; diff --git a/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxConstants.java b/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxConstants.java index ca81c3f..63484a7 100644 --- a/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxConstants.java +++ b/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxConstants.java @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ package io.silverware.microservices.utils; /** diff --git a/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxUtils.java b/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxUtils.java index 4065c3f..ac832be 100644 --- a/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxUtils.java +++ b/vertx-microservice-provider/src/main/java/io/silverware/microservices/utils/VertxUtils.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.utils; import io.silverware.microservices.annotations.Deployment; diff --git a/vertx-microservice-provider/src/main/resources/META-INF/beans.xml b/vertx-microservice-provider/src/main/resources/META-INF/beans.xml index 6fe7209..9a9375a 100644 --- a/vertx-microservice-provider/src/main/resources/META-INF/beans.xml +++ b/vertx-microservice-provider/src/main/resources/META-INF/beans.xml @@ -1,3 +1,22 @@ + \ No newline at end of file diff --git a/vertx-microservice-provider/src/main/resources/forbidden-verticles.xml b/vertx-microservice-provider/src/main/resources/forbidden-verticles.xml index e5234f7..203d87e 100644 --- a/vertx-microservice-provider/src/main/resources/forbidden-verticles.xml +++ b/vertx-microservice-provider/src/main/resources/forbidden-verticles.xml @@ -1,4 +1,24 @@ + + diff --git a/vertx-microservice-provider/src/main/resources/log4j2.xml b/vertx-microservice-provider/src/main/resources/log4j2.xml index aff3922..6833238 100644 --- a/vertx-microservice-provider/src/main/resources/log4j2.xml +++ b/vertx-microservice-provider/src/main/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/DeploymentAnnotationTest.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/DeploymentAnnotationTest.java index 58bcfda..3067c8e 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/DeploymentAnnotationTest.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/DeploymentAnnotationTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.annotations.Deployment; diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VerticleDeploymentTest.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VerticleDeploymentTest.java index fc77a0b..d306d50 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VerticleDeploymentTest.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VerticleDeploymentTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.providers.cdi.CdiMicroserviceProvider; diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceCDITest.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceCDITest.java index a733aae..14b95a7 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceCDITest.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceCDITest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.annotations.Microservice; diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProviderTestUtil.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProviderTestUtil.java index 8a3b47a..0b00162 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProviderTestUtil.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/VertxMicroserviceProviderTestUtil.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.providers.cdi.CdiMicroserviceProvider; diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/XMLConfigTest.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/XMLConfigTest.java index 8ac6a19..e4f6874 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/XMLConfigTest.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/XMLConfigTest.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx; import io.silverware.microservices.providers.cdi.CdiMicroserviceProvider; diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/MyGroovyVerticle.groovy b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/MyGroovyVerticle.groovy index 66a8793..a0168f2 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/MyGroovyVerticle.groovy +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/MyGroovyVerticle.groovy @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ package io.silverware.microservices.providers.vertx.verticle import io.vertx.core.logging.LoggerFactory diff --git a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/TestVerticle.java b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/TestVerticle.java index 2af2cf3..1973399 100644 --- a/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/TestVerticle.java +++ b/vertx-microservice-provider/src/test/java/io/silverware/microservices/providers/vertx/verticle/TestVerticle.java @@ -1,23 +1,22 @@ /* - * -----------------------------------------------------------------------\ + * #%L * SilverWare *   - * Copyright (C) 2016 the original author or authors. + * Copyright (C) 2015 - 2017 the original author or authors. *   * 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 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * -----------------------------------------------------------------------/ + * #L% */ - package io.silverware.microservices.providers.vertx.verticle; import io.silverware.microservices.providers.vertx.VerticleDeploymentTest; diff --git a/vertx-microservice-provider/src/test/resources/META-INF/beans.xml b/vertx-microservice-provider/src/test/resources/META-INF/beans.xml index e10a85a..b7548f5 100644 --- a/vertx-microservice-provider/src/test/resources/META-INF/beans.xml +++ b/vertx-microservice-provider/src/test/resources/META-INF/beans.xml @@ -1,3 +1,23 @@ + + \ No newline at end of file diff --git a/vertx-microservice-provider/src/test/resources/example.json b/vertx-microservice-provider/src/test/resources/example.json index ea5531e..146c57e 100644 --- a/vertx-microservice-provider/src/test/resources/example.json +++ b/vertx-microservice-provider/src/test/resources/example.json @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ { "foo": "FOO", "bar": "BaR" diff --git a/vertx-microservice-provider/src/test/resources/javascriptVerticle.js b/vertx-microservice-provider/src/test/resources/javascriptVerticle.js index 922b64e..4b1abf7 100644 --- a/vertx-microservice-provider/src/test/resources/javascriptVerticle.js +++ b/vertx-microservice-provider/src/test/resources/javascriptVerticle.js @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ var log = Java.type("io.vertx.core.logging.LoggerFactory").getLogger('javascriptVerticle'); var server; diff --git a/vertx-microservice-provider/src/test/resources/javascriptVerticle2.js b/vertx-microservice-provider/src/test/resources/javascriptVerticle2.js index 0193fef..e46292d 100644 --- a/vertx-microservice-provider/src/test/resources/javascriptVerticle2.js +++ b/vertx-microservice-provider/src/test/resources/javascriptVerticle2.js @@ -1,3 +1,22 @@ +/* + * #%L + * SilverWare + *   + * Copyright (C) 2015 - 2017 the original author or authors. + *   + * 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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ var log = Java.type("io.vertx.core.logging.LoggerFactory").getLogger('javascriptVerticle2'); var server; var context = Vertx.currentContext(); diff --git a/vertx-microservice-provider/src/test/resources/log4j2.xml b/vertx-microservice-provider/src/test/resources/log4j2.xml index 8e10709..4e96e1d 100644 --- a/vertx-microservice-provider/src/test/resources/log4j2.xml +++ b/vertx-microservice-provider/src/test/resources/log4j2.xml @@ -1,4 +1,24 @@ + + diff --git a/vertx-microservice-provider/src/test/resources/vertx-config.xml b/vertx-microservice-provider/src/test/resources/vertx-config.xml index 77dd665..48145a4 100644 --- a/vertx-microservice-provider/src/test/resources/vertx-config.xml +++ b/vertx-microservice-provider/src/test/resources/vertx-config.xml @@ -1,4 +1,24 @@ + +