question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Public API JDK vanilla

See original GitHub issue

What do you think about the idea of exposing only (or at least) JDK vanilla compliant API?

Example without using ImmutableList from guava or offer an alternative with List

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexanderYastrebovcommented, May 31, 2016

The interesting part is that guava dependency is transitive from problem library

1reaction
AlexanderYastrebovcommented, May 31, 2016

See #47

Read more comments on GitHub >

github_iconTop Results From Across the Web

Framework-less REST API in Java - DEV Community ‍ ‍
Framework-less REST API in Java ... Java ecosystem is packed with frameworks and libraries. For sure not as many as in JavaScript world...
Read more >
Vanilla Java
Here are some of my favourites ;) Stateless Singleton implementing an interface public enum RandomStrategy implements IntSupplier { INSTANCE;.
Read more >
Creating a REST API - Happy Coding
Simple Java REST Client. The details of exactly how to build one of those applications (also called clients) are a little bit outside...
Read more >
Creating a REST API quickly using pure Java | Insight - Box UK
1. Step 1 – set up Spark 2. Step 2 – Creating a RESTful endpoint 3. Step 3 – Persisting data
Read more >
Why use a framework for RESTful services in Java instead of ...
JAX-RS is a very well designed API that makes mapping HTTP requests to methods, extracting parameters from various parts of a HTTP request, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found