java-library
Here are 1,086 public repositories matching this topic...
Java规范根据社区反馈修改
-
Updated
Jul 3, 2020 - Java
i have read the tutorial carefully. but i am confused with some places.
1.the byte-buddy is nice. but i donot know DSL well. so i have spent some time to search DLS articles to understand it. if tutorial can offer some structure infomations of byte-buddy DSL,i think it.s better
2.annotions are nice,but i spent some time to understa
Liquibase doesn't validate missing changeSet Author and ID attributes in Formatted SQL changeLogs
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
- Create a changeSet in a Formatted SQL changeLog with missing Author or/and ID attributes
For example:
--changeset :whoAmI splitStatements:fals
-
Updated
Jul 6, 2020 - Java
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?
-
Updated
Jul 7, 2020 - Java
-
Updated
Nov 30, 2016 - Java
-
Updated
May 3, 2020 - Kotlin
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
Because value type is (signed) Short
tcp/udp port is unsigned 16bit number but java's Short can't handle it.
As a result, some operation like compareTo() doesn't work.
-
Updated
Nov 12, 2019 - Java
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
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
-
Updated
Jun 22, 2020 - Java
-
Updated
Sep 27, 2017 - Java
Many builds with natives have support for maven classifiers (used to provide separate jars depending on OS). This reduces download size etc.
Please add this to aparapi-jni.
-
Updated
Jul 4, 2020 - Kotlin
-
Updated
Jul 2, 2020 - Java
-
Updated
Jul 7, 2020 - Kotlin
-
Updated
May 14, 2016 - Java
-
Updated
Jul 6, 2020 - Kotlin
I didn't find any documentation on how to start speed test from okla (xml) servers list ? How can we use that ?
-
Updated
Nov 8, 2019 - Java
-
Updated
Jul 5, 2020 - Java
Improve this page
Add a description, image, and links to the java-library topic page so that developers can more easily learn about it.
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."
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