-
Updated
Mar 12, 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,442 public repositories matching this topic...
-
Updated
Mar 8, 2021 - Java
-
Updated
Mar 9, 2021 - Java
-
Updated
Mar 12, 2021 - Java
-
Updated
Mar 13, 2021 - Java
-
Updated
Mar 12, 2021 - C++
var contents = Transferable.of(...);
var containerLocation = "/path/to/file";
withCopyFileToContainer(contents, containerLocation)
-
Updated
Mar 2, 2021
-
Updated
Jan 28, 2021 - Java
-
Updated
Feb 2, 2021 - Java
-
Updated
Mar 12, 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
There are a number of places in the JIT guarded with TR::Compiler->cls.classesOnHeap(). This query is hardcoded to always return true. J9 classes have resided on the heap for many years now and this is unlikely to change. I doubt this flexibility is still needed.
Assume TR::Compiler->cls.classesOnHeap() is always true and fold and remove code as necessary.
Leave the `classesOnHeap
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Jan 8, 2021
-
Updated
Mar 12, 2021 - Java
Having the ability to set an external/advertised hostname is great since it provides users a lot of flexibility in network deployments. However, having it a required argument is a pain for the most common scenario, where the scheduler, client and executors talk to each other in the same network (e.g. k8s or docker-compose).
We should make the external hostname optional. If the scheduler receive
-
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
Jan 4, 2021
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia


JDK