Ismael Juma
3022c1938d
MINOR: Introduce `installAll` and accept major as well as full Scala version
...
We can take advantage of the fact that major Scala versions are binary compatible (since 2.10) to make the build a little more user-friendly.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Ewen Cheslack=Postava, Grant Henke
Closes #574 from ijuma/install-all-and-major-instead-of-full-version
2015-11-24 17:41:02 -08:00
Grant Henke
8f6ffe1c28
KAFKA-2800; Update outdated dependencies
...
Changes:
* org.scala-lang:scala-library [2.10.5 -> 2.10.6]
* Scala 2.10.6 resolves a license incompatibility in scala.util.Sorting
* Otherwise identical to Scala 2.10.5
* org.xerial.snappy:snappy-java [1.1.1.7 -> 1.1.2]
* Fixes SnappyOutputStream.close() is not idempotent
* net.jpountz.lz4:lz4 [1.2.0 -> 1.3]
* junit:junit [4.11 -> 4.12]
* org.easymock:easymock [3.3.1 -> 3.4]
* org.powermock:powermock-api-easymock [1.6.2 -> 1.6.3]
* org.powermock:powermock-module-junit4 [1.6.2 -> 1.6.3]
* org.slf4j:slf4j-api [1.7.6 -> 1.7.12]
* org.slf4j:slf4j-log4j12 [1.7.6 -> 1.7.12]
* com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider [2.5.4 -> 2.6.3]
* com.fasterxml.jackson.core:jackson-databind [2.5.4 -> 2.6.3]
* org.eclipse.jetty:jetty-server [9.2.12.v20150709 -> 9.2.14.v20151106]
* org.eclipse.jetty:jetty-servlet [9.2.12.v20150709 -> 9.2.14.v20151106]
* org.bouncycastle:bcpkix-jdk15on [1.52 -> 1.53]
* net.sf.jopt-simple:jopt-simple [3.2 -> 4.9]
* removed explicit entry for org.objenesis:objenesis:2.2 (resolved transitively)
Author: Grant Henke <granthenke@gmail.com>
Reviewers: Ismael Juma <ismael@juma.me.uk>, Jun Rao <junrao@gmail.com>
Closes #513 from granthenke/update-deps
2015-11-18 10:42:15 -08:00
Grant Henke
69af573b35
KAFKA-2783; Drop outdated hadoop contrib modules
...
Author: Grant Henke <granthenke@gmail.com>
Reviewers: Gwen Shapira
Closes #466 from granthenke/drop-contrib
2015-11-09 11:02:46 -08:00
Gabriel Avellaneda
241b9ab58d
MINOR: Fixed README examples on running specific tests.
...
Author: GabrielNicolasAvellaneda <avellaneda.gabriel@gmail.com>
Reviewers: Ismael Juma, Ewen Cheslack-Postava
Closes #268 from GabrielNicolasAvellaneda/readme-updates
2015-10-18 22:45:27 -07:00
Ewen Cheslack-Postava
d7340503a1
KAFKA-2613; Make maxParallelForks configurable via Gradle config so it can be turned down on shared build infrastructure.
...
Author: Ewen Cheslack-Postava <me@ewencp.org>
Reviewers: Ismael Juma, Sriharsha Chintalapani
Closes #293 from ewencp/kafka-2613-user-configurable-max-forks
2015-10-12 18:26:38 -07:00
Ismael Juma
fd3a3cd595
KAFKA-2348; Drop support for Scala 2.9
...
`testAll` passed locally.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Harsha, Ewen, Guozhang
Closes #87 from ijuma/kafka-2348-drop-support-for-scala-2.9 and squashes the following commits:
cf9796a
[Ismael Juma] KAFKA-2348; Drop support for Scala 2.9
2015-07-24 09:19:59 -07:00
Ismael Juma
15cba9f00d
KAFKA-2324; Update to Scala 2.11.7
...
Author: Ismael Juma <ismael@juma.me.uk>
Closes #82 from ijuma/kafka-2324 and squashes the following commits:
d71bf5c
[Ismael Juma] KAFKA-2324; Update to Scala 2.11.7
2015-07-16 21:46:46 -07:00
Ewen Cheslack-Postava
3d8494bca3
KAFKA-2199 Make signing artifacts optional and disabled by
...
default for SNAPSHOTs and allow remote Maven repository configuration from
the command line.
2015-05-29 14:50:45 -07:00
Ismael Juma
66c6f9b1c4
kafka-2039; Update Scala to 2.10.5 and 2.11.6; patched by Ismael Juma; reviewed by Jun Rao
2015-04-01 13:26:45 -07:00
Jay Kreps
1c6d5bbac6
KAFKA-1915: Add checkstyle for java code.
2015-02-03 09:16:55 -08:00
jaikiran pai
0b171dee1f
KAFKA-1885 Upgrade junit dependency in core to 4.6 version to allow running individual test methods via gradle command line; reviewed by Neha Narkhede
2015-01-25 19:15:57 -08:00
Jun Rao
5d648cfdb1
KAFKA-1876; pom file for scala 2.11 should reference a specific version; patched by Jun Rao; reviewed by Joe Stein and Sriharsha Chintalapani
2015-01-19 11:18:23 -08:00
Joe Stein
09e2fd651e
KAFKA-1173 Using Vagrant to get up and running with Apache Kafka patch by Ewen Cheslack-Postava reviewed by Joe Stein
2014-12-05 08:37:11 -05:00
Jun Rao
27bc37289c
trivial change to README to make the gradle wrapper download clearer
2014-09-23 14:39:10 -07:00
Joe Stein
d2d1ef357b
KAFKA-1490 remove gradlew initial setup output from source distribution patch by Ivan Lyutov reviewed by Joe Stein
2014-09-23 12:06:17 -04:00
Stevo Slavic
f9d9b38143
kafka-1419 (followup); cross build for scala 2.11; patched by Stevo Slavic; reviewed by Jun Rao
2014-09-14 10:45:37 -07:00
Jun Rao
8d0ab1de70
kafka-1619; perf dir can be removed; patched by Jun Rao; reviewed by Guozhang Wang, Neha Narkhede and Stevo Slavic
2014-09-14 10:16:07 -07:00
Ivan Lyutov
4d0759713f
kafka-1419; cross build for scala 2.11; patched by Ivan Lyutov; reviewed by Joe Stein and Jun Rao
2014-08-10 21:20:30 -07:00
Joel Koshy
037c054be2
KAFKA-1362; Publish sources and javadoc jars; (also removed Scala 2.8.2-specific actions). Reviewed by Jun Rao and Joe Stein
2014-04-18 13:26:35 -07:00
Stevo Slavic
75d5f5bff8
kafka-1375; Formatting for in README.md is broken; patched by Stevo Slavic; reviewed by Jun Rao
2014-04-09 08:24:13 -07:00
Jun Rao
80e92064dc
kafka-1297; releaseTarGz target needs signing task; trivial change to README.
2014-03-20 09:08:19 -07:00
Jun Rao
220cc842a6
kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede
2014-02-28 13:53:37 -08:00
Joe Stein
16c69a844f
KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao
2014-02-19 10:53:11 -05:00
Joe Stein
5be973674f
KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede
2014-02-13 22:45:53 -05:00
Jun Rao
b494cd9de6
kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede
2014-02-12 08:22:51 -08:00
Jun Rao
52614ad65e
kafka-1171; Gradle build for Kafka; patched by David Arthur, Joe Stein, Chris Freeman and Jun Rao; reviewed by Guozhang Wang, Joel Koshy and Neha Narkhede
2014-02-07 13:48:04 -08:00
Jun Rao
b384c27c33
kafka-954; tidy up README file for better general availability; patched by Jun Rao; reviewed by Joe Stein and Neha Narkhede
2013-10-08 13:04:12 -07:00
Jay Kreps
14af713252
Misc. minor house-keeping fixes: add reasonable GC settings, fix up README, fix up example configs, fix the logging for tools, use a log directory for logs instead of the root directory.
2013-08-05 10:10:18 -07:00
Joe Stein
e6aa600813
KAFKA-139 cross-compile multiple Scala versions and upgrade to SBT 0.12.1 patch by Derek Chen-Becker reviewed by Joe Stein
2013-01-21 14:41:47 -05:00
Derek Chen-Becker
45cb03d456
Re-applied old patch from KAFKA-139
...
Had to make some additional changes based on further mainline work. Leaving
KafkaProject.scala in place as a reference for now.
2012-12-14 17:12:38 -07:00
Chris Burroughs
e96cf1facf
Update readme links.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1156166 13f79535-47bb-0310-9956-ffa450edef68
2011-08-10 13:14:28 +00:00
Edward Jay Kreps
642da2f28c
Initial checkin of Kafka to Apache SVN. This corresponds to 709afe4ec7
except that git specific files have been removed and code has been put into trunk/branches/site/etc. This is just a copy of master, branches and history are not being converted since we can't find a good tool for it.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1152970 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 23:41:24 +00:00