Commit 442319b
committed
Remove beats code generation and document Fields.java with JavaDoc
The beats/ folder contained YAML field specifications (Elastic Beats
format), Ruby/Python generation scripts, and generated asciidoc files
that were used to produce Fields.java and index template files.
- Delete cf-java-logging-support-core/beats/ entirely (YAML specs,
scripts, generated asciidoc and index templates)
- Remove the `generate` Maven profile from cf-java-logging-support-core/
pom.xml, which invoked the Ruby and Python scripts
- Replace the auto-generated header comment in Fields.java with full
JavaDoc on every constant: type, required/optional, shared/log/request
scope, description, and examples where applicable; constants are
grouped into shared-context, application-log, and request-metrics
sections
- Update README.md to link to Fields.java instead of the deleted beats
folder
Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>1 parent a5e8bb6 commit 442319b
File tree
15 files changed
+474
-3504
lines changed- cf-java-logging-support-core
- beats
- app-logs
- docs
- etc
- request-metrics
- docs
- etc
- scripts
- src/main/java/com/sap/hcp/cf/logging/common
15 files changed
+474
-3504
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments