[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292697#comment-17292697
 ] 

ASF subversion and git services commented on AVRO-3057:
---

Commit 29bebe6aa96fffa1c6f3d37d39fd641418ac527b in avro's branch 
refs/heads/branch-1.10 from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=29bebe6 ]

AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#)

Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.8-4 to 1.4.8-6.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.4.8-4...v1.4.8-6)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3057
> URL: https://issues.apache.org/jira/browse/AVRO-3057
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0, 1.10.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (AVRO-3056) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread Ryan Skraba (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Skraba resolved AVRO-3056.
---
Resolution: Duplicate

Thanks!  See AVRO-3052 and AVRO-3057 (the latter was dependabot PR that was 
eventually merged to master and cherry-picked to 1.10.2).  You should see this 
version bump appear soon!

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3056
> URL: https://issues.apache.org/jira/browse/AVRO-3056
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.11.0
>Reporter: Dongjoon Hyun
>Assignee: Dongjoon Hyun
>Priority: Major
> Fix For: 1.10.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread Ryan Skraba (Jira)


 [ 
https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ryan Skraba updated AVRO-3057:
--
Fix Version/s: 1.10.2

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3057
> URL: https://issues.apache.org/jira/browse/AVRO-3057
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0, 1.10.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [avro] dongjoon-hyun opened a new pull request #1114: AVRO-3060: Support ZSTD level and BufferPool options

2021-02-28 Thread GitBox


dongjoon-hyun opened a new pull request #1114:
URL: https://github.com/apache/avro/pull/1114


   This PR aims to support additional ZSTD options.
   - avro.mapred.zstd.level
   - avro.mapred.zstd.bufferpool
   
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [ ] My PR addresses the following [Avro 
Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them 
in the PR title. For example, "AVRO-1234: My Avro PR"
 - https://issues.apache.org/jira/browse/AVRO-XXX
 - In case you are adding a dependency, check if the license complies with 
the [ASF 3rd Party License 
Policy](https://www.apache.org/legal/resolved.html#category-x).
   
   ### Tests
   
   - [ ] My PR adds the following unit tests __OR__ does not need testing for 
this extremely good reason:
   
   ### Commits
   
   - [ ] My commits all reference Jira issues in their subject lines. In 
addition, my commits follow the guidelines from "[How to write a good git 
commit message](https://chris.beams.io/posts/git-commit/)":
 1. Subject is separated from body by a blank line
 1. Subject is limited to 50 characters (not including Jira issue reference)
 1. Subject does not end with a period
 1. Subject uses the imperative mood ("add", not "adding")
 1. Body wraps at 72 characters
 1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [ ] In case of new functionality, my PR adds documentation that describes 
how to use it.
 - All the public functions and the classes in the PR contain Javadoc that 
explain what it does
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (AVRO-3060) Support ZSTD level and BufferPool options

2021-02-28 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created AVRO-3060:
---

 Summary: Support ZSTD level and BufferPool options
 Key: AVRO-3060
 URL: https://issues.apache.org/jira/browse/AVRO-3060
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.10.2
Reporter: Dongjoon Hyun






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: [PROPOSAL] Let's prepare a 1.10.2

2021-02-28 Thread Ismaël Mejía
BIg +1 Ryan,
It definitely makes sense to have this release and is consistent with
what we have been doing in the last versions.

We should ideally also catch some dependency upgrades for the
javascript implementation if there is anyone with the expertise who
wants to contribute to this it will be great.


On Tue, Feb 23, 2021 at 3:57 PM Tim Perkins  wrote:
>
> There have been some recent Ruby performance fixes that would be good to
> include in a 1.10.x.
>
> On Tue, Feb 23, 2021 at 9:44 AM Ryan Skraba  wrote:
>
> > Hello Avro community,
> >
> > We've kept up a decent cadence over the last few releases of every six
> > months!  At this rate, the next release would be in May for 1.11.0 (and
> > we're looking forward to it -- seeya python2!)
> >
> > In the meantime, I was thinking it would be good to release another 1.10.2,
> > specifically to help bump some downstream projects (see
> > https://issues.apache.org/jira/browse/AVRO-3052).  I'm proposing a bugfix
> > release instead of 1.11.x for a couple of reasons: it would be ideal to get
> > this out sooner rather than later, we're already seeing some interest and
> > effort for bumping Avro, and it's reassuring for other projects to see
> > bugfix releases.
> >
> > In my opinion, with experience it's getting easier to do these minor
> > releases.  I'd happily volunteer to shepherd this one through, and (as
> > always) if anyone wants to shadow the process we can do it together.
> >
> > What do you think?  Are there any other bugfixes that you'd like to see in
> > a 1.10.x release?[1]
> >
> > Best regards, Ryan
> >
> > [1]
> >
> > https://issues.apache.org/jira/issues/?jql=project%3DAVRO%20AND%20fixVersion%3D1.10.2
> >


[GitHub] [avro] iemejia merged pull request #1113: Bump jetty.version from 9.4.35.v20201120 to 9.4.38.v20210224 in /lang/java

2021-02-28 Thread GitBox


iemejia merged pull request #1113:
URL: https://github.com/apache/avro/pull/1113


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [avro] dependabot[bot] opened a new pull request #1113: Bump jetty.version from 9.4.35.v20201120 to 9.4.38.v20210224 in /lang/java

2021-02-28 Thread GitBox


dependabot[bot] opened a new pull request #1113:
URL: https://github.com/apache/avro/pull/1113


   Bumps `jetty.version` from 9.4.35.v20201120 to 9.4.38.v20210224.
   Updates `jetty-server` from 9.4.35.v20201120 to 9.4.38.v20210224
   
   Release notes
   Sourced from https://github.com/eclipse/jetty.project/releases;>jetty-server's 
releases.
   
   9.4.38.v20210224
   Changelog
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/6001;>#6001
 - Ambiguous URI legacy compliance mode
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5999;>#5999
 - HttpURI ArrayIndexOutOfBounds
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5994;>#5994
 - QueuedThreadPool free threads
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5977;>#5977
 - Cache-Control header set by a filter is override by the value from 
DefaultServlet configuration
   
   9.4.37.v20210219
   Changelog
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5979;>#5979
 - Configurable gzip Etag extension
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5977;>#5977
 - Cache-Control header set by a filter is override by the value from 
DefaultServlet configuration
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5976;>#5976
 - Adding requested Rewrite Rule to force request header values
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5973;>#5973
 - Proxy client TLS authentication example
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5963;>#5963
 - Improve QuotedQualityCSV
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5950;>#5950
 - Deadlock due to logging inside classloaders
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5937;>#5937
 - Unnecessary blocking in ResourceService
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5909;>#5909
 - Cannot disable HTTP OPTIONS Method
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5894;>#5894
 - Jetty 9.4.x 5859 classloader leak queuedthreadpool
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5851;>#5851
 - org.eclipse.jetty.websocket.servlet.WebSocketServlet cleanup
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5787;>#5787
 - Make ManagedSelector report better JMX data
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5492;>#5492
 - Add ability to manage start modules by java feature
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/4275;>#4275
 - Path Normalization/Traversal - Context Matching
   
   9.4.36.v20210114
   Special Thanks to the following Eclipse Jetty community members
   
   https://github.com/joewitt;>@​joewitt (Joe 
Witt)
   https://github.com/rk1165;>@​rk1165 (Ravi 
Kumar)
   https://github.com/leonchen83;>@​leonchen83 
(Baoyi Chen)
   
   Changelog
   
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5870;>#5870
 - jetty-maven-plugin fails to run ServletContainerInitializer on Windows due 
to URI case comparison bug
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5855;>#5855
 - HttpClient may not send queued requests
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5845;>#5845
 - Use UTF-8 encoding for client basic auth if requested
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5830;>#5830
 - Jetty-util contains wrong Import-Package
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5825;>#5825
 - Revisit Statistics classes (https://github.com/rk1165;>@​rk1165)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5824;>#5824
 - Build up of ConstraintMappings when stopping and starting WebAppContext
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5821;>#5821
 - JMX-ify Scheduler implementations (https://github.com/rk1165;>@​rk1165)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5820;>#5820
 - backport fix for ArithmeticException in Pool
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5804;>#5804
 - Jetty 9.4.x spotbug issue map iteration using entrySet(), diamond list 
creation
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5801;>#5801
 - Implement max duration of HTTP ConnectionPools
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5794;>#5794
 - ServerConnector leaks closed sockets which can lead to file descriptor 
exhaustion (https://github.com/joewitt;>@​joewitt)
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5785;>#5785
 - Reduce log level for WebSocket connections closed by clients
   https://github-redirect.dependabot.com/eclipse/jetty.project/issues/5783;>#5783
 - Fix ConnectionStatistics.*Rate() methods
   

[GitHub] [avro] dependabot[bot] closed pull request #1109: Bump jetty.version from 9.4.35.v20201120 to 11.0.1 in /lang/java

2021-02-28 Thread GitBox


dependabot[bot] closed pull request #1109:
URL: https://github.com/apache/avro/pull/1109


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (AVRO-3052) Update zstd-jni to version 1.4.8-5

2021-02-28 Thread Jira


[ 
https://issues.apache.org/jira/browse/AVRO-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292368#comment-17292368
 ] 

Ismaël Mejía commented on AVRO-3052:


Ryan what do you prefer we do: go cherry pick all these deps upgrades since 
1.10.1 or cherry pick only the minimum?

> Update zstd-jni to version 1.4.8-5
> --
>
> Key: AVRO-3052
> URL: https://issues.apache.org/jira/browse/AVRO-3052
> Project: Apache Avro
>  Issue Type: Task
>Reporter: Ryan Skraba
>Priority: Major
> Fix For: 1.10.2
>
>
> Downstream projects are using a more recent version of zstd-jni.  We can make 
> upgrading to Avro 1.10.x easier by aligning with them sooner.
> (See SPARK-34479)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (AVRO-3052) Update zstd-jni to version 1.4.8-5

2021-02-28 Thread Jira


 [ 
https://issues.apache.org/jira/browse/AVRO-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía resolved AVRO-3052.

Resolution: Invalid

> Update zstd-jni to version 1.4.8-5
> --
>
> Key: AVRO-3052
> URL: https://issues.apache.org/jira/browse/AVRO-3052
> Project: Apache Avro
>  Issue Type: Task
>Reporter: Ryan Skraba
>Priority: Major
> Fix For: 1.10.2
>
>
> Downstream projects are using a more recent version of zstd-jni.  We can make 
> upgrading to Avro 1.10.x easier by aligning with them sooner.
> (See SPARK-34479)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (AVRO-3056) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread Jira


 [ 
https://issues.apache.org/jira/browse/AVRO-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía reassigned AVRO-3056:
--

Assignee: Dongjoon Hyun

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3056
> URL: https://issues.apache.org/jira/browse/AVRO-3056
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.11.0
>Reporter: Dongjoon Hyun
>Assignee: Dongjoon Hyun
>Priority: Major
> Fix For: 1.10.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AVRO-3056) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread Jira


 [ 
https://issues.apache.org/jira/browse/AVRO-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated AVRO-3056:
---
Fix Version/s: 1.10.2

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3056
> URL: https://issues.apache.org/jira/browse/AVRO-3056
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.11.0
>Reporter: Dongjoon Hyun
>Priority: Major
> Fix For: 1.10.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [avro] Fokko closed pull request #1105: AVRO-3056: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread GitBox


Fokko closed pull request #1105:
URL: https://github.com/apache/avro/pull/1105


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292338#comment-17292338
 ] 

ASF subversion and git services commented on AVRO-3058:
---

Commit adf099d5898fd92397b21ed367be299e321e8aba in avro's branch 
refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.14.0 from 
dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=adf099d ]

AVRO-3058: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java (#1110)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.1 
to 3.15.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- 
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.1...v3.15.3)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
> --
>
> Key: AVRO-3058
> URL: https://issues.apache.org/jira/browse/AVRO-3058
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292339#comment-17292339
 ] 

ASF subversion and git services commented on AVRO-3058:
---

Commit 23fe79f324d6c7e7e13243d6c39a5c0da7196609 in avro's branch 
refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.14.0 from 
dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=23fe79f ]

AVRO-3058: Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java (#1108)

Bumps `grpc.version` from 1.35.0 to 1.36.0.

Updates `grpc-core` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Updates `grpc-stub` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Updates `grpc-netty` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
> --
>
> Key: AVRO-3058
> URL: https://issues.apache.org/jira/browse/AVRO-3058
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292337#comment-17292337
 ] 

ASF subversion and git services commented on AVRO-3057:
---

Commit d4a257460cfbebec3dc2d0ab82375fb7ee4bd212 in avro's branch 
refs/heads/dependabot/maven/lang/java/org.apache.thrift-libthrift-0.14.0 from 
dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d4a2574 ]

AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#)

Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.8-4 to 1.4.8-6.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.4.8-4...v1.4.8-6)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3057
> URL: https://issues.apache.org/jira/browse/AVRO-3057
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292336#comment-17292336
 ] 

ASF subversion and git services commented on AVRO-3058:
---

Commit 23fe79f324d6c7e7e13243d6c39a5c0da7196609 in avro's branch 
refs/heads/master from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=23fe79f ]

AVRO-3058: Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java (#1108)

Bumps `grpc.version` from 1.35.0 to 1.36.0.

Updates `grpc-core` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Updates `grpc-stub` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Updates `grpc-netty` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.35.0...v1.36.0)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
> --
>
> Key: AVRO-3058
> URL: https://issues.apache.org/jira/browse/AVRO-3058
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292335#comment-17292335
 ] 

ASF subversion and git services commented on AVRO-3058:
---

Commit adf099d5898fd92397b21ed367be299e321e8aba in avro's branch 
refs/heads/dependabot/maven/lang/java/grpc.version-1.36.0 from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=adf099d ]

AVRO-3058: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java (#1110)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.1 
to 3.15.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- 
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.1...v3.15.3)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
> --
>
> Key: AVRO-3058
> URL: https://issues.apache.org/jira/browse/AVRO-3058
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (AVRO-3059) Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java

2021-02-28 Thread Fokko Driesprong (Jira)
Fokko Driesprong created AVRO-3059:
--

 Summary: Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java
 Key: AVRO-3059
 URL: https://issues.apache.org/jira/browse/AVRO-3059
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.10.1
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong
 Fix For: 1.11.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292334#comment-17292334
 ] 

ASF subversion and git services commented on AVRO-3057:
---

Commit d4a257460cfbebec3dc2d0ab82375fb7ee4bd212 in avro's branch 
refs/heads/dependabot/maven/lang/java/grpc.version-1.36.0 from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d4a2574 ]

AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#)

Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.8-4 to 1.4.8-6.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.4.8-4...v1.4.8-6)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3057
> URL: https://issues.apache.org/jira/browse/AVRO-3057
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292333#comment-17292333
 ] 

ASF subversion and git services commented on AVRO-3058:
---

Commit adf099d5898fd92397b21ed367be299e321e8aba in avro's branch 
refs/heads/master from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=adf099d ]

AVRO-3058: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java (#1110)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.15.1 
to 3.15.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- 
[Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.1...v3.15.3)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
> --
>
> Key: AVRO-3058
> URL: https://issues.apache.org/jira/browse/AVRO-3058
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [avro] Fokko merged pull request #1108: AVRO-3058: Bump grpc.version from 1.35.0 to 1.36.0 in /lang/java

2021-02-28 Thread GitBox


Fokko merged pull request #1108:
URL: https://github.com/apache/avro/pull/1108


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [avro] Fokko merged pull request #1110: AVRO-3058: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread GitBox


Fokko merged pull request #1110:
URL: https://github.com/apache/avro/pull/1110


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (AVRO-3058) Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java

2021-02-28 Thread Fokko Driesprong (Jira)
Fokko Driesprong created AVRO-3058:
--

 Summary: Bump protobuf-java from 3.15.1 to 3.15.3 in /lang/java
 Key: AVRO-3058
 URL: https://issues.apache.org/jira/browse/AVRO-3058
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.10.1
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong
 Fix For: 1.11.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AVRO-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292332#comment-17292332
 ] 

ASF subversion and git services commented on AVRO-3057:
---

Commit d4a257460cfbebec3dc2d0ab82375fb7ee4bd212 in avro's branch 
refs/heads/master from dependabot[bot]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d4a2574 ]

AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#)

Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.8-4 to 1.4.8-6.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.4.8-4...v1.4.8-6)

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

> Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
> ---
>
> Key: AVRO-3057
> URL: https://issues.apache.org/jira/browse/AVRO-3057
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.10.1
>Reporter: Fokko Driesprong
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [avro] Fokko merged pull request #1111: AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread GitBox


Fokko merged pull request #:
URL: https://github.com/apache/avro/pull/


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (AVRO-3057) Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java

2021-02-28 Thread Fokko Driesprong (Jira)
Fokko Driesprong created AVRO-3057:
--

 Summary: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java
 Key: AVRO-3057
 URL: https://issues.apache.org/jira/browse/AVRO-3057
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.10.1
Reporter: Fokko Driesprong
Assignee: Fokko Driesprong
 Fix For: 1.11.0






--
This message was sent by Atlassian Jira
(v8.3.4#803005)