-
Notifications
You must be signed in to change notification settings - Fork 1
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
Agent: Refactor Measurements #105
Labels
Agent
Issues touching the agent part of the project
enhancement
New feature or request
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Comments
lsulak
added
Agent
Issues touching the agent part of the project
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
labels
Nov 1, 2023
lsulak
added a commit
that referenced
this issue
Feb 8, 2024
lsulak
added a commit
that referenced
this issue
Feb 27, 2024
lsulak
added a commit
that referenced
this issue
Feb 29, 2024
… Java 11 uses different algorithm - JLS3 "Binary Compatibility" you can read more about it if interested; this PR addresses that and removes reflection completely from this SerDe
lsulak
added a commit
that referenced
this issue
Mar 8, 2024
Mostly refactoring Measurement and a lot of stuff from Agent side
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in CPS small repos project
Mar 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Agent
Issues touching the agent part of the project
enhancement
New feature or request
refactoring
Improving code quality, paying off tech debt, aligning API, cleanup of unused code
Background
Currently the Measurements and MeasurementResults are a bit unclean and not unified. Try to find a way how to refactor it - also MeasurementProcessor has some class related to it that could be put elsewhere.
The text was updated successfully, but these errors were encountered: