Commit Graph

16 Commits

Author SHA1 Message Date
John Roesler 4ed7f2cd01
KAFKA-12593: Fix Apache License headers (#10452)
* Standardize license headers in scala, python, and gradle files.
* Relocate copyright attribution to the NOTICE.
* Add a license header check to `spotless` for scala files.

Reviewers: Ewen Cheslack-Postava <ewencp@apache.org>, Matthias J. Sax <mjsax@apache.org>, A. Sophie Blee-Goldman <ableegoldman@apache.org
2021-04-01 10:38:37 -05:00
Jason Gustafson 8ef1619f3e
KAFKA-12459; Use property testing library for raft event simulation tests (#10323)
This patch changes the raft simulation tests to use jqwik, which is a property testing library. This provides two main benefits:

- It simplifies the randomization of test parameters. Currently the tests use a fixed set of `Random` seeds, which means that most builds are doing redundant work. We get a bigger benefit from allowing each build to test different parameterizations.
- It makes it easier to reproduce failures. Whenever a test fails, jqwik will report the random seed that failed. A developer can then modify the `@Property` annotation to use that specific seed in order to reproduce the failure.

This patch also includes an optimization for `MockLog.earliestSnapshotId` which reduces the time to run the simulation tests dramatically.

Reviewers: Ismael Juma <ismael@juma.me.uk>, Chia-Ping Tsai <chia7712@gmail.com>, José Armando García Sancio <jsancio@gmail.com>, David Jacot <djacot@confluent.io>
2021-03-17 19:20:07 -07:00
Mickael Maison 08a4ce42aa
MINOR: Update year in NOTICE (#10308)
This is required to run a release as it is checked in release.py

Reviewers: Konstantine Karantasis <k.karantasis@gmail.com>
2021-03-15 12:18:32 +00:00
Bill Bejeck d3f9cb5cd3
MINOR: Update year in NOTICE (#8207)
Reviewers: Ismael Juma <ismael@confluent.io>
2020-03-02 15:53:23 -05:00
Ismael Juma 7d9e93ac6d
MINOR: Use https instead of http in links (#6477)
Verified that the https links work.

I didn't update the license header in this PR since that touches
so many files. Will file a separate one for that.

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2019-04-22 11:58:25 -07:00
Colin Patrick McCabe ab4deb1bcb
MINOR: update copyright year in the NOTICE file. (#6196) 2019-01-24 14:30:44 -08:00
Ewen Cheslack-Postava 2d4fb78540 MINOR: Update copyright year in NOTICE
Author: Ewen Cheslack-Postava <me@ewencp.org>

Reviewers: Jason Gustafson <jason@confluent.io>, Guozhang Wang <wangguoz@gmail.com>

Closes #4529 from ewencp/update-NOTICE-year
2018-02-05 13:42:04 -08:00
Ewen Cheslack-Postava 1b964396b8 MINOR: Update copyright year in the NOTICE file.
Author: Ewen Cheslack-Postava <me@ewencp.org>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #2460 from ewencp/minor-update-notice-year
2017-01-27 14:49:12 -08:00
Jun Rao 0d49a54269 KAFKA-3314: Add CDDL license to LICENSE and NOTICE file
Author: Jun Rao <junrao@gmail.com>

Reviewers: Guozhang Wang, Ismael Juma, Gwen Shapira

Closes #997 from junrao/kafka-3314
2016-03-03 11:43:09 -08:00
Gwen Shapira 6383593fed KAFKA-2518: Update NOTICE file
Author: Gwen Shapira <cshapi@gmail.com>

Reviewers: Guozhang Wang

Closes #404 from gwenshap/KAFKA-2518
2015-11-02 11:14:10 -08:00
Joe Stein 2a62bdb040 KAFKA-533 changes to NOTICE and LICENSE related to KAFKA-534 removing client libraries from repo
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1390788 13f79535-47bb-0310-9956-ffa450edef68
2012-09-27 00:24:56 +00:00
Joe Stein f8ce071f3f KAFKA-365 change copyright in NOTICE to current year, reviewed by Jun Rao
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1350349 13f79535-47bb-0310-9956-ffa450edef68
2012-06-14 17:47:20 +00:00
Neha Narkhede 77da5f54d7 KAFKA-221 LICENSE and NOTICE problems in Kafka 0.7; patched by jakobhoman; reviewed by junrao and nehanarkhede
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1214904 13f79535-47bb-0310-9956-ffa450edef68
2011-12-15 18:30:05 +00:00
Jakob Glen Homan 8aecab2253 KAFKA-216: Add nunit license to the NOTICE file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1208878 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 23:30:28 +00:00
Neha Narkhede 7d856dce92 KAFKA-206 add DISCLAIMER, cleanup NOTICE file; patched by chrisburroughs;reviewed by junrao
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1203439 13f79535-47bb-0310-9956-ffa450edef68
2011-11-18 00:23:44 +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