Skip to content
#

java-8

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 7,198 public repositories matching this topic...

gawi
gawi commented Sep 21, 2018

Is your feature request related to a problem? Please describe.

Configuration options are not documented on the web site.

Describe the solution you'd like

I need to look at the code (i.e. the *Config classes) or at the Javadoc in order to determine the configuration options. I'd like to have it documented on the website and to be sure that the configuration options match whatever

rouzwawi
rouzwawi commented Dec 2, 2015

The current javadoc reads:

* The uri of the request message.
* Uri query parameters are available via {@link #parameter(String)} and {@link #parameters()}.
* Uri pathArgs are available in {@link RequestContext}.

Some details that are unspecified:

  • Does the uri contain the scheme of the incoming request?
  • Does it contain the authority?
  • How does it relate to Route.uri?
  • What are the
My-Blog

🌴:octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验

  • Updated May 19, 2020
  • Java
wsalembi
wsalembi commented Jun 13, 2019

I'm looking for any documentation that provides more information or recommendations on managing the Nakadi platform in a production environment.

  • High-available setup
  • Capacity management
  • Backup/restore strategies
  • Release management (upgrade strategy)

Is there any community forum to discuss the Nakadi platform?

sluongng
sluongng commented Sep 19, 2019

I went through documentations to try picking up this library and I think there are several things can be improved:

Major:

  • Add a reading order to the documentation.
    Documentation right now are fragmented and all over the place, as a beginner after Quick Start, i dont know which one I should be reading next.
    Perhaps a proper table of content with number ordering would be nice
p-himik
p-himik commented Apr 6, 2019
(jt/plus  (jt/zoned-date-time) (jt/minutes 1))
=> #inst"2019-04-06T10:35:04.615-00:00"
(jt/plus (jt/minutes 1) (jt/zoned-date-time))
Execution error (ClassCastException) at java-time.amount/d-plus (amount.clj:12).
class java.time.ZonedDateTime cannot be cast to class java.time.Duration (java.time.ZonedDateTime and java.time.Duration are in module java.base of loader 'bootstrap')
`

Created by James Gosling

Released May 23, 1995

Website
www.oracle.com/technetwork/java/javase/overview/index.html
Wikipedia
Wikipedia
You can’t perform that action at this time.