This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":3,"file":"view.js","sourceRoot":"", | |
"sources":["../../../../../modules/@angular/core/src/linker/view.ts"], | |
"names":[], | |
"mappings":";;;;;;AAAA,sBAAgC,iBAAiB,CAAC,CAAA;AAClD,2BAA6D,sBAAsB,CAAC,CAAA;AACpF,qBAA+G,gBAAgB,CAAC,CAAA;AAGhI,wBAAyB,WAAW,CAAC,CAAA;AACrC,yBAAuB,YAAY,CAAC,CAAA;AACpC,0BAAuB,aAAa,CAAC,CAAA;AACrC,2BAA+G,cAAc,CAAC,CAAA;AAE9H,iCAA+E,sCAAsC,CAAC,CAAA;AACtH,wBAAmD,oBAAoB,CAAC,CAAA;AACxE,2BAA4G,cAAc,CAAC,CAAA;AAC3H,8BAAgD,iBAAiB,CAAC,CAAA;AAClE,iCAA8B,oBAAoB,CAAC,CAAA;AAKnD,uCAAmC,qCAAqC,CAAC,CAAA;AAIzE,6CAAwC,2CAA2C,CAAC,CAAA;AAEpF,IAAI,YAAY,GAAe,wBAAc,CAAC,yBAAyB,CAAC,CAAC;AAEzE;;;GAGG;AACH;IA0BE,iBACW,KAAU,EAAS,aAAkC,EAAS,IAAc,EAC5E,SAAoB,EAAS,cAAwB,EACrD,qBAAiC,EAAS,MAA+B;QAFzE,UAAK,GAAL,KAAK,CAAK;QAAS,kBAAa,GAAb,aAAa,CAAqB;QAAS,SAAI,GAAJ,IAAI,CAAU;QAC5E,cAAS,GAAT,SAAS,CAAW;QAAS,mBAAc,GAAd,cAAc,CAAU;QACrD,0BAAqB,GAArB,qBAAqB,CAAY;QAAS,WAAM,GAAN,MAAM,CAAyB;QAvBpF,oBAAe,GAAmB,EAAE,CAAC;QACrC,iBAAY,GAAmB,EAAE,CAAC;QAClC,yBAAoB,GAAe,IAAI,CAAC;QAExC,kFAAkF;QAClF,8BAA8B;QAC9B,YAAO,GAAwB, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by user anonymous | |
Running: Allocate node : Start | |
Running on master in /var/lib/jenkins/jobs/JobDsl workflow/workspace | |
Running: Allocate node : Body : Start | |
Running: Shell Script | |
[workspace] Running shell script | |
+ rm -Rf LICENSE pom.xml pom.xml.bak submodule .git | |
Running: Git | |
Cloning the remote Git repository | |
Cloning repository https://github.com/nithril/jenkins-jobdsl-project1.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"foobar01": "Lorem ipsum dolor sit amet", | |
"foobar02": "Lorem ipsum dolor sit amet", | |
"foobar03": "Lorem ipsum dolor sit amet", | |
"foobar04": "Lorem ipsum dolor sit amet", | |
"foobar05": "Lorem ipsum dolor sit amet", | |
"foobar06": "Lorem ipsum dolor sit amet", | |
"foobar07": "Lorem ipsum dolor sit amet", | |
"foobar08": "Lorem ipsum dolor sit amet", | |
"foobar09": "Lorem ipsum dolor sit amet", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.junit.Assert; | |
import org.testng.annotations.Test; | |
import reactor.core.Environment; | |
import reactor.rx.Stream; | |
import reactor.rx.spec.Streams; | |
import java.util.List; | |
import java.util.concurrent.CountDownLatch; | |
import java.util.concurrent.TimeUnit; | |
import java.util.stream.Collectors; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment env = new Environment(); | |
Reactor reactor = Reactors.reactor() | |
.env(env) | |
.dispatcher(Environment.THREAD_POOL) | |
.get(); | |
reactor.on(Selectors.$("worker"), new Consumer() { | |
@Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.junit.Test; | |
import rx.schedulers.Schedulers; | |
import java.util.ArrayList; | |
import java.util.List; | |
/** | |
* Created by nithril on 06/04/14. | |
*/ | |
public class RxJavaTest { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Bean{ | |
int a; | |
int b; | |
} | |
//Generates | |
enum BeanFields{ | |
A("a"), | |
B("b") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import groovy.transform.TypeChecked | |
import org.nigajuan.lilactu.indexer.core.Coerce | |
import org.testng.annotations.Test | |
class AstTest { | |
static class MyBean { | |
public MyBean(int a, int b) { | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.springsource.loaded.agent; | |
import java.io.File; | |
import java.io.IOException; | |
import java.lang.ref.WeakReference; | |
import java.lang.reflect.InvocationTargetException; | |
import java.lang.reflect.Method; | |
import java.net.URISyntaxException; | |
import java.nio.file.FileVisitResult; | |
import java.nio.file.Files; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public void reloadEvent(String typename, Class<?> clazz, String encodedTimestamp) { | |
log.info("typename=" + typename + "\nclazz=" + clazz.getName() + "\ntimestamp=" + encodedTimestamp); | |
if (!lastTimestamp.equals(encodedTimestamp)) { | |
log.info("Hot reloading in progress..."); | |
lastTimestamp = encodedTimestamp; | |
CachedIntrospectionResults.clearClassLoader(clazz.getClassLoader()); | |
Introspector.flushFromCaches(clazz); | |
DefaultListableBeanFactory beanFactory = (DefaultListableBeanFactory) applicationContext.getBeanFactory(); |