The GitHub Actions job "Publish Fory Java Snapshot" on fory.git/main has failed.
Run started by GitHub user chaokunyang (triggered by chaokunyang).

Head commit for run:
f534ffefa5bbfe96fbbce78da869132ba092ae49 / Shawn Yang <[email protected]>
feat(compiler): add generated `to_bytes/from_bytes` methods to generated 
message/union (#3238)

## Why?

- Provide convenient bytes helpers on generated IDL types and make
registration of imported types consistent across languages.

## What does this PR do?

- Generate `to_bytes/from_bytes` (or language equivalents) for IDL
messages/unions in C++/Go/Java/Python/Rust and update the generated-code
docs/examples.
- Add helper registration paths that register imported types first and
centralize thread-safe Fory creation.
- Add new pools/factories (`SimpleForyPool`,
`threadsafe.NewWithFactory`, `ThreadSafeFory` factory) and extend IDL
integration tests to round-trip via the new helpers.

## Related issues

Closes #3237 
#3099

## Does this PR introduce any user-facing change?

Generated IDL code now exposes `to_bytes/from_bytes` helpers and new
registration helpers.

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?

## Benchmark

Report URL: https://github.com/apache/fory/actions/runs/21476502738

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to