java-library
Here are 1,062 public repositories matching this topic...
Java规范根据社区反馈修改
-
Updated
May 19, 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
-
Updated
May 24, 2020 - Java
Context
As a reader of online docs, it is not clear when doing diff which database if the "reference" against which a "target" is compared. This makes it tough!
As a reader of online docs, hoping to do a diffchangelog, it is not clear how to set the url and referenceURL parameters if i want to apply the generated diffchangelog against one db to migrate it up to the other. Which is which?
R
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 registeredIs this ok?
-
Updated
May 24, 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
Sep 27, 2017 - Java
Java 14 introduces java.lang.Record. If that name is kept in future Java versions, org.xbill.DNS.Record should be renamed to something else (for example, DnsRecord) to avoid having to reference org.xbill.DNS.Record by its fully qualified name on each usage.
(While we’re at naming: the package name shou
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
Dec 17, 2019 - Kotlin
-
Updated
May 12, 2020 - Java
-
Updated
May 14, 2016 - Java
-
Updated
May 22, 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
May 18, 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