Skip to content

Tags: kasperhbo/java-docfx

Tags

v1.14.0

Toggle v1.14.0's commit message
Updated overviews

v1.13.0

Toggle v1.13.0's commit message
Updates doclet for usage with Java 17

v1.12.0

Toggle v1.12.0's commit message
Updated Library Overview || Beta, Obsolete, Internal annotation support

v1.11.1

Toggle v1.11.1's commit message
Includes dependency updates

v1.11.0

Toggle v1.11.0's commit message
Includes new package overview and updated links to Client overviews

v1.10.1

Toggle v1.10.1's commit message
patch fix for package and version selection

v1.10.0

Toggle v1.10.0's commit message
Includes new library overview and updated lefthand navigation that co…

…llapses pre-release and stub packages

1.9.0

Toggle 1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc…

…-plugin to v3.5.0 (googleapis#172)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.4.1` -> `3.5.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.5.0/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-docfx-doclet).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjQ4LjIifQ==-->

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Allow unicode javadoc comments (googleapis#162)

* fix: Allow unicode in javadoc comments

* chore: Add tests for unicode support

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add Caching for ElementUtil (googleapis#140)

* feat: Add javax.lang.Element caching

* fix: Removed synchronized keyword

* fix: Add elementutil mocks

* fix: Add ElementUtil mock

Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>