[jira] [Assigned] (AVRO-2339) Remove Unused LengthLimitedInputStream

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor reassigned AVRO-2339:


Assignee: David Mollitor

> Remove Unused LengthLimitedInputStream
> --
>
> Key: AVRO-2339
> URL: https://issues.apache.org/jira/browse/AVRO-2339
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.9.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> Package scoped class and it is not used at all.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AVRO-2338) Remove Deprecated Use of JsonStringEncoder

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor reassigned AVRO-2338:


Assignee: David Mollitor

> Remove Deprecated Use of JsonStringEncoder
> --
>
> Key: AVRO-2338
> URL: https://issues.apache.org/jira/browse/AVRO-2338
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.9.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> {code:java|title=SchemaBuilder.java}
> char[] quoted = JsonStringEncoder.getInstance().quoteAsString(s);
> {code}
> [Deprecated. Since 2.9.2 use BufferRecyclers.getJsonStringEncoder() 
> instead|https://fasterxml.github.io/jackson-core/javadoc/2.9/com/fasterxml/jackson/core/io/JsonStringEncoder.html#getInstance--]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2338) Remove Deprecated Use of JsonStringEncoder

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2338:


 Summary: Remove Deprecated Use of JsonStringEncoder
 Key: AVRO-2338
 URL: https://issues.apache.org/jira/browse/AVRO-2338
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.9.0
Reporter: David Mollitor


{code:java|title=SchemaBuilder.java}
char[] quoted = JsonStringEncoder.getInstance().quoteAsString(s);
{code}

[Deprecated. Since 2.9.2 use BufferRecyclers.getJsonStringEncoder() 
instead|https://fasterxml.github.io/jackson-core/javadoc/2.9/com/fasterxml/jackson/core/io/JsonStringEncoder.html#getInstance--]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2337) Possibility of NPE in SchemaCompatibility

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2337:


 Summary: Possibility of NPE in SchemaCompatibility
 Key: AVRO-2337
 URL: https://issues.apache.org/jira/browse/AVRO-2337
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Affects Versions: 1.8.2, 1.9.0
Reporter: David Mollitor


{code:java}
final Field writerField = lookupWriterField(writer, readerField);

//  following block is only entered if writerField is 'null'
if (writerField == null) {
  if (readerField.defaultValue() == null) {
if (readerField.schema().getType() == Type.ENUM && 
readerField.schema().getEnumDefault() != null) {

   //  writerField is accessed
  result = result.mergedWith(getCompatibility("type", readerField.schema(),
writerField.schema(), location));
} else {
...
{code}
[https://github.com/apache/avro/blob/master/lang/java/avro/src/main/java/org/apache/avro/SchemaCompatibility.java#L417]
  
 
[https://github.com/apache/avro/blob/master/lang/java/avro/src/main/java/org/apache/avro/SchemaCompatibility.java#L424]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AVRO-2336) Use Java Standard Charsets - Part 2

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor reassigned AVRO-2336:


Assignee: David Mollitor

> Use Java Standard Charsets - Part 2
> ---
>
> Key: AVRO-2336
> URL: https://issues.apache.org/jira/browse/AVRO-2336
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2336) Use Java Standard Charsets - Part 2

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2336:


 Summary: Use Java Standard Charsets - Part 2
 Key: AVRO-2336
 URL: https://issues.apache.org/jira/browse/AVRO-2336
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Reporter: David Mollitor






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2335) Remove Joda Time Library

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2335:


 Summary: Remove Joda Time Library
 Key: AVRO-2335
 URL: https://issues.apache.org/jira/browse/AVRO-2335
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Reporter: David Mollitor


Since [AVRO-2079] was completed, Avro supports Java's standard {{java.time}} 
libraries.  Please remove the Joda Time implementations and the Joda Time 
dependency from Avro.  Avro 2.0 perhaps?

{quote}
Joda-Time is the de facto standard date and time library for Java prior to Java 
SE 8. *Users are now asked to migrate to java.time (JSR-310).*

https://www.joda.org/joda-time/
{quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2334) Update Docs to Reference Java 8

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2334:


 Summary: Update Docs to Reference Java 8
 Key: AVRO-2334
 URL: https://issues.apache.org/jira/browse/AVRO-2334
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Reporter: David Mollitor


https://github.com/apache/avro/blob/master/lang/java/pom.xml#L113-L114

 

[https://github.com/apache/avro/blob/master/lang/java/pom.xml#L193]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AVRO-2333) Remove commons-logging dependency

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor reassigned AVRO-2333:


Assignee: David Mollitor

> Remove commons-logging dependency
> -
>
> Key: AVRO-2333
> URL: https://issues.apache.org/jira/browse/AVRO-2333
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> Remove dependency on {{commons-logging}}.  Now using {{SLF4J}} + {{Log4J}}.
> https://github.com/apache/avro/blob/master/lang/java/tools/pom.xml#L221-L225



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AVRO-2334) Update Docs to Reference Java 8 API

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor updated AVRO-2334:
-
Summary: Update Docs to Reference Java 8 API  (was: Update Docs to 
Reference Java 8)

> Update Docs to Reference Java 8 API
> ---
>
> Key: AVRO-2334
> URL: https://issues.apache.org/jira/browse/AVRO-2334
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Reporter: David Mollitor
>Priority: Trivial
>
> https://github.com/apache/avro/blob/master/lang/java/pom.xml#L113-L114
>  
> [https://github.com/apache/avro/blob/master/lang/java/pom.xml#L193]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (AVRO-2334) Update Docs to Reference Java 8 API

2019-03-06 Thread David Mollitor (JIRA)


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

David Mollitor reassigned AVRO-2334:


Assignee: David Mollitor

> Update Docs to Reference Java 8 API
> ---
>
> Key: AVRO-2334
> URL: https://issues.apache.org/jira/browse/AVRO-2334
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Trivial
>
> https://github.com/apache/avro/blob/master/lang/java/pom.xml#L113-L114
>  
> [https://github.com/apache/avro/blob/master/lang/java/pom.xml#L193]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (AVRO-2333) Remove commons-logging dependency

2019-03-06 Thread David Mollitor (JIRA)
David Mollitor created AVRO-2333:


 Summary: Remove commons-logging dependency
 Key: AVRO-2333
 URL: https://issues.apache.org/jira/browse/AVRO-2333
 Project: Apache Avro
  Issue Type: Improvement
Reporter: David Mollitor


Remove dependency on {{commons-logging}}.  Now using {{SLF4J}} + {{Log4J}}.

https://github.com/apache/avro/blob/master/lang/java/tools/pom.xml#L221-L225




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Status of 1.9....

2019-03-06 Thread Driesprong, Fokko
After fixing AVRO-1810 there is one blocker left:
https://issues.apache.org/jira/browse/AVRO-1979

Thiru, can you give a status update on this one?

I'd like to cut the branch for 1.9 next week if there are no further
objections.

Cheers, Fokko

Op ma 4 feb. 2019 om 17:06 schreef Thiruvalluvan MG
:

>  Hi Fokko,
> Thank you for your effort. I can work with you to the release done.
> Let's plan the tasks and execute them between us.
> Thank you,
> Thiru
> On Monday, 4 February, 2019, 2:20:38 PM IST, Driesprong, Fokko
>  wrote:
>
>  I'll go through the pending tickets today. Is there a PMC which is willing
> to shepherd the release?
>
> I'm happy to help with getting everything ready, and with a
> colllegeau, I'll refactor our Divolte event collector
>  with
> the new version of Avro to do some proper testing and verification of the
> 1.9.
>
> Cheers, Fokko
>
> Op di 22 jan. 2019 om 00:53 schreef Brian Lachniet :
>
> > That resolved my issue. I'm now able to assign issues to myself. Thank
> you!
> >
> > On Mon, Jan 21, 2019 at 3:15 PM Driesprong, Fokko 
> > wrote:
> >
> > > Brian, I recently added you as a contributor to the Jira. Could you try
> > > again to assign the ticket?
> > >
> > > I'm happy to help with the 1.9 release.
> > >
> > > Cheers, Fokko
> > >
> > > Op vr 18 jan. 2019 om 00:10 schreef Brian Lachniet <
> blachn...@gmail.com
> > >:
> > >
> > > > It appears that I don't have permissions to edit or assign issues to
> > > > myself. Is that something I should have permissions for, or should I
> > ask
> > > > someone to assign specific issues to me?
> > > >
> > > > On Thu, Jan 17, 2019, 8:19 AM Daniel Kulp  > > >
> > > > >
> > > > >
> > > > > > On Jan 16, 2019, at 9:29 PM, Thiruvalluvan MG
> > > > 
> > > > > wrote:
> > > > > >
> > > > > > To get a sense of what needs to be done, can you please review
> the
> > > > > pending issues for 1.9.0? According to JIRA, there are 43
> unresolved
> > > > issues
> > > > > with Fix Version 1.9.0. Issue Navigator - ASF JIRA
> > > > > >
> > > > >
> > > > > https://issues.apache.org/jira/projects/AVRO/versions/1294
> > > > >
> > > > >
> > > > >
> > > > > > Please add the fix version to the issues outside the list that
> > should
> > > > be
> > > > > resolved for the release and remove the fix version if some of the
> > > issues
> > > > > in the list need not be or cannot be resolved for 1.9.0. Also if
> you
> > > > intend
> > > > > to resolve it in the near future, please assign the issues to
> > yourself.
> > > > > Thank you.
> > > > > > I've done the exercise for C++. There are three C++ issues
> > unresolved
> > > > > and I'll address them before the weekend.
> > > > > > Thank you,
> > > > >
> > > > > Well, the main point is that not all of those 43 issues are going
> to
> > > get
> > > > > done for 1.9.  If someone is not actively working on it to be done
> in
> > > the
> > > > > next week or so, I’m going to remove them from 1.9.  I don’t see
> the
> > > > point
> > > > > in holding up a release that fixes 180 issues waiting for stuff
> that
> > > may
> > > > or
> > > > > may not ever get complete.  Thus, everyone, please take a look at
> > the
> > > > list
> > > > > and if you aren’t working on something that is assigned to you,
> > remove
> > > it
> > > > > from 1.9.
> > > > >
> > > > > That said, I’ll try and take a look at the 17 that have “Patch
> > > > > Available”.  If it’s just a matter of reviewing and applying a
> > patch,
> > > > that
> > > > > shouldn’t be too hard.
> > > > >
> > > > > Dan
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > ThiruOn Thursday, 17 January, 2019, 6:51:39 AM IST, Brian
> > > Lachniet
> > > > <
> > > > > blachn...@gmail.com> wrote:
> > > > > >
> > > > > > I'd really like to get the changes to deploy C# NuGet packages
> in (
> > > > > > https://github.com/apache/avro/pull/428). Other than that, I
> think
> > > > > anything
> > > > > > else in the C# realm can wait for later releases.
> > > > > >
> > > > > > On Wed, Jan 16, 2019, 1:12 PM Daniel Kulp  wrote:
> > > > > >
> > > > > >> Just a quick question:
> > > > > >>
> > > > > >> What’s the status of the things people are working for 1.9?I
> > > think
> > > > > >> we’re getting really close to having something that would be a
> > good
> > > > 1.9
> > > > > >> release.  We’ve accomplished a LOT with well over 100 PR’s
> merged
> > > and
> > > > > tons
> > > > > >> of JIRA’s closed and such and I’d like to get a release out.
> Can
> > > > > anything
> > > > > >> left be postponed to 1.10 or 1.9.1?
> > > > > >>
> > > > > >> Thanks!
> > > > > >>
> > > > > >> --
> > > > > >> Daniel Kulp
> > > > > >> dk...@apache.org  -
> > > http://dankulp.com/blog
> > > > <
> > > > > >> http://dankulp.com/blog>
> > > > > >> Talend Community Coder - http://talend.com <
> > > http://coders.talend.com/
> > > > >
> > > > >
> > > > > --
> > > > > Daniel Kulp
> > > > > dk...@apache.org  -
> 

Build failed in Jenkins: AvroJava #613

2019-03-06 Thread Apache Jenkins Server
See 

Changes:

[Fokko] Update javadoc plugin (#467)

--
[...truncated 223.34 KB...]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.505 s 
- in org.apache.avro.tool.TestCreateRandomFileTool
[INFO] Running org.apache.avro.tool.TestConcatTool
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.543 s 
- in org.apache.avro.tool.TestConcatTool
[INFO] Running org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 1.571 s 
<<< FAILURE! - in org.apache.avro.tool.TestSpecificCompilerTool
[ERROR] 
testCompileSchemaTwoFiles(org.apache.avro.tool.TestSpecificCompilerTool)  Time 
elapsed: 1.11 s  <<< FAILURE!
org.junit.ComparisonFailure: Found file: 
target/compiler/output/avro/examples/baseball/Position.java does not match 
expected file: src/test/compiler/output/Position.java expected:<...ublic enum 
Position [implements org.apache.avro.generic.GenericEnumSymbol {  P, 
C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final 
org.apache.avro.Schema SCHEMA$ = new 
org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");
  public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }  
public org.apache.avro.Schema get]Schema() { return SC...> but was:<...ublic 
enum Position [{  P, C, B1, B2, B3, SS, LF, CF, RF, DH  ;  public static final 
org.apache.avro.Schema SCHEMA$ = new 
org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"Position\",\"namespace\":\"avro.examples.baseball\",\"symbols\":[\"P\",\"C\",\"B1\",\"B2\",\"B3\",\"SS\",\"LF\",\"CF\",\"RF\",\"DH\"]}");
  public static org.apache.avro.Schema getClass]Schema() { return SC...>
at org.junit.Assert.assertEquals(Assert.java:115)
at 
org.apache.avro.tool.TestSpecificCompilerTool.assertFileMatch(TestSpecificCompilerTool.java:140)
at 
org.apache.avro.tool.TestSpecificCompilerTool.testCompileSchemaTwoFiles(TestSpecificCompilerTool.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
at 
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
at 
org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
at 

[jira] [Created] (AVRO-2332) Support java_multiple_files protobuf option

2019-03-06 Thread Ryo Okubo (JIRA)
Ryo Okubo created AVRO-2332:
---

 Summary: Support java_multiple_files protobuf option
 Key: AVRO-2332
 URL: https://issues.apache.org/jira/browse/AVRO-2332
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Reporter: Ryo Okubo


Support java_multiple_files option,
[https://developers.google.com/protocol-buffers/docs/proto3#options]

The option helps to get classes via reflection.

 

protoc doesn't generate outer class if the option enables, but current 
getNamespace() doesn't consider that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-06 Thread Rich Bowen
Dear Apache Enthusiast,

(You’re receiving this because you are subscribed to one or more user
mailing lists for an Apache Software Foundation project.)

TL;DR:
 * Apache Roadshow DC is in 3 weeks. Register now at
https://apachecon.com/usroadshowdc19/
 * Registration for Apache Roadshow Chicago is open.
http://apachecon.com/chiroadshow19
 * The CFP for ApacheCon North America is now open.
https://apachecon.com/acna19
 * Save the date: ApacheCon Europe will be held in Berlin, October 22nd
through 24th.  https://apachecon.com/aceu19


Registration is open for two Apache Roadshows; these are smaller events
with a more focused program and regional community engagement:

Our Roadshow event in Washington DC takes place in under three weeks, on
March 25th. We’ll be hosting a day-long event at the Fairfax campus of
George Mason University. The roadshow is a full day of technical talks
(two tracks) and an open source job fair featuring AWS, Bloomberg, dito,
GridGain, Linode, and Security University. More details about the
program, the job fair, and to register, visit
https://apachecon.com/usroadshowdc19/

Apache Roadshow Chicago will be held May 13-14th at a number of venues
in Chicago’s Logan Square neighborhood. This event will feature sessions
in AdTech, FinTech and Insurance, startups, “Made in Chicago”, Project
Shark Tank (innovations from the Apache Incubator), community diversity,
and more. It’s a great way to learn about various Apache projects “at
work” while playing at a brewery, a beercade, and a neighborhood bar.
Sign up today at https://www.apachecon.com/chiroadshow19/

We’re delighted to announce that the Call for Presentations (CFP) is now
open for ApacheCon North America in Las Vegas, September 9-13th! As the
official conference series of the ASF, ApacheCon North America will
feature over a dozen Apache project summits, including Cassandra,
Cloudstack, Tomcat, Traffic Control, and more. We’re looking for talks
in a wide variety of categories -- anything related to ASF projects and
the Apache development process. The CFP closes at midnight on May 26th.
In addition, the ASF will be celebrating its 20th Anniversary during the
event. For more details and to submit a proposal for the CFP, visit
https://apachecon.com/acna19/ . Registration will be opening soon.

Be sure to mark your calendars for ApacheCon Europe, which will be held
in Berlin, October 22-24th at the KulturBrauerei, a landmark of Berlin's
industrial history. In addition to innovative content from our projects,
we are collaborating with the Open Source Design community
(https://opensourcedesign.net/) to offer a track on design this year.
The CFP and registration will open soon at https://apachecon.com/aceu19/ .

Sponsorship opportunities are available for all events, with details
listed on each event’s site at http://apachecon.com/.

We look forward to seeing you!

Rich, for the ApacheCon Planners
@apachecon



[jira] [Updated] (AVRO-2331) Remove commons-codec dependency from avro-mapred

2019-03-06 Thread JIRA


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

Ismaël Mejía updated AVRO-2331:
---
Fix Version/s: 1.9.0

> Remove commons-codec dependency from avro-mapred
> 
>
> Key: AVRO-2331
> URL: https://issues.apache.org/jira/browse/AVRO-2331
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 1.9.0
>
>
> Use [JDK 
> Base64|https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html] 
> instead of Apache Codec.
> Will allow for removal of Apache Commons Codec dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AVRO-2331) Remove commons-codec dependency

2019-03-06 Thread JIRA


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

Ismaël Mejía updated AVRO-2331:
---
Summary: Remove commons-codec dependency  (was: Remove commons-codec 
dependency from avro-mapred)

> Remove commons-codec dependency
> ---
>
> Key: AVRO-2331
> URL: https://issues.apache.org/jira/browse/AVRO-2331
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 1.9.0
>
>
> Use [JDK 
> Base64|https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html] 
> instead of Apache Codec.
> Will allow for removal of Apache Commons Codec dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AVRO-2331) Remove commons-codec dependency from avro-mapred

2019-03-06 Thread JIRA


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

Ismaël Mejía updated AVRO-2331:
---
Summary: Remove commons-codec dependency from avro-mapred  (was: Use JDK 
Base64)

> Remove commons-codec dependency from avro-mapred
> 
>
> Key: AVRO-2331
> URL: https://issues.apache.org/jira/browse/AVRO-2331
> Project: Apache Avro
>  Issue Type: Improvement
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> Use [JDK 
> Base64|https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html] 
> instead of Apache Codec.
> Will allow for removal of Apache Commons Codec dependency.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)