[jira] [Updated] (AVRO-3968) Support for custom @AvroNamespace annotation

2024-04-03 Thread Henry Fernandes (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Fernandes updated AVRO-3968: -- Description: Currently there are several java annotations like @AvroSchema, @AvroName, @AvroDoc

Re: [PR] AVRO-3966: [Java] Fix default value serialisation for fixed and bytes [avro]

2024-04-03 Thread via GitHub
mitasov-ra commented on PR #2823: URL: https://github.com/apache/avro/pull/2823#issuecomment-2035067350 @Fokko there's an issue with checks you've triggered, I can't see logs of failed runs. Can you please rerun one more time? -- This is an automated message from the Apache Git Service. T

Re: [PR] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 in /lang/java [avro]

2024-04-03 Thread via GitHub
Fokko commented on PR #2827: URL: https://github.com/apache/avro/pull/2827#issuecomment-2034600098 @dependabot rebase -- 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. To uns

Re: [PR] AVRO-3666 [Java] Use the new schema parser [avro]

2024-04-03 Thread via GitHub
Fokko commented on PR #2642: URL: https://github.com/apache/avro/pull/2642#issuecomment-2034587224 @opwvhk Could you resolve the merge conflicts? -- 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 t

Re: [PR] AVRO-3666 [Java] Use the new schema parser [avro]

2024-04-03 Thread via GitHub
Fokko commented on code in PR #2642: URL: https://github.com/apache/avro/pull/2642#discussion_r1549641360 ## lang/java/avro/src/main/java/org/apache/avro/ParseContext.java: ## @@ -18,25 +18,36 @@ package org.apache.avro; Review Comment: This is a new file, so it is okay to

[jira] [Updated] (AVRO-3967) Replace boost::format with fmt

2024-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated AVRO-3967: - Labels: pull-request-available (was: ) > Replace boost::format with fmt > ---

Re: [PR] [AVRO-3967] Replace boost::format with fmt library [avro]

2024-04-03 Thread via GitHub
martin-g commented on PR #2832: URL: https://github.com/apache/avro/pull/2832#issuecomment-2033889498 The ARM64 builders run on Ubuntu 20.04 with GCC 9.3.0 -- 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

Re: [PR] [C++] Replace boost::format with fmt library [avro]

2024-04-03 Thread via GitHub
mkmkme commented on PR #2832: URL: https://github.com/apache/avro/pull/2832#issuecomment-2033848170 I see that `fmt::fmt-header-only` was not found on ARM Linux. Will try to see what version of `fmt` is being installed on the host. In general, I would like to see it updated at some po

[jira] [Commented] (AVRO-3960) Fix st ANYARGS warnings

2024-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833437#comment-17833437 ] ASF subversion and git services commented on AVRO-3960: --- Commit 03ea

[jira] [Commented] (AVRO-3962) [Rust] avro-derive supports extract docs from field comments

2024-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833435#comment-17833435 ] ASF subversion and git services commented on AVRO-3962: --- Commit 5e3b

[jira] [Commented] (AVRO-3956) NPE when calling Protocol#equals or hashCode

2024-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833434#comment-17833434 ] ASF subversion and git services commented on AVRO-3956: --- Commit dad0

[jira] [Commented] (AVRO-3964) [Rust] Out-of-bounds panic

2024-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833438#comment-17833438 ] ASF subversion and git services commented on AVRO-3964: --- Commit 7448

[jira] [Commented] (AVRO-3945) Fix issues reported by cppcheck

2024-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AVRO-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17833436#comment-17833436 ] ASF subversion and git services commented on AVRO-3945: --- Commit 2077

Re: [PR] Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 in /lang/java [avro]

2024-04-03 Thread via GitHub
Fokko commented on PR #2810: URL: https://github.com/apache/avro/pull/2810#issuecomment-2033840132 @dependabot rebase -- 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. To uns

Re: [PR] [C++] Replace boost::format with fmt library [avro]

2024-04-03 Thread via GitHub
mkmkme commented on PR #2832: URL: https://github.com/apache/avro/pull/2832#issuecomment-2033837648 Sure! Sorry I hadn't added it earlier. Will do this now -- 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

Re: [PR] [C++] Replace boost::format with fmt library [avro]

2024-04-03 Thread via GitHub
martin-g commented on PR #2832: URL: https://github.com/apache/avro/pull/2832#issuecomment-2033835115 > This change is a trivial rework It might be trivial to you but to me it looks like it needs a JIRA issue (for the changelog) :-) -- This is an automated message from the Apache G