Update factory method Java API links#3539
Conversation
Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
PR SummaryReplaced outdated Java 8 API docs with Java 21 equivalents in the Factory Method README and removed the obsolete Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
✅ LGTM!
Review Summary
Commits Considered (1)
- d962ecf: Update factory method Java API links
Signed-off-by: Arnab Nandy arnab_nandy7@yahoo.com
Files Processed (1)
- factory-method/README.md (1 hunk)
Actionable Comments (0)
Skipped Comments (6)
-
factory-method/README.md [106-106]
readability: "Inconsistent link syntax in README"
-
factory-method/README.md [107-107]
readability: "Inconsistent link syntax in README"
-
factory-method/README.md [108-108]
readability: "Inconsistent link syntax in README"
-
factory-method/README.md [109-109]
readability: "Inconsistent link syntax in README"
-
factory-method/README.md [110-110]
readability: "Inconsistent link syntax in README"
-
factory-method/README.md [111-111]
readability: "Inconsistent link syntax in README"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3539 +/- ##
============================================
- Coverage 83.24% 83.23% -0.01%
- Complexity 4025 4028 +3
============================================
Files 1060 1060
Lines 14246 14246
Branches 686 686
============================================
- Hits 11859 11858 -1
- Misses 2100 2104 +4
+ Partials 287 284 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
What does this PR do?
Updates the Factory Method README to replace outdated Java 8 API documentation links with Java 21 links and removes the obsolete
javax.xml.bind.JAXBContextexample.Fixes #3368