Skip to content

fix: replace deprecated constructors with autoboxing#1335

Merged
baltzell merged 1 commit into
developmentfrom
boxing
Jul 6, 2026
Merged

fix: replace deprecated constructors with autoboxing#1335
baltzell merged 1 commit into
developmentfrom
boxing

Conversation

@c-dilks

@c-dilks c-dilks commented Jul 6, 2026

Copy link
Copy Markdown
Member

fixes warnings such as

Byte(byte) in java.lang.Byte has been deprecated and marked for removal

Sonnet 4.6 LLM says the auto-boxing should "just work", since objects is of type Object[][].

fixes warnings such as
```
Byte(byte) in java.lang.Byte has been deprecated and marked for removal
```
Sonnet 4.6 LLM says the auto-boxing should "just work", since `objects` is of type `Object[][]`.
@baltzell baltzell enabled auto-merge (squash) July 6, 2026 14:58
@baltzell baltzell merged commit e07165d into development Jul 6, 2026
22 checks passed
@c-dilks c-dilks deleted the boxing branch July 6, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants