Konstantine Karantasis
aad9384066
MINOR: Extract SCALA_BINARY_VERSION from SCALA_VERSION
...
Will allow users to set one fewer environment variable if they need to
change scala version. Still, SCALA_BINARY_VERSION can be explicitly set.
Author: Konstantine Karantasis <konstantine@confluent.io>
Reviewers: Ismael Juma <ismael@juma.me.uk>
Closes #2130 from kkonstantine/MINOR-Extract-SCALA_BINARY_VERSION-from-SCALA_VERSION
8 years ago
Jaikiran Pai
6fb25f080f
MINOR: Update the README.md to include a note about GRADLE_USER_HOME
...
Trying to build the source and publish it to internal Maven repo, I ran into an issue that I explain in the mailing list discussion here https://www.mail-archive.com/devkafka.apache.org/msg56359.html .
The commit here updates the README.md to make a note that the GRADLE_USER_HOME environment variable plays a role in deciding which file to add the maven configs to.
Author: Jaikiran Pai <jaikiran.pai@gmail.com>
Reviewers: Ismael Juma <ismael@juma.me.uk>
Closes #1837 from jaikiran/readme-update-grade-user-home
8 years ago
David Chen
c1bce2d757
KAFKA-4162: Fixed typo "rebalance"
...
Author: David Chen <mvjome@gmail.com>
Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>
Closes #1853 from mvj3/KAFKA-4162
8 years ago
Guozhang Wang
76ca6f8cc1
MINOR: Add user overridden test logging events
...
Author: Guozhang Wang <wangguoz@gmail.com>
Reviewers: Ismael Juma <ismael@juma.me.uk>
Closes #1456 from guozhangwang/Kminor-test-logging
9 years ago
Ismael Juma
9791401a77
KAFKA-3717; Support building aggregate javadoc for all project modules
...
The task is called `aggregatedJavadoc` and the generated html will be under `<project.dir>/build/docs/javadoc/`.
I also disabled javadoc for `tools` and `log4j-appender` as they are not public API.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #1398 from ijuma/kafka-3717-aggregate-javadoc
9 years ago
Grant Henke
623ab1e7c6
KAFKA-3451: Add basic HTML coverage report generation to gradle
...
Author: Grant Henke <granthenke@gmail.com>
Reviewers: Gwen Shapira, Ismael Juma, Ewen Cheslack-Postava
Closes #1121 from granthenke/coverage
9 years ago
Ismael Juma
ee9995583a
KAFKA-3357; Update to Scala 2.11.8
...
Scala 2.11.8 has been released with a number of bug fixes:
* http://www.scala-lang.org/news/2.11.8/
There are a few important collection fixes:
* https://issues.scala-lang.org/browse/SI-9497
* https://github.com/scala/scala/pull/4714
* https://github.com/scala/scala/pull/4693
And also some pattern matcher fixes.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Grant Henke, Ashish Singh
Closes #1032 from ijuma/kafka-3357-update-to-scala-2.11.8
9 years ago
Grant Henke
f25fe02d99
KAFKA-3286: Add plugin to quickly check for outdated dependencies
...
Adds a gradle task to generate a report of outdate release dependencies:
`gradle dependencyUpdates`
Updates a few minor versions.
Author: Grant Henke <granthenke@gmail.com>
Reviewers: Ismael Juma, Gwen Shapira
Closes #973 from granthenke/outdated-deps
9 years ago
Vahid Hashemian
1388ed9ba2
KAFKA-3116; Specify minimum Gradle version required in Readme
...
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>
Reviewers: Gwen Shapira
Closes #813 from vahidhashemian/KAFKA-3116
9 years ago
Ismael Juma
8d67485799
MINOR: Add property to configure showing of standard streams in Gradle
...
This is handy when debugging certain kinds of Jenkins failures.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Ewen Cheslack-Postava <ewen@confluent.io>
Closes #739 from ijuma/gradle-show-standard-streams
9 years ago
Ismael Juma
9545cc8834
MINOR: Improve README
...
Mention Java 7 requirement, fix and improve formatting and remove obsolete reference to SVN website.
Author: Ismael Juma <ismael@juma.me.uk>
Reviewers: Sriharsha Chintalapani <harsha@hortonworks.com>, Jason Gustafson <jason@confluent.io>
Closes #677 from ijuma/mention-java-requirement-in-readme
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
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.
10 years ago
Ismael Juma
66c6f9b1c4
kafka-2039; Update Scala to 2.10.5 and 2.11.6; patched by Ismael Juma; reviewed by Jun Rao
10 years ago
Jay Kreps
1c6d5bbac6
KAFKA-1915: Add checkstyle for java code.
10 years ago
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
10 years ago
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
10 years ago
Joe Stein
09e2fd651e
KAFKA-1173 Using Vagrant to get up and running with Apache Kafka patch by Ewen Cheslack-Postava reviewed by Joe Stein
10 years ago
Jun Rao
27bc37289c
trivial change to README to make the gradle wrapper download clearer
10 years ago
Joe Stein
d2d1ef357b
KAFKA-1490 remove gradlew initial setup output from source distribution patch by Ivan Lyutov reviewed by Joe Stein
10 years ago
Stevo Slavic
f9d9b38143
kafka-1419 (followup); cross build for scala 2.11; patched by Stevo Slavic; reviewed by Jun Rao
10 years ago
Jun Rao
8d0ab1de70
kafka-1619; perf dir can be removed; patched by Jun Rao; reviewed by Guozhang Wang, Neha Narkhede and Stevo Slavic
10 years ago
Ivan Lyutov
4d0759713f
kafka-1419; cross build for scala 2.11; patched by Ivan Lyutov; reviewed by Joe Stein and Jun Rao
10 years ago
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
11 years ago
Stevo Slavic
75d5f5bff8
kafka-1375; Formatting for in README.md is broken; patched by Stevo Slavic; reviewed by Jun Rao
11 years ago
Jun Rao
80e92064dc
kafka-1297; releaseTarGz target needs signing task; trivial change to README.
11 years ago
Jun Rao
220cc842a6
kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede
11 years ago
Joe Stein
16c69a844f
KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao
11 years ago
Joe Stein
5be973674f
KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede
11 years ago
Jun Rao
b494cd9de6
kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede
11 years ago
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
11 years ago
Jun Rao
b384c27c33
kafka-954; tidy up README file for better general availability; patched by Jun Rao; reviewed by Joe Stein and Neha Narkhede
11 years ago
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.
11 years ago
Joe Stein
dc9edc4622
fixed incubation url
...
Signed-off-by: Joe Stein <joestein@apache.org>
12 years ago
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.
12 years ago
Chris Burroughs
e96cf1facf
Update readme links.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1156166 13f79535-47bb-0310-9956-ffa450edef68
13 years ago
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
13 years ago