Skip to content

Commit

Permalink
XmlHandler JavaDoc, Unit Test, Maven Wrapper Unistall (#7)
Browse files Browse the repository at this point in the history
* XmlHandler Unit Tests, README.md Update, CHANGELOG.md Update

* CHANGELOG.md

* CHANGELOG.md Update

* JavaDoc XmlHandler, CHANGELOG.md Update

* .gitignore Update, Maven Wrapper Uninstall, CHANGELOG.md Update
  • Loading branch information
rikkarth authored Dec 3, 2023
1 parent ffbb31f commit 72283d7
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 552 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target/
!**/src/test/**/target/

### IntelliJ IDEA ###
.idea/*
.idea/
*.iws
*.iml
*.ipr
Expand Down
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
18 changes: 0 additions & 18 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.5] - Dev

### Added

- Unit tests in `pt.codeforge.toolertools.xml.XmlHandlerTest`
- Tested `#getOptionalDomFromFile`
- JavaDoc to `pt.codeforge.toolertools.xml.XmlHandler`

### Changed

- README.md update
- pom.xml update for integration with Maven Central
- README.md
- pom.xml for integration with *Maven Central*
- Unit tests signatures in `XmlHandlerTest` for improved readability.
- Separated `#getNodeFromXPath` unit test assertions for better readability.

### Removed

- Maven Wrapper for smaller binary. Unecessary since *"this is wibrary"*.

## [0.0.4] - 02-12-2023

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ simplify your development tasks.

## Featuring

**XmlHandler** that retrieves values from a doc when provided with the target XPath.
**XmlHandler** retrieves values from a doc when provided with the target XPath.

Why parse through a whole XML just to retrieve one value? We can use the power of tooler-tools and XPath. There's no
management or error handling.
Expand Down
308 changes: 0 additions & 308 deletions mvnw

This file was deleted.

Loading

0 comments on commit 72283d7

Please sign in to comment.