-
Updated
Jan 29, 2021 - Java
jvm

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 1,409 public repositories matching this topic...
-
Updated
Jan 5, 2021 - Java
-
Updated
Jan 28, 2021 - Java
-
Updated
Jan 24, 2021 - Java
-
Updated
Jan 29, 2021 - Java
-
Updated
Jan 29, 2021 - C++
Hi,
Very regularly we see that the MySQL container fails to start under the default 2mn timeout (120s). We've even increased that to 4mn and still fails (I've now increased it to 15mn to see what happens).
Anyway the point is that TC tries issue a SQL query to verify it's started during the defined timeout and if it doesn't succeed it just says that the DB is started, with:
00:11:17.
-
Updated
Jan 28, 2021 - Java
-
Updated
Jan 11, 2021 - Java
-
Updated
Jan 29, 2021 - Ruby
The window
operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.
Documentation Issue
I had a data processing pipeline that I introduced batching to, using the window
operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP
-
Updated
Jan 29, 2021 - Java
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Jan 8, 2021
-
Updated
Jan 24, 2021 - Java
Update the TPCH example to support query 6:
select
sum(l_extendedprice * l_discount) as revenue
from
lineitem
where
l_shipdate >= date ':1'
and l_shipdate < date ':1' + interval '1' year
and l_discount between :2 - 0.01 and :2 + 0.01
and l_quantity < :3;
-
Updated
Jun 15, 2020 - Java
As per the title.
By the way, thanks for the work you're doing on jphp, and sorry for so many issues, I'm really interested in the project, and would love to use it for lotsa cool magic upcoming stuff <3
Document code style
Add how to configure code style in Contributing.
Adding an .editorconfig file will help to auto apply code style in some IDEs.
-
Updated
Sep 22, 2020 - Kotlin
-
Updated
Jan 4, 2021
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
JDK