Giter Club home page Giter Club logo

Comments (4)

konohiroaki avatar konohiroaki commented on August 29, 2024 1

Oh I see. I knew for the first time that JAXB was removed in Java 11. Thank you for the catch!

from java8-code-kata.

MiguelYann avatar MiguelYann commented on August 29, 2024

<dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.2.11</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>2.2.11</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.2.11</version> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> </dependency>

from java8-code-kata.

konohiroaki avatar konohiroaki commented on August 29, 2024

I could not reproduce this issue by doing below. I got a successful test result instead.

  1. Remove all files under ~/.m2/repository/
  2. git clone this repository
  3. cd to the project directory
  4. git checkout solution
  5. ./mvnw test

Could you provide more detail so I can reproduce it?

from java8-code-kata.

MiguelYann avatar MiguelYann commented on August 29, 2024

It's depend on which version of Java you are using. In fact i'm using Java 11 and when I have cloned the project, and build tests, I have received an exception due to Java 11 don't support javaxdb... Then I have install manualy those missed depnedencies and everything gone OK.

from java8-code-kata.

Related Issues (3)

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.