Skip to content

Origin#22

Merged
anonyein merged 6 commits intomasterfrom
origin
Oct 2, 2025
Merged

Origin#22
anonyein merged 6 commits intomasterfrom
origin

Conversation

@anonyein
Copy link
Copy Markdown
Owner

@anonyein anonyein commented Oct 2, 2025

No description provided.

jhy and others added 6 commits September 29, 2025 14:56
That frees up the cache directly in the typical `el.select("parent child")` flow.

The streaming use of evaluators still only reset on reuse, because the control flow of the stream returns to the caller before complete execution. But we also now hold the cache as a WeakHashMap, so it can be GCed when the DOM goes unreachable.

Also changed to the reset to call `remove` so that the ThreadLocalMap entry is removed (vs just clearing the held map).

Fixes jhy#2411
This was previously used to support older Android API levels without full `java.util.function` coverage; jsoup now requires core library desugaring so this indirection is no longer necessary.
…to 0.9.0 (jhy#2410)

Bump org.sonatype.central:central-publishing-maven-plugin

Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

---
updated-dependencies:
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Retains 8, 17, 25.
@anonyein anonyein merged commit 975bad3 into master Oct 2, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants