Commit Graph

87 Commits

Author SHA1 Message Date
Guillaume Polaert 58ec657a05 formatting 2017-08-01 13:39:36 +02:00
Guillaume Polaert 97e7228ce6 Improving spring example 2017-08-01 13:39:36 +02:00
Emanuele Palazzetti e5208264ab
[example] add README to the rest-spark 2017-08-01 12:53:26 +02:00
Emanuele Palazzetti 2a939cb8b6 [example] downgrade Mongo contrib module to 0.0.2 because of incompatibility 2017-08-01 12:42:22 +02:00
Emanuele Palazzetti afa60efcdf [example] use the Gradle application plugin instead of shadowJar 2017-08-01 12:42:22 +02:00
Emanuele Palazzetti c71bc1bb78 [example] add logger configuration 2017-08-01 12:42:22 +02:00
Emanuele Palazzetti 5f4b311a90 [example] add gradle wrapper to rest-spark example 2017-08-01 12:42:22 +02:00
Emanuele Palazzetti 563171d8f9 [example] create restspark package to build it with gradlew 2017-08-01 12:42:22 +02:00
Guillaume Polaert b652c25242 some stuff needed 2017-07-28 09:20:38 +02:00
Guillaume Polaert ee84eb689c Formatting 2017-07-28 09:20:32 +02:00
Emanuele Palazzetti da58bb89e9 [example] add Spark framework example 2017-07-28 09:20:27 +02:00
Emanuele Palazzetti 16a6447cb7
[example] update import order 2017-07-27 21:31:06 +02:00
Emanuele Palazzetti be8e3ef1bf
[example] update Spark example so it runs with dd-java-agent 2017-07-27 21:20:17 +02:00
Emanuele Palazzetti d10e8e0c34 [example] add Spark framework example (#60)
* [example] add Spark framework example
* [example] formatting
2017-07-27 21:09:58 +02:00
Tyler Benson 5bfff0bece Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
Tyler Benson e8dbc34bea Apply consistent formatting to other files 2017-07-19 08:09:19 -07:00
Tyler Benson 5167cd6916 Fix signing on master
Also fix more docs with beta note and version.
2017-07-19 08:01:40 -07:00
Tyler Benson 05fc670063 Fix concurrency problem with DDSpanContext
Also apply Java 1.8 compatability to async-tracing example.
2017-07-17 11:07:54 -07:00
Guillaume Polaert acaf9e5116 Adding async examples 2017-07-17 14:14:47 +02:00
Tyler Benson 232801ab62 Another pass on improving the docs 2017-07-12 14:30:08 -07:00
Tyler Benson 2d89ee0d54 Apply automatic formatting
via `./gradlew googleJavaFormat`
2017-07-12 07:47:19 -07:00
Tyler Benson 2181ba5923 Merge branch 'master' into tyler/upload-artifacts 2017-07-12 07:25:03 -07:00
Guillaume Polaert 098dffc463 Merge branch 'master' into gpolaert/dropwizard 2017-07-12 11:18:33 +02:00
Tyler Benson 840ada4650 Enable uploading to local artifactory. 2017-07-11 17:12:27 -07:00
Tyler Benson 78969ce6f0 Merge pull request #41 from DataDog/tyler/rename-build.gradle
Rename build.gradle scripts to match project name.
2017-07-11 07:27:11 -07:00
Guillaume Polaert 24c863660b Dropwizard documentation 2017-07-11 13:38:16 +02:00
Tyler Benson 8d9bdef4b7 Rename build.gradle scripts to match project name.
This will help in finding build scripts inside the IDE.
2017-07-10 16:12:15 -07:00
Tyler Benson b5949495d3 Merge pull request #29 from DataDog/gpolaert/documentation
Documentation
2017-07-10 10:36:39 -07:00
Tyler Benson 586c7eab0c Use h2 instead of mysql for example project to simplify 2017-07-07 11:05:17 -07:00
Tyler Benson 95c7a5ac08 Finish updating gradle and remove maven pom's. 2017-07-06 15:56:32 -07:00
Tyler Benson ca36e9fbc1 Exclude java 9 compiled files from shadow jar. 2017-07-06 12:10:14 -07:00
Guillaume Polaert 4b9d5f4174 Improving Spring Boot documentation 2017-07-06 12:45:21 +02:00
Tyler Benson bf15a139d5 Remove tagsKV from @Trace annotation 2017-07-03 16:14:35 -07:00
Tyler Benson 5a6bd2d002 Add gradle build scripts.
Currently has issues with shadow jar due to Java 9 compiled classes inside byteman used by dd-java-agent.
2017-06-30 11:35:57 -07:00
Tyler Benson 050f73c55d Disable publish for non-artifact modules. 2017-06-28 11:57:46 -04:00
Tyler Benson 4de69c36b8 Review Fixes
Fix package names.
Revert oddness in pom file.
2017-06-28 11:14:32 -04:00
Tyler Benson cee31b4067 Rename packages for consistency 2017-06-27 16:34:32 -04:00
Guillaume Polaert aadc526338 refactoring the version checker 2017-06-26 16:55:54 -04:00
Guillaume Polaert ccb7904ccb [maven-release-plugin] prepare for next development iteration 2017-06-20 10:29:08 -04:00
Guillaume Polaert 40bb03fb96 [maven-release-plugin] prepare release v0.1.1 2017-06-20 10:29:03 -04:00
Guillaume Polaert 1a0df4c907 [maven-release-plugin] prepare for next development iteration 2017-06-15 17:51:12 +02:00
Guillaume Polaert 003bfa1eb2 [maven-release-plugin] prepare release v0.1.0 2017-06-15 17:51:05 +02:00
Guillaume Polaert 9e6ea73e4c [maven-release-plugin] prepare for next development iteration 2017-06-13 17:28:34 +02:00
Guillaume Polaert fdf4b7af28 [maven-release-plugin] prepare release v0.0.7 2017-06-13 17:28:28 +02:00
renaudboutet 953c32b05c DDActiveSpan made closeable + Improvements & tests of the TracedClient 2017-06-09 22:51:53 +02:00
renaudboutet b56196dcf2 Merge branch 'dev' into activespans-migration 2017-06-09 19:02:34 +02:00
renaudboutet 1618e4f006 [maven-release-plugin] prepare for next development iteration 2017-06-09 16:20:09 +02:00
renaudboutet 9500b9fe2e [maven-release-plugin] prepare release v0.0.6 2017-06-09 16:19:58 +02:00
renaudboutet ed2685a0c2 Added unit tests for ActiveSpans + fixes + remove async tests about to get rebuilt 2017-06-08 15:44:01 +02:00
renaudboutet d4925f8494 [maven-release-plugin] prepare for next development iteration 2017-06-07 19:05:01 +02:00