This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ip-172-31-77-145:~/Documents/Code/osso esammer$ ./gradlew --include-build ../gradle-avro-plugin clean build | |
| Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true | |
| Starting a Gradle Daemon (subsequent builds will be faster) | |
| [composite-build] Configuring build: /Users/esammer/Documents/Code/gradle-avro-plugin | |
| :gradle-avro-plugin:compileJava UP-TO-DATE | |
| :gradle-avro-plugin:compileGroovy | |
| Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true | |
| :gradle-avro-plugin:processResources UP-TO-DATE | |
| :gradle-avro-plugin:classes | |
| :gradle-avro-plugin:jar UP-TO-DATE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Note that this class is a slightly hacked up version of an internal | |
| * class used at Rocana. There may be some mistakes in the code when I | |
| * removed some Rocana-specific bits from it. I didn't test that it | |
| * compiles cleanly. | |
| */ | |
| import kafka.serializer.Encoder; | |
| import kafka.utils.VerifiableProperties; | |
| import org.apache.avro.io.DatumWriter; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Licensed to the Apache Software Foundation (ASF) under one | |
| // or more contributor license agreements. See the NOTICE file | |
| // distributed with this work for additional information | |
| // regarding copyright ownership. The ASF licenses this file | |
| // to you under the Apache License, Version 2.0 (the | |
| // "License"); you may not use this file except in compliance | |
| // with the License. You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // |
OlderNewer