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

Bump protostuff_version from 1.5.9 to 1.8.0 #11397

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps protostuff_version from 1.5.9 to 1.8.0.
Updates protostuff-core from 1.5.9 to 1.8.0

Changelog

Sourced from protostuff-core's changelog.

protostuff-1.8.0 2022-03-12

  • -Dprotostuff.runtime.preserve_null_elements=true preserves null elements in collections/arrays. This property replaces -Dprotostuff.runtime.allow_null_array_element=true, which only applied to arrays. Note that this works only on the binary formats (protostuff/protobuf/graph)
  • allow protostuff-runtime to work with java 9 and above
  • handle invalid repeated/collection/map pojos during serialization (Issue 309)
  • include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.4 2021-04-29

  • include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.3 2021-04-29

  • handle invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.2 2020-04-18

  • Issue 273 - fix bug on custom maps without a K (Key) parameter type. Only the V (value) parameter type is declared.

protostuff-1.6.2 2019-10-07

  • null elements support for pojos in object array 8fddbd5 (Issue 266)

protostuff-1.6.1 2019-10-04

protostuff-1.6.0 2017-07-03

  • Use a CharSequence as a source for read/writeString (#216)

protostuff-1.3.3 2015-03-23

... (truncated)

Commits

Updates protostuff-runtime from 1.5.9 to 1.8.0

Changelog

Sourced from protostuff-runtime's changelog.

protostuff-1.8.0 2022-03-12

  • -Dprotostuff.runtime.preserve_null_elements=true preserves null elements in collections/arrays. This property replaces -Dprotostuff.runtime.allow_null_array_element=true, which only applied to arrays. Note that this works only on the binary formats (protostuff/protobuf/graph)
  • allow protostuff-runtime to work with java 9 and above
  • handle invalid repeated/collection/map pojos during serialization (Issue 309)
  • include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.4 2021-04-29

  • include class and field name in error msg for invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.3 2021-04-29

  • handle invalid repeated/collection/map pojos during serialization (Issue 309)

protostuff-1.7.2 2020-04-18

  • Issue 273 - fix bug on custom maps without a K (Key) parameter type. Only the V (value) parameter type is declared.

protostuff-1.6.2 2019-10-07

  • null elements support for pojos in object array 8fddbd5 (Issue 266)

protostuff-1.6.1 2019-10-04

protostuff-1.6.0 2017-07-03

  • Use a CharSequence as a source for read/writeString (#216)

protostuff-1.3.3 2015-03-23

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `protostuff_version` from 1.5.9 to 1.8.0.

Updates `protostuff-core` from 1.5.9 to 1.8.0
- [Release notes](https://github.com/protostuff/protostuff/releases)
- [Changelog](https://github.com/protostuff/protostuff/blob/master/CHANGELOG.md)
- [Commits](protostuff/protostuff@protostuff-1.5.9...protostuff-1.8.0)

Updates `protostuff-runtime` from 1.5.9 to 1.8.0
- [Release notes](https://github.com/protostuff/protostuff/releases)
- [Changelog](https://github.com/protostuff/protostuff/blob/master/CHANGELOG.md)
- [Commits](protostuff/protostuff@protostuff-1.5.9...protostuff-1.8.0)

---
updated-dependencies:
- dependency-name: io.protostuff:protostuff-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.protostuff:protostuff-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Jan 30, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

Codecov Report

Merging #11397 (0b3ef5c) into 3.2 (f73eee9) will decrease coverage by 4.65%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #11397      +/-   ##
============================================
- Coverage     69.46%   64.81%   -4.65%     
+ Complexity      119       14     -105     
============================================
  Files          1525     1497      -28     
  Lines         82581    62501   -20080     
  Branches      14708     9146    -5562     
============================================
- Hits          57364    40513   -16851     
+ Misses        20339    17755    -2584     
+ Partials       4878     4233     -645     
Impacted Files Coverage Δ
...luster/router/script/ScriptStateRouterFactory.java 0.00% <0.00%> (-100.00%) ⬇️
...he/dubbo/test/common/impl/GreetingServiceImpl.java 0.00% <0.00%> (-100.00%) ⬇️
...zookeeper/curator/CuratorZookeeperTransporter.java 0.00% <0.00%> (-100.00%) ⬇️
.../serialize/hessian2/Hessian2SerializerFactory.java 0.00% <0.00%> (-100.00%) ⬇️
...nfigure/DubboRelaxedBinding2AutoConfiguration.java 0.00% <0.00%> (-100.00%) ⬇️
.../apache/dubbo/test/spring/SpringXmlConfigTest.java 0.00% <0.00%> (-96.16%) ⬇️
...egistrycenter/context/ZookeeperWindowsContext.java 0.00% <0.00%> (-81.82%) ⬇️
...istrycenter/processor/FindPidWindowsProcessor.java 5.40% <0.00%> (-81.09%) ⬇️
...pc/cluster/router/file/FileStateRouterFactory.java 0.00% <0.00%> (-80.96%) ⬇️
...ycenter/processor/KillProcessWindowsProcessor.java 10.00% <0.00%> (-80.00%) ⬇️
... and 474 more

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

@CrazyHZM CrazyHZM merged commit 45c19a5 into 3.2 Jan 30, 2023
@CrazyHZM CrazyHZM deleted the dependabot/maven/protostuff_version-1.8.0 branch January 30, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants