[GitHub] avro pull request #259: [AVRO-2106] Start splitting jetty/netty out of avro-...

2017-11-17 Thread dkulp
GitHub user dkulp opened a pull request: https://github.com/apache/avro/pull/259 [AVRO-2106] Start splitting jetty/netty out of avro-ipc This is not ready to be merged, but wanted to prototype this to start a discussion to see if this is the right track. Basically, I

[GitHub] avro pull request #245: [AVRO-2051] Remove synchronization for JsonPropertie...

2017-09-08 Thread dkulp
GitHub user dkulp opened a pull request: https://github.com/apache/avro/pull/245 [AVRO-2051] Remove synchronization for JsonProperties.getJsonProp This change does two basic things: Makes "props" a private field and requires the subclasses to access it via the

[GitHub] avro pull request #236: [AVRO-2051] Remove synchronization for JsonPropertie...

2017-09-08 Thread dkulp
Github user dkulp closed the pull request at: https://github.com/apache/avro/pull/236 ---

[GitHub] avro pull request #244: [AVRO-1213] Update to latest release of Jetty

2017-09-08 Thread dkulp
GitHub user dkulp opened a pull request: https://github.com/apache/avro/pull/244 [AVRO-1213] Update to latest release of Jetty This updates the Jetty dependency to the latest Jetty release. Note: this does not address the Jetty vs. Netty thing or updates to the latest

[GitHub] avro pull request #236: [AVRO-2051] Remove synchronization for JsonPropertie...

2017-07-17 Thread dkulp
GitHub user dkulp opened a pull request: https://github.com/apache/avro/pull/236 [AVRO-2051] Remove synchronization for JsonProperties.getJsonProp This change does two basic things: 1) Makes "props" a private field and requires the subclasses to acce