Skip to content
#

java-library

Here are 1,086 public repositories matching this topic...

maald
maald commented Apr 24, 2020

As a new end user, I cannot find a single user guide or decent documentation. The javadoc reads like it's written as a quick review for someone who already knows the ins/outs of Mockito and just need some sample code. I don't even know what or how Mockito works and the first couple of lines are talking about "mockito inline".

Most open source projects have really great user guides and document

szandany
szandany commented Apr 30, 2020

Environment

Liquibase Version:
Liquibase Pro 4.0.0-beta1

Operating System Type & Version:
Linux, Windows

Description

Liquibase doesn't validate missing changeSet Author and ID attributes in Formatted SQL changeLogs.

Steps To Reproduce

  1. Create a changeSet in a Formatted SQL changeLog with missing Author or/and ID attributes
    For example:
    --changeset :whoAmI splitStatements:fals
EXL
EXL commented Sep 17, 2019

These warnings appear when the Spring application starts:

03:01:22.550 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.BotSession already registered
03:01:22.557 [restartedMain] DEBUG org.telegram.telegrambots.meta.ApiContext - Class org.telegram.telegrambots.meta.generics.Webhook already registered

Is this ok?

shoffmeister
shoffmeister commented May 29, 2015

The Android sample application is very nice and helpful.

When looking at the Transactions tab, I do get a number of transactions shown for my card, but quite a number of transactions are "missing".

The root cause seems to be that the Transactions tab only shows those transactions which were authorized online; or, put differently, it seems to be lacking all the low-value payments that I made (thr

aklish
aklish commented Dec 5, 2019

Expected Behavior

Swagger (JSON-API) allows attributes and relationships to have user defined descriptions added to the documentation through the ApiModelProperty annotation.

GraphQL should support a similar mechanism.

Current Behavior

The description for attributes is left blank.

Possible Solution

Create a new Elide annotation that adds descriptions (and other attributes in A

cactoos
cruftex
cruftex commented Aug 29, 2019

Just noticed that the resilience chapter is quite difficult to digest.

  • more examples and explanation what is happening
  • better, longer introduction
  • before going through all configuration options, it should be more use case oriented and explain how to deal with the top 3 scenarios

Improve this page

Add a description, image, and links to the java-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.