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

Feat/merge in system text json branch; fixes #262 #354

Open
wants to merge 35 commits into
base: development
Choose a base branch
from

Commits on Mar 21, 2024

  1. Fix #262: Moved from Newtonsoft.Json to System.Text.Json

    antoineatrhea committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a626887 View commit details
    Browse the repository at this point in the history
  2. Fix SQ issues

    antoineatrhea committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b6ad0cb View commit details
    Browse the repository at this point in the history
  3. Update README

    antoineatrhea committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3493e78 View commit details
    Browse the repository at this point in the history
  4. Fix SQ issue

    antoineatrhea committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    843b096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    721771b View commit details
    Browse the repository at this point in the history
  6. Missing method on ICDP4JsonSerializer interface

    antoineatrhea committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f1aee5c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Added Deserialize from string

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bb9e07a View commit details
    Browse the repository at this point in the history
  2. added snupkg

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    585d6fb View commit details
    Browse the repository at this point in the history
  3. PostOperation is concrete class now

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    160c208 View commit details
    Browse the repository at this point in the history
  4. Improved deserialization of postoperation

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    09d9365 View commit details
    Browse the repository at this point in the history
  5. Remove useless constructor of PostOperation

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f155be5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebafaa4 View commit details
    Browse the repository at this point in the history
  7. Fix deserialization of OrderedItem

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b1227a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b03b1f View commit details
    Browse the repository at this point in the history
  9. Missing README in CDP4JsonSerializer

    antoineatrhea committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0665703 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    c11aa53 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/gh262-system-text-json-serializer' into feat/merge…

    …-in-system-text-json-branch
    Alexander van Delft committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    69c87ef View commit details
    Browse the repository at this point in the history
  3. Bump version number and fix errors

    Alexander van Delft committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    64d2721 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Story so far

    Alexander van Delft committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f7ddc66 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Finetuning

    Alexander van Delft committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    10cfdfc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Upgrades and fixes according to Annex.C3 Integration Tests

    Alexander van Delft committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0fcfde7 View commit details
    Browse the repository at this point in the history
  2. RHEA -> Starion

    Alexander van Delft committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6f4f4f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Finetuning and bugfixes

    Alexander van Delft committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0505162 View commit details
    Browse the repository at this point in the history
  2. update PackageReleaseNotes

    Alexander van Delft committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d0a68ee View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. MessageBus performance

    Alexander van Delft committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1936e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Upgrade references

    Alexander van Delft committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    91e394a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Refactor Assembler for better performance

    Alexander van Delft committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    03573d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Revert "MessageBus performance"

    This reverts commit 1936e00.
    Alexander van Delft committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    26c12bd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Review comments

    Alexander van Delft committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d0e8bd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Move specific CDP4DalJsonSerializer project classes to CDP4JsonSerial…

    …izer and remove CDP4DalJsonSerializer project
    Alexander van Delft committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    53eb823 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. - use PostOperation where possible

    - Use same unit JsoinSerializer tests for Net and NetCore
    - Add extra datamodel version checks to JsonSerializers
    Alexander van Delft committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    64abba5 View commit details
    Browse the repository at this point in the history
  2. - use Microsoft.AspNet.WebApi.Client instead of System.Net.Http.Forma…

    …tting.Extension
    Alexander van Delft committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e4da0af View commit details
    Browse the repository at this point in the history
  3. - Refactor creation of default JsonSerializerOptions

    Alexander van Delft committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2022268 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Review comment

    Alexander van Delft committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a1f429a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Always support MessagePack deserialization as a DefaultRequestHeader …

    …and fix unit tests accordingly
    Alexander van Delft committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    73b763e View commit details
    Browse the repository at this point in the history