Skip to content

Instantly share code, notes, and snippets.

View ilayaperumalg's full-sized avatar

Ilayaperumal Gopinathan ilayaperumalg

View GitHub Profile
2018-03-21 01:38:48.250 INFO 53817 --- [ main] .s.c.s.s.s.DeployerInitializationService : Added 'Cloud Foundry' platform account 'cf-dev' into deployer repository.
2018-03-21 01:38:48.250 INFO 53817 --- [ main] .s.c.s.s.s.DeployerInitializationService : Added 'Local' platform account 'default' into deployer repository.
2018-03-21 01:38:48.252 INFO 53817 --- [ main] o.s.c.s.s.app.SkipperServerApplication : Started SkipperServerApplication in 36.255 seconds (JVM running for 40.893)
2018-03-21 01:38:52.076 INFO 53817 --- [nio-7577-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-03-21 01:39:07.372 INFO 53817 --- [nio-7577-exec-4] o.s.s.s.DefaultStateMachineService : Acquiring machine with id a1
2018-03-21 01:39:07.372 INFO 53817 --- [nio-7577-exec-4] o.s.s.s.DefaultStateMachineService : Getting new machine from factory with id a1
2018-03-21 01:39:07.475 INFO 53817 --- [nio-7577-exec-4] o.s.s.support
13a14
>
17,19c18,20
< <!--<module name="AnnotationUseStyle">-->
< <!--<property name="elementStyle" value="compact"/>-->
< <!--</module>-->
---
> <module name="AnnotationUseStyle">
> <property name="elementStyle" value="compact"/>
> </module>
@ilayaperumalg
ilayaperumalg / definition-deploy.js
Created April 4, 2017 08:20
Check for invalid lines (newline, commented entries) from deployment properties file
diff --git a/ui/app/scripts/stream/controllers/definition-deploy.js b/ui/app/scripts/stream/controllers/definition-deploy.js
index 02cace4..416d6fd 100644
--- a/ui/app/scripts/stream/controllers/definition-deploy.js
+++ b/ui/app/scripts/stream/controllers/definition-deploy.js
@@ -64,15 +64,17 @@ define([], function () {
if (properties) {
propertiesAsMap = {};
for (let prop of properties) {
- var keyValue = prop.split('=');
- if (keyValue.length===2) {
@ilayaperumalg
ilayaperumalg / SynchronousDispatcherMessageHandlerTests
Created December 19, 2014 09:51
SynchronousDispatcherMessageHandlerTests fix (after changing the processor implmentation to send pojopong or stringpong
/*
* Copyright 2014 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
@ilayaperumalg
ilayaperumalg / gist:3f379eb7f4527f6f6da4
Created June 20, 2014 21:18
XD-1822 Migration script
/*
* Copyright 2014 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
/*
* Copyright 2013-2014 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