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

[NCL-5611] Initial commit to port to protobuf #455

Merged
merged 2 commits into from
Aug 17, 2021

Conversation

thescouser89
Copy link
Contributor

This commit adds classes to properly serialize class:

  • MultiValuedMap
  • LocalFile

to Protobuf format. ProtobufSerializer is the interface annotated with
classes to be considered by the Protobuf Stream processor (Protostream)
to generate proto files for serialization and deserialization.

The Protobuf format is not yet 'activated' in the codebase as we work on
the rest of the classes that need to be serialized via Protobuf.

The spotbug-exclude.xml includes the classes generated by Protostream so
that they are not scanned for checks

@pnc-bot-release
Copy link
Collaborator

Build triggered for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build started for merge commit.

This commit adds classes to properly serialize class:

- MultiValuedMap
- LocalFile

to Protobuf format. `ProtobufSerializer` is the interface annotated with
classes to be considered by the Protobuf Stream processor (Protostream)
to generate proto files for serialization and deserialization.

The Protobuf format is not yet 'activated' in the codebase as we work on
the rest of the classes that need to be serialized via Protobuf.

The spotbug-exclude.xml includes the classes generated by Protostream so
that they are not scanned for checks
@pnc-bot-release
Copy link
Collaborator

Build triggered for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build started for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build triggered for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build started for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build triggered for merge commit.

@pnc-bot-release
Copy link
Collaborator

Build started for merge commit.

@dwalluck dwalluck merged commit 26f16ae into project-ncl:master Aug 17, 2021
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.

3 participants