Giter Club home page Giter Club logo

java-katas's People

Contributors

bukama avatar c-guntur avatar faisal6621 avatar sormuras avatar zhelezniak88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

java-katas's Issues

JUnit5 dependencies in poms to test scope

Code that relies on JUnit5, currently resides in the production directories at src/main/java. This causes the maven dependency to be in production scope and not test scope. Move such code to a separate module and depend on that module in the katas. The poms for the katas can then move all JUnit dependencies to test scope.

Fix root README typos

  1. Fix the java-optionals to java-optional.
  2. Fix the 'repacements' to 'replacements'

Run a spellcheck on the entire README, fix other typos.

Add java-lambdas as a kata

Java closures currently resides as a separate repo. Convert to follow conventions and create a java-closures kata in this repo.

Fix display name inconsistencies in java-datetime Test

Fix the DateTimeKataDisplayNames to drop the "verify" from the JUnit output. Fix the none.cvg.datetime.DateTimeKataDisplayNames#generateDisplayNameForMethod() to render text from substring after 'verify'. See similar example at: none.cvg.handles.HandlesKataDisplayNames#generateDisplayNameForMethod in java-handles.

java-optional solutions not tested when mvn run from root

Currently three katas exist. When running mvn clean install or mvn verify from the root, the JUnit tests under the src/solutions/java for java-datetime and java-handles are executed and test results produced. However, the JUnit tests under the src/solutions/java for java-optionals are not run. This needs to be fixed.

Include OpenJDK EA build

Update .travis.yml to include a maven build with openjdk-ea. This build can potentially fail, so allow_failures.

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.