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 com.jetbrains.rd:rd-gen from 2024.3.1 to 2025.1.1 #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps com.jetbrains.rd:rd-gen from 2024.3.1 to 2025.1.1.

Release notes

Sourced from com.jetbrains.rd:rd-gen's releases.

2025.1.1

Changed

  • rd-net: allowed comparison and basic operations (operators == and !=, Equals, GetHashCode) for default(Lifetime).
  • rd-net: support two different modes for default(Lifetime).
    1. If Lifetime.LogErrorIfLifetimeIsNotInitialized == true (enabled by default), usages of default(Lifetime).Definition will log errors. default(Lifetime) is not equal to Lifetime.Eternal.
    2. If Lifetime.LogErrorIfLifetimeIsNotInitialized == false (must be switched explicitly), legacy mode is active. In this mode, default(Lifetime) is essentially the same (and considered as equal to) Lifetime.Eternal.

2025.1.0

Fixed

  • rd-kt: Isolate onWireReceived to avoid completely broken protocol if someting went wrong (failed deserialization)

Changed

  • rd-reflection: assembly qualified name in rd reflection name for lazy-loading assemblies
  • rd-net: log error on accessing non-initialized lifetime

Added

  • rd-cpp: added float and double handling in gen_util.h

Full Changelog: JetBrains/rd@2024.3.1...2025.1.0

Commits
  • 7d03312 Release: prepare v2025.1.1
  • 6c75b58 Lifetime: new equality model for Eternal and default values
  • f55dda7 Build: update the parameter for Sonatype
  • c1975ee Release: prepare v2025.1.0
  • 930f29a CI: poll the upload status to guarantee successful deployment
  • 01b1727 Merge pull request #493 from JetBrains/usov/exception-isolation
  • 12a68a9 Add IsInitialized + IsUninitialized api
  • 8d28f49 Log error on accessing non-initialized lifetime to avoid memory leaks. Add `L...
  • 46d6872 Request diagnostic data and only then set logError flag
  • 222b488 Merge pull request #503 from JetBrains/au/afqn
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.jetbrains.rd:rd-gen](https://github.com/JetBrains/rd) from 2024.3.1 to 2025.1.1.
- [Release notes](https://github.com/JetBrains/rd/releases)
- [Commits](JetBrains/rd@2024.3.1...2025.1.1)

---
updated-dependencies:
- dependency-name: com.jetbrains.rd:rd-gen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants