8000 Release 1.8 by z1c0 · Pull Request #24 · Dynatrace/OneAgent-SDK-for-Java · GitHub
[go: up one dir, main page]

Skip to content

Release 1.8 #24

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

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Release 1.8 #24

merged 1 commit into from
Feb 4, 2021

Conversation

z1c0
Copy link
Contributor
@z1c0 z1c0 commented Feb 4, 2021

Updated `docs', 'src' and 'README.md' from BB repo.

@z1c0 z1c0 requested a review from Oberon00 February 4, 2021 12:02
@@ -1,486 +1,511 @@
# Dynatrace OneAgent SDK for Java
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems there is some kind of line ending issue here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, weird. Does it matter though?

@@ -17,7 +17,7 @@

import com.dynatrace.oneagent.sdk.api.OutgoingMessageTracer;

public class OutgoingMessageTracerProxy extends TraceableProxy implements OutgoingMessageTracer {
final class OutgoingMessageTracerProxy extends TraceableProxy implements OutgoingMessageTracer {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recall we talked about something similar before, but why is public removed from this class? And why just this class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not just this class. It's all but OutgoingWebRequestTracerProxy which is probably an oversight.
These classes should never have been public (and non-final) in the first place. This will be mentioned in the GH release notes though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also SDK2AgentInternalApiProxy which is still public.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually intentional (or rather: necessary).

@@ -17,7 +17,7 @@

import com.dynatrace.oneagent.sdk.api.OutgoingMessageTracer;

public class OutgoingMessageTracerProxy extends TraceableProxy implements OutgoingMessageTracer {
final class OutgoingMessageTracerProxy extends TraceableProxy implements OutgoingMessageTracer {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also SDK2AgentInternalApiProxy which is still public.

@z1c0 z1c0 merged commit 49bc530 into master Feb 4, 2021
@z1c0 z1c0 deleted the release_1.8 branch February 4, 2021 13:03
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.

2 participants
0