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

2019-09-17 Thread Hudson (Jira)


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

Hudson commented on AVRO-2335:
--

SUCCESS: Integrated in Jenkins build AvroJava #737 (See 
[https://builds.apache.org/job/AvroJava/737/])
AVRO-2335: Remove Joda Time library (#631) (nandorkollar: 
[https://github.com/apache/avro/commit/f310ac8db5ab962a49d448f41b7b953488cdb033])
* (edit) 
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/ProtocolMojo.java
* (edit) pom.xml
* (edit) 
lang/java/compiler/src/test/java/org/apache/avro/compiler/specific/TestSpecificCompiler.java
* (edit) 
lang/java/maven-plugin/src/test/java/org/apache/avro/mojo/TestProtocolMojo.java
* (delete) 
lang/java/avro/src/main/java/org/apache/avro/data/JodaTimeConversions.java
* (add) lang/java/avro/src/test/resources/TestRecordWithLogicalTypes.avsc
* (edit) 
lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificToFromByteArray.java
* (edit) 
lang/java/maven-plugin/src/test/resources/unit/protocol/pom-injecting-velocity-tools.xml
* (delete) lang/java/maven-plugin/src/test/resources/unit/schema/pom-joda.xml
* (edit) 
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/IDLProtocolMojo.java
* (edit) 
lang/java/tools/src/main/java/org/apache/avro/tool/SpecificCompilerTool.java
* (delete) 
lang/java/maven-plugin/src/test/resources/unit/protocol/pom-jsr310.xml
* (delete) lang/java/maven-plugin/src/test/resources/unit/idl/pom-joda.xml
* (delete) 
lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificLogicalTypes.java
* (edit) lang/java/avro/pom.xml
* (edit) 
lang/java/maven-plugin/src/test/java/org/apache/avro/mojo/AbstractAvroMojoTest.java
* (edit) 
lang/java/maven-plugin/src/test/resources/unit/idl/pom-injecting-velocity-tools.xml
* (delete) 
lang/java/avro/src/test/java/org/apache/avro/data/TestJodaTimeConversions.java
* (edit) lang/java/compiler/pom.xml
* (edit) 
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java
* (delete) lang/java/maven-plugin/src/test/resources/unit/schema/pom-jsr310.xml
* (edit) 
lang/java/maven-plugin/src/test/java/org/apache/avro/mojo/TestSchemaMojo.java
* (edit) 
lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SchemaTask.java
* (edit) 
lang/java/maven-plugin/src/test/java/org/apache/avro/mojo/TestInduceMojo.java
* (edit) 
lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java
* (edit) 
lang/java/avro/src/test/java/org/apache/avro/specific/TestRecordWithLogicalTypes.java
* (delete) 
lang/java/avro/src/test/java/org/apache/avro/specific/TestRecordWithJsr310LogicalTypes.java
* (edit) 
lang/java/maven-plugin/src/test/resources/unit/schema/pom-injecting-velocity-tools.xml
* (edit) 
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/SchemaMojo.java
* (edit) lang/java/pom.xml
* (delete) lang/java/maven-plugin/src/test/resources/unit/protocol/pom-joda.xml
* (add) lang/java/maven-plugin/src/test/resources/unit/schema/pom.xml
* (delete) lang/java/maven-plugin/src/test/resources/unit/idl/pom-jsr310.xml
* (edit) 
lang/java/maven-plugin/src/test/java/org/apache/avro/mojo/TestIDLProtocolMojo.java
* (edit) 
lang/java/avro/src/test/java/org/apache/avro/data/TestTimeConversions.java
* (delete) lang/java/avro/src/test/resources/record_with_logical_types.avsc
* (edit) 
lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/ProtocolTask.java
* (add) lang/java/maven-plugin/src/test/resources/unit/idl/pom.xml
* (add) lang/java/maven-plugin/src/test/resources/unit/protocol/pom.xml


> 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
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.10.0
>
>
> 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
(v8.3.2#803003)


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

2019-09-17 Thread ASF subversion and git services (Jira)


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

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

Commit f310ac8db5ab962a49d448f41b7b953488cdb033 in avro's branch 
refs/heads/master from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=f310ac8 ]

AVRO-2335: Remove Joda Time library (#631)



> 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
>Assignee: Fokko Driesprong
>Priority: Major
> Fix For: 1.10.0
>
>
> 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
(v8.3.2#803003)


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

2019-03-29 Thread Nandor Kollar (JIRA)


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

Nandor Kollar commented on AVRO-2335:
-

In my opinion we should let Avro users be able to use Joda time in 1.9 and 
defer the removal to 1.10, I vote for marking Joda as deprecated and making 
JSR-310 as default for 1.9.

> 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
>Assignee: Fokko Driesprong
>Priority: Major
>
> 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] [Commented] (AVRO-2335) Remove Joda Time Library

2019-03-29 Thread Daniel Kulp (JIRA)


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

Daniel Kulp commented on AVRO-2335:
---

I'm not sure if this is something that we want for 1.9...   As of right now, 
for 1.9, we've made JSR-310 the default.  However, Joda is there as an option 
(and the dependency is marked optional) to aid in migrating code from 1.8 to 
1.9.   That said, we'd like to fully remove it at some point, I'm just 
questioning whether it should be for 1.9 or 1.10.

> 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
>Assignee: Fokko Driesprong
>Priority: Major
>
> 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)