Code Monkey home page Code Monkey logo

programming-excercises's People

Contributors

carlalo avatar dependabot[bot] avatar goeckeler avatar mliebelt avatar

Watchers

 avatar  avatar

programming-excercises's Issues

Upgrade the "astronauts-in-space" at least to Java 11

We have done the exercise "astronauts-in-space", and the biggest problem was, that the example is pretty old, and you have to use Java 1.8 for it. Combined with that, the libraries are much older, and that leads to all the time, that you have to try out which version for which exercise is working.

Goal: Upgrade the Java version at least to Java 11 or even Java 16, and ensure that all libraries are updated as well.

Possible implementation

  • Create a new (dummy) project by using https://start.spring.io/ (Spring Initializer). ✔️
  • Ensure that the "right" dependencies were selected. ( ✔️ )
  • Use that project as starting point, and move the code from this project over to it. ✔️
  • Ensure that the project is building all the time, and the one (fake) test is running. ✔️

Details

I had to merge the POM somehow, not sure if I got all right. I have added needed libraries (for MariaDB, H2, ...) that are needed later in the exercises, so that students just may use them.

Left over is the upgrade of JUnit 4 to JUnit 5 (at least), not sure, if I am able to do that in the same ticket.

Btw, I have migrated to Java 11, tests were running in Java 16, but the application had problems when starting. I think Java 11 is reasonable, the Spring Boot Initializer was used with Java 16 (if that is relevant).

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.