GithubHelp home page GithubHelp logo

Comments (5)

NotMyFault avatar NotMyFault commented on July 2, 2024

The default branch supports compiling on Java 11 and 17 by now. However, I'm not a maintainer of this plugin, but it's up for adoption, if someone else wants to take over the development and release to the central repository.

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 2, 2024

@Metonya does the issue happen only on junit reports ?
are the rest of the generators working ?

from bootstraped-multi-test-results-report-plugin.

BogdanLivadariu avatar BogdanLivadariu commented on July 2, 2024

I think the plan would be to move away from JAXB and use other deserialization lib such as jackson which should fix the problem for good

for what its worth, I`ve started working in moving away from jaxb entirely
so far 3 modules need to be migrated as they use xml deserialization:

  • junit(in progress)
  • testng
  • rspec

from bootstraped-multi-test-results-report-plugin.

Metonya avatar Metonya commented on July 2, 2024

@Metonya does the issue happen only on junit reports ? are the rest of the generators working ?

After you asked, I saw that we are having the same problem for Cucumber.
cucumberproblem

from bootstraped-multi-test-results-report-plugin.

mertdemgarantibbva avatar mertdemgarantibbva commented on July 2, 2024

Thank you for your support.
We did our trials with the .hpi you sent after the update. We got the following error messages at the xml parser stage.

14:37:50 [JUnit test report builder] there was an error generating the reports: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "noNamespaceSchemaLocation" (class com.github.bogdanlivadariu.reporting.junit.xml.models.TestSuiteModel), not marked as ignorable (10 known properties: "skipped", "tests", "testcase", "properties", "failures", "errors", "uniqueID", "time", "overallStatus", "name"]) 14:37:50 at [Source: (File); line: 2, column: 287] (through reference chain: com.github.bogdanlivadariu.reporting.junit.xml.models.TestSuiteModel["noNamespaceSchemaLocation"]) 14:37:50 com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:61)

We cloned the project and edited the xml parser part ourselves.

TestSuiteModel.java

    //    @XmlAttribute
    @JacksonXmlProperty(isAttribute = true)
    private String noNamespaceSchemaLocation;

TestCaseModel.java

private String skipped;

public String getSkipped() {
        return skipped;
    }

Can you add the changes I forwarded to the master?

from bootstraped-multi-test-results-report-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.