>From Michael Blow <[email protected]>:
Michael Blow has uploaded this change for review. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21346?usp=email )
Change subject: [NO ISSUE][MISC] Update Dependencies
......................................................................
[NO ISSUE][MISC] Update Dependencies
- azurecore: 1.58.0 → 1.58.1 (test only)
(com.azure)
- azurecorehttpnetty: 1.16.4 → 1.16.5 (test only)
(com.azure)
- azureidentity: 1.18.3 → 1.18.4
(com.azure)
- grpc-bom: 1.81.0 → 1.82.0
- grpc-netty: 1.81.0 → 1.82.0
- netty.tcnative: 2.0.78.Final → 2.0.79.Final
(io.netty)
- reactor-netty: 1.2.10 → 1.2.18 (test only)
- httpclient5: 5.5 → 5.5.2 (test only)
Ext-ref: MB-72431
Change-Id: Iddc088a4cc2a5fedfb5042c8de0ea1573fa9be1f
---
M asterixdb/asterix-app/pom.xml
M asterixdb/pom.xml
M
hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java
M hyracks-fullstack/pom.xml
4 files changed, 11 insertions(+), 10 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/46/21346/1
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 3581f36..9d51800 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -863,13 +863,13 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
- <version>5.5</version>
+ <version>5.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
- <version>1.2.10</version>
+ <version>1.2.18</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 8e8579d..3a1a950 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -106,10 +106,10 @@
<azureblobjavasdk.version>12.34.0</azureblobjavasdk.version>
<azurecommonjavasdk.version>12.33.0</azurecommonjavasdk.version>
- <azureidentity.version>1.18.3</azureidentity.version>
+ <azureidentity.version>1.18.4</azureidentity.version>
<azuredatalakejavasdk.version>12.27.0</azuredatalakejavasdk.version>
- <azurecore.version>1.58.0</azurecore.version>
- <azurecorehttpnetty.version>1.16.4</azurecorehttpnetty.version>
+ <azurecore.version>1.58.1</azurecore.version>
+ <azurecorehttpnetty.version>1.16.5</azurecorehttpnetty.version>
<!-- keep in sync with hyracks-fullstack/pom.xml -->
<google-cloud-storage.version>2.68.0</google-cloud-storage.version>
@@ -1902,14 +1902,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
- <version>1.81.0</version>
+ <version>1.82.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
- <version>1.81.0</version>
+ <version>1.82.0</version>
<exclusions>
<exclusion>
<groupId>io.grpc</groupId>
diff --git
a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java
b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java
index 17e07d6..ddd0149 100644
---
a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java
+++
b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java
@@ -62,7 +62,8 @@
@AiProvenance(agent = GPT_5_3, tool = CHATGPT_UI, contributionKind =
GENERATED, notes = "Initial implementation generated via GPT-5.3 (browser)")
@AiProvenance(agent = GPT_5_MINI, tool = GITHUB_COPILOT, contributionKind =
GENERATED, notes = "Refinements / Javadocs generated via GPT-5 Mini (GitHub
Copilot)")
@Retention(RetentionPolicy.SOURCE)
-@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR,
ElementType.FIELD })
+@Target({ ElementType.LOCAL_VARIABLE, ElementType.TYPE, ElementType.METHOD,
ElementType.CONSTRUCTOR,
+ ElementType.FIELD })
@Repeatable(AiProvenances.class)
public @interface AiProvenance {
Agent agent();
@@ -326,7 +327,7 @@
// Web / Chat UIs
CHATGPT_UI(OPENAI, "chatgpt-ui", "ChatGPT"),
- CLAUDE_UI(ANTHROPIC, "claude-ui", "Claude UI"),
+ CLAUDE_UI(ANTHROPIC, "claude-ui", "Claude (Code) UI"),
GEMINI_UI(GOOGLE, "gemini-ui", "Gemini UI"),
PERPLEXITY(Provider.PERPLEXITY, "perplexity", "Perplexity"),
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 98b62c6..41c4505 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -77,7 +77,7 @@
<jackson-annotations.version>2.21</jackson-annotations.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<netty.version>4.1.135.Final</netty.version>
- <netty.tcnative.version>2.0.78.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.79.Final</netty.tcnative.version>
<asm.version>9.3</asm.version>
<awsjavasdk.version>2.44.14</awsjavasdk.version>
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21346?usp=email
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Change-Id: Iddc088a4cc2a5fedfb5042c8de0ea1573fa9be1f
Gerrit-Change-Number: 21346
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <[email protected]>