You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "Peter Knuts (Jira)" <ji...@apache.org> on 2023/03/13 09:25:00 UTC

[jira] [Comment Edited] (AVRO-3641) Add support for Nullable and NotNull annotations for SpecificRecords

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

Peter Knuts edited comment on AVRO-3641 at 3/13/23 9:24 AM:
------------------------------------------------------------

I seems to lack the correct privileges to push my branch:

 
{code:java}
git push --set-upstream origin AVRO-3641
Warning: Permanently added '[ssh.github.com]:443' (ED25519) to the list of known hosts.
ERROR: Permission to apache/avro.git denied to peknu.
fatal: Could not read from remote repository.
 
Please make sure you have the correct access rights
and the repository exists.
{code}
Do I need to create the PR from a fork of this repo?


was (Author: JIRAUSER297007):
I seems to lack the correct privileges to push my branch:

 
{code:java}
git push --set-upstream origin AVRO-3641
Warning: Permanently added '[ssh.github.com]:443' (ED25519) to the list of known hosts.
ERROR: Permission to apache/avro.git denied to peknu.
fatal: Could not read from remote repository.
 
Please make sure you have the correct access rights
and the repository exists.
{code}
 

> Add support for Nullable and NotNull annotations for SpecificRecords
> --------------------------------------------------------------------
>
>                 Key: AVRO-3641
>                 URL: https://issues.apache.org/jira/browse/AVRO-3641
>             Project: Apache Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Peter Knuts
>            Priority: Major
>         Attachments: AVRO-3641.patch
>
>
> Update the Java SpecificCompiler to add support for jetbrains {{@Nullable}} and {{@NotNull}} annotations to getters, setters, builders and all-arg constructor. This will provide compile time safety for nullability when used.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)