Skip to content

Fix Javadoc for GraylogExtendedLogFormatProperties#50699

Open
leestana01 wants to merge 1 commit into
spring-projects:mainfrom
leestana01:fix-gelf-properties-javadoc
Open

Fix Javadoc for GraylogExtendedLogFormatProperties#50699
leestana01 wants to merge 1 commit into
spring-projects:mainfrom
leestana01:fix-gelf-properties-javadoc

Conversation

@leestana01
Copy link
Copy Markdown

The class-level Javadoc and the service component description of GraylogExtendedLogFormatProperties were copied from the nested Service record and not adapted:

  • the type is described as "Service details for …" although it is a properties record;
  • @param service is described as "the version of the application", which is the description of Service.version, not the service component (a Service).

Align both with the parallel ElasticCommonSchemaProperties ("Properties for … structured logging." / @param service service details).

Javadoc only — no behavior change.

The class-level description ("Service details for...") and the `service`
component description ("the version of the application") were copied from
the nested Service record and not adapted. Correct them to match the
parallel ElasticCommonSchemaProperties: the type holds properties and the
`service` component holds service details.

Signed-off-by: leestana01 <leestana01@naver.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants