Skip to content

Commit ae936be

Browse files
authored
nit: the licence is comment in the source, so does not end up in the bytecode.
Signed-off-by: Piotr Płaczek <piotrpdev@gmail.com> Signed-off-by: Piotr Płaczek <piotrpdev@gmail.com>
1 parent e96df5f commit ae936be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proposals/116-kafka-api-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For a 1.0 release, Kroxylicious needs a stable public API surface that the proje
3333

3434
Every type that appears in Kroxylicious's public API should live in a Kroxylicious namespace. This means a single breaking change for filter developers - one import migration - rather than a drip of repeated breakage as Kafka reorganises its internals.
3535

36-
"Own the surface" does not mean "rewrite everything from scratch." The shaded and generated artifacts redistribute `kafka-clients` bytecode under the same Apache 2.0 licence. The original Apache Software Foundation copyright notices are preserved in the bytecode. The underlying implementations can be replaced with Kroxylicious-native ones incrementally, gated by the verification harness proving each replacement is correct.
36+
"Own the surface" does not mean "rewrite everything from scratch." The shaded and generated artifacts redistribute `kafka-clients` bytecode under the same Apache 2.0 licence. The original Apache Software Foundation copyright notices are preserved. The underlying implementations can be replaced with Kroxylicious-native ones incrementally, gated by the verification harness proving each replacement is correct.
3737

3838
### Approach: shade `kafka-clients` via a dedicated repo
3939

0 commit comments

Comments
 (0)