Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mark array types deprecated #347

Merged
merged 2 commits into from
Feb 14, 2023
Merged

mark array types deprecated #347

merged 2 commits into from
Feb 14, 2023

Conversation

tiltwind
Copy link
Contributor

@tiltwind tiltwind commented Feb 9, 2023

What this PR does:
mark array types deprecated, to notice users the following types will not be supported in the next major version.

hessian.IntegerArray
hessian.ByteArray
hessian.ShortArray
hessian.BooleanArray
hessian.LongArray
hessian.FloatArray
hessian.DoubleArray
hessian.CharacterArray

@tiltwind
Copy link
Contributor Author

tiltwind commented Feb 9, 2023

ref: #344

@codecov-commenter
Copy link

Codecov Report

Merging #347 (5a3a08b) into master (4820c03) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #347   +/-   ##
=======================================
  Coverage   72.18%   72.18%           
=======================================
  Files          27       27           
  Lines        3128     3128           
=======================================
  Hits         2258     2258           
  Misses        633      633           
  Partials      237      237           
Impacted Files Coverage Δ
array.go 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wongoo wongoo merged commit f13bb4e into apache:master Feb 14, 2023
wongoo pushed a commit that referenced this pull request Feb 24, 2023
* mark array types deprecated (#347)

* mark array types deprected

* mark array types deprecated

* Update README.md

change readme title

* upgrade go to v1.17 to fix issue #348

---------

Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
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.

None yet

4 participants