Organisation Flapdoodle OSS
We are now a github organisation. You are invited to participate. Staring with version 2 we are going to support only java 8 or higher. If you are looking for the older version you can find it in the 1.7 branch.
Embedded Process Util
Embedded Process Util will provide a platform neutral way for running processes in unittests.
Why?
- its easy, much easier as installing right version by hand
- you can change version per test
License
We use http://www.apache.org/licenses/LICENSE-2.0
Howto
Maven
Stable (Maven Central Repository, Released: 15.04.2016 - wait 24hrs for maven central)
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.process</artifactId>
<version>2.0.1</version>
</dependency>
Snapshots (Repository http://oss.sonatype.org/content/repositories/snapshots)
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.process</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>
Projects using this Tool
- Embedded MongoDB de.flapdoodle.embed.mongo
- Embedded Redis de.flapdoodle.de.embed.redis
- Embedded Memcached de.flapdoodle.embed.memcached
- Embedded node.js nodejs.embed.flapdoodle.de
- Embedded PostgreSQL ru.yandex.qatools.embed
- Embedded MySQL com.wix.mysql
- Embedded Consul com.github.golovnin.embedded.consul
- Embedded Vault com.github.golovnin.embedded.vault
- Embedded InfluxDB io.apisense.embed.influx
Changelog
2.0.2 (SNAPSHOT)
2.0.1
- bugfix for wrong path of executable
2.0.0
- java 8
1.50.2
- starter accepts custom distribution
1.50.1
- processId is of type long
1.50.0
- major refactoring, api changes
1.41.2
- fixed NPE when getting the next entry from a Zip Archive
1.41.1
- jdk9 support thanks to https://github.com/gunnarmorling
1.41.0
- changed logging to slf4j
1.40.1
- bugfixes in CachedArtifactStore
1.40.0
- ILibraryStore now uses Distribution instead of Platform
- Artifact is now a valid OSGi bundle - thanks to https://github.com/bertramn
1.39.0
- proxy support
1.38
- improved error logging
1.37
- detect executable creation collision
1.36
1.35
- minor api change
1.34
- write pid file for every executable
1.33
- artifact store refactoring to support extraction of library files
1.32
- solaris detection fixed
1.31
- solaris support added
1.30
- fixed daemon thread problem
- fixed multiple stop calls problem
1.29
- added more builder for configurations
1.28
- added download timeout config
1.27
- generic process builder (download and start packages)
- minor improvments
- better network ipv6 detection error message
1.26
- major api changes, easier configuration
1.25
- fixed NPE on process start
- support sub dirs in temp file creation (thanks to matthewadams)
1.24
- fixed NPE on process start
1.23
- fixed some shutdown race conditions
- removed File.deleteOnExit
- shutdown hock refactoring
1.22
- you can change temp dir with code or system property "de.flapdoodle.embed.io.tmpdir"
1.21
- "archive type" exe supported
1.20
- creating subdirs if needed
1.19
- initial cut out from Embedded MongoDB Project
1.18
Usage
NOT DOCUMENTED