Code Monkey home page Code Monkey logo

dropwizard-request-tracker's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dropwizard-request-tracker's Issues

Build against Dropwizard 1.3.7, target Java 8

I tried building against Dropwizard 1.3.7 just to see what would happen.

It looks like Guava Supplier now just proxies to java.util.function.Supplier, which doesn't exist in Java 7. That's a problem since we set our compiler source and target 1.7. Changing source and target to 1.8 fixed the problem, but I was using JDK 9 and ran into a series of runtime dependency issues. I'm guessing none of this is a problem for users. Still, passing builds for development seems important.

Maybe it's time for a general refresh.

Here's my thoughts:

  1. Build against Dropwizard 1.3.7
  2. Target Java 8
  3. Update any massively outdated dependencies
  4. Replace any resulting deprecations
  5. Ensure builds using Java 9-11 work without error

This would be a new major version.

I've got a branch started with some of the changes already.

Use semantic version

Update poms to follow semantic versioning, ie we're not prod ready so we should be 0.0.1

Publish version supporting dropwizard 0.9.1

The most recently published version available in maven central is 0.2.0, which is aimed at dropwizard 0.7.1

It looks like the current version is aimed at dropwizard 0.9.1 - could this please be published to maven central?

Publish to maven central

Once the bundle is complete we can probably publish to maven central. Never done that, no idea how to.

Use JUnit 5

Split from #33.

See my comment which discusses some of JUnit 5 and dropwizard.

The tricky part will be the removal of rules. Since we wrap one rule with another rule. Need to figure out how to do that with extensions.

This will have to be built on top of #34 since JUnit 5 requires Java 8.

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.