Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 8, 2023

This PR contains the following updates:

Package Change Age Confidence
org.jodd:jodd-props (source) 5.0.13 -> 5.2.0 age confidence
org.jodd:jodd-log (source) 5.0.13 -> 5.1.6 age confidence
org.jodd:jodd-lagarto (source) 5.0.13 -> 5.1.5 age confidence
org.jodd:jodd-core (source) 5.0.13 -> 5.3.0 age confidence

Release Notes

oblac/jodd (org.jodd:jodd-log)

v5.1.6

Moving towards 6.0.0.
Lagarto moved to separate repo!

v5.1.5

New Features
  • madvoc - added @In.defaultValue()
  • json - added type parser map.
  • methref - added counter for methref detection.
Breaking changes
  • methref - methods on() and to() renamed to of() and get().
  • pathref - methods on() and to() renamed to of() and get().
  • jerry - removed $() method in favor of s() - graal compatible.
Bug fixes
  • http - cookies not passed down in HttpBrowser after a redirect occurs.
  • lagarto - fixed issue with the conditional comments

v5.1.4

Sorry, changelog N/A at this time.

v5.1.3

MethRef updated.

v5.1.2

Just a dependencies fix since v5.1.0

v5.1.0

Mostly bugfixes.
TBA


Configuration

📅 Schedule: Branch creation - "every 3 weeks on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 8 times, most recently from 8cb6aa5 to bf0c71c Compare June 3, 2023 21:10
@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 2 times, most recently from bcc9fcc to 49a6d67 Compare November 24, 2023 14:17
@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 2 times, most recently from d257f96 to 1a464e1 Compare December 14, 2023 17:05
@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 2 times, most recently from ce018d6 to 6cc1ad7 Compare January 30, 2025 14:30
Copy link

forking-renovate bot commented Jul 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/bom-thirdparty/build.gradle.kts
Command failed: ./gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp dependencies

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:core:jar'.
> META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat was not found in /tmp/renovate/repos/github/apache/jmeter/src/core/build/libs/ApacheJMeter_core-6.0.0-SNAPSHOT.jar. The entry should be generated by log4j-core annotation processor

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

BUILD FAILED in 11m 19s

@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 9 times, most recently from dcf43f1 to c0a74bc Compare July 22, 2025 14:53
@renovate-bot renovate-bot force-pushed the renovate/org.jodd branch 11 times, most recently from 28f6733 to 44ec520 Compare October 13, 2025 04:18
@vlsi
Copy link
Collaborator

vlsi commented Oct 13, 2025

The test failure is caused by a bug in lagarto nested conditional comment processing: oblac/jodd-lagarto#25

@vlsi
Copy link
Collaborator

vlsi commented Oct 13, 2025

It turns out the newer Lagarto parser does not properly support nested conditional comments.
However, it turns out IE10 drops conditional comments in the first place, and Microsoft ended IE 9 support on January 12, 2016.

@pmouawad , @FSchumacher , WDYT if we drop IE<10 tests from JMeter?

@vlsi vlsi force-pushed the renovate/org.jodd branch 2 times, most recently from f52fe21 to e96c351 Compare October 16, 2025 18:48
Previously, JMeter analyzed conditional commens and it could parse
HTML pages as if it was Internet Explorer of a specific version.
However, Internet Explorer 10 no longer supports conditional comments,
and IE 9 has been unsupported for quite some time already.

See oblac/jodd-lagarto#25
@vlsi vlsi force-pushed the renovate/org.jodd branch from e96c351 to 1737df0 Compare October 16, 2025 18:49
@vlsi vlsi merged commit 6fc29c9 into apache:master Oct 16, 2025
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants