Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.15 in /spark - #25

Open
dependabot[bot] wants to merge 152 commits into
fix/dependabot-autogenfrom
dependabot/maven/spark/org.jacoco-jacoco-maven-plugin-0.8.15
Open

Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.15 in /spark#25
dependabot[bot] wants to merge 152 commits into
fix/dependabot-autogenfrom
dependabot/maven/spark/org.jacoco-jacoco-maven-plugin-0.8.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

Bumps org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.15.

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.15

New Features

  • JaCoCo now officially supports Java 26 (GitHub #2076).
  • Experimental support for Java 27 class files (GitHub #2004).
  • Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub #1905).
  • Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub #1944).
  • Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub #2097).
  • Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub #2098).
  • Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub #2023).
  • Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub #2114).
  • For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub #2089).

Fixed bugs

  • Fixed processing of Kotlin SMAP in synthetic classes (GitHub #1985).
  • Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by JDK-8166253 (GitHub #2065, #2074).
  • For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub #2073).
  • Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub #1651).

Non-functional Changes

  • JaCoCo now depends on ASM 9.10.1 (GitHub #2134).

0.8.14

New Features

  • JaCoCo now officially supports Java 25 (GitHub #1950).
  • Experimental support for Java 26 class files (GitHub #1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #1814, #1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #1885, #1970, #1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #1813, #1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #1813, #1940). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #1965).

0.8.13

New Features

  • JaCoCo now officially supports Java 23 and Java 24 (GitHub #1757, #1631, #1867).
  • Experimental support for Java 25 class files (GitHub #1807).
  • Calculation of line coverage for Kotlin inline functions (GitHub #1670).
  • Calculation of line coverage for Kotlin inline functions with reified type parameter (GitHub #1670, #1700).
  • Calculation of coverage for Kotlin JvmSynthetic functions (GitHub #1700).
  • Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub #1616).

... (truncated)

Commits
  • 6c5260a Prepare release v0.8.15
  • 5c05141 Transfer of execution data through socket should use buffered stream (#2089)
  • ab5efa9 Remove from Azure Pipelines all builds except with JDK 5 and JDK EA (#2148)
  • 5f6ea38 Use Windows 2025 image in GitHub Actions (#2130)
  • 35a8af2 Use Renovate instead of Dependabot for updates of ASM (#2137)
  • 85b8ddf Upgrade ASM to 9.10.1 (#2134)
  • 2988647 AgentModule should use ClassLoader of agent instead of SystemClassLoader (#1651)
  • 75a4e31 Add filter for Kotlin @JvmExposeBoxed (#1944)
  • 691fa1d Use Renovate instead of Dependabot for updates of GitHub Actions (#2132)
  • 3e18f17 Require at least JDK 21 for build (#2128)
  • Additional commits viewable in compare view

sonalgoyal and others added 8 commits June 24, 2026 20:46
Co-authored-by: chandan <chandanydv0402@gmail.com>
Co-authored-by: chandan <chandanydv0402@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: chandan <chandanydv0402@gmail.com>
Extract the shared steps of perfTest-febrl120K and perfTest-ncVoters5M into a single reusable workflow (perfTest-reusable.yml) invoked via workflow_call. The two dataset workflows become thin callers that pass their INPUT file and keep their own schedule.

Also fix the copy-pasted 'No changes to commit for perfTest-febrl120K' message in the ncVoters workflow.

Co-authored-by: chandan <chandanydv0402@gmail.com>
…inggAI#1344)

The abstract Matcher and Linker classes carried a leftover
`static String name` field ("zingg.Matcher" / "zingg.Linker") from
the original single-package layout. After the multi-module refactor
these classes moved to zingg.common.core.executor, so the value no
longer reflects the package structure.

The field is also unused: the phase factory (e.g. SparkZFactory)
loads executors by reflection using the concrete engine classes'
own name field (SparkMatcher.name, SparkLinker.name, ...), which are
correct. The abstract base field is never read and, being abstract,
could never be instantiated via that path. Removing it resolves the
"names are incorrect" issue and drops dead, misleading code.

Co-authored-by: chandan <chandanydv0402@gmail.com>
Co-authored-by: chandan <chandanydv0402@gmail.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2026
Chandanydv1234 and others added 17 commits July 28, 2026 15:51
* Split Spark test session provider into Lite and Heavy profiles

* use a flag instead of getInstance as suggested in review

dropped getInstance from the providers and used the isSessionInitialised
flag in the extension to build the session once. made initializeSession
public. memory stays the same, lite 1g and heavy 8g.

---------

Co-authored-by: chandan <chandanydv0402@gmail.com>
…missing from telemetry (zinggAI#1342)

* Fix: call track(boolean) in postMetrics() to populate missing telemetry fields

The abstract track(boolean) method in ZinggBase sets dataFormat, outputFormat,
numTotalFields, numMatchFields, and stopWords - but was never being called,
since postMetrics() in the parent class ZinggBaseCommon had no reference to it.

This left those 5 fields permanently missing from every telemetry event sent
to GA4/BigQuery, confirmed via IDE (0 usages) and via live payload inspection.

Fix: declared track(boolean) as abstract in ZinggBaseCommon (matching the
existing pattern used for getArgs/setArgs/execute), and added a call to it
in postMetrics() right before postEvent() sends the event.

Verified locally: rebuilt from source, ran a match job with debug logging,
confirmed all 5 previously-missing fields now appear correctly in the
outgoing GA4 payload.

* Revert unintended workflow file version drift (unrelated to telemetry fix)

* Revert remaining workflow file version drift (unrelated to telemetry fix)
The labeler rendered pairs via ZFrame.show(int), which lets Spark
default to truncate=true, capping cell values at 20 characters (e.g.
emails shown as john_smith@cas...). Add a show(int, boolean) overload
to ZFrame and SparkFrame, and have VerticalDisplayUtility call
show(MAX_COLUMNS, false) so full values are displayed.
…ation

Fix labeler truncating field values in vertical display
Correct minor typos and grammar in docs/faq.md: add missing apostrophe, replace 'advance/peristent/gden' with 'advanced/persistent/golden', improve CDP paragraph wording and hyphenate 'out-of-the-box'. Minor copy edits for clarity and readability.
Correct typos in docs/running-zingg/compare-model-results.md: change 'Snowfalke' to 'Snowflake' and 'provivded' to 'provided' in the Enterprise Snowflake tab.
Replace TransformedOutputArguments with CompareArguments in docs/running-zingg/compare-model-results.md and reassign-zingg-id.md. Update API calls (setOriginalArgs -> setCompareToArgs, setTransformedOutputPath -> setResults) and adjust example usage. Rename tab to "Enterprise Python" and add an "Enterprise CLI" tab. Small example tweaks: change sample CSV path and add a note about marking the primary key for reassignment.
Expand and clarify the MAPPING_(FILENAME) documentation: add algorithm steps (dictionary loading, representative selection by longest value, value substitution, then handoff to configured match scorer), add a danger hint that MAPPING must be paired with another match type, update comparison table to show MAPPING+EXACT vs MAPPING+FUZZY, include an example JSON mapping, and update code snippets to include FUZZY. Also remove an extraneous commented instruction in reassign-zingg-id.md about marking a primary key.
added snowflake steps for configuring zingg
sonalgoyal and others added 28 commits August 19, 2026 08:51
Rename 'Explain Matches' to 'Explainability and Statistics' and restructure the interpreting results section. Nest 'Explain a Specific Cluster' and 'Output Statistics' as subsections under the parent topic. Update content to clarify the distinction between the explain phase and output statistics, and update all cross-references throughout the docs.
The codebase uses Encoders.row(StructType), which only exists in
Spark 3.5+, so the spark-3.4 profile could never compile. Remove the
dead profile so the build only advertises the Spark version it
actually supports.

Co-authored-by: chandan <chandanydv0402@gmail.com>
Co-authored-by: Sonal <sonalgoyal4@gmail.com>
Derive the Dependabot config from the single source of truth (the poms)
instead of hand-maintaining it:

- scripts/gen-dependabot.py scans every pom, emitting an allow list for
  compile-scope (shipped) deps and an ignore list for provided-scope deps
  (Spark/Scala/Jackson-core) the runtime supplies. Version placeholders are
  wildcarded; a dep that is provided in any module is treated as provided
  (mirrors Dependabot's ignore-wins-over-allow rule).
- .github/dependabot.yml regenerated from the script (also fixes the invalid
  package-ecosystem: "*" that had been silently rejecting the whole file).
- A pre-commit hook and CI workflow run the script in --check mode so the
  committed config can never drift from the poms.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.15.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.6...v0.8.15)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot changed the base branch from main to fix/dependabot-autogen August 24, 2026 18:17
@dependabot
dependabot Bot force-pushed the dependabot/maven/spark/org.jacoco-jacoco-maven-plugin-0.8.15 branch from b266a26 to 4dd966c Compare August 24, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants