-
Updated
Jul 31, 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,558 public repositories matching this topic...
-
Updated
Jul 29, 2021 - Java
-
Updated
Jun 29, 2021 - Java
-
Updated
Jul 11, 2021 - Java
-
Updated
Jul 29, 2021 - Java
-
Updated
Jun 3, 2021
-
Updated
Jul 29, 2021 - C++
When using the RabbitMQContainer with the latest version of rabbitmq-management docker image, the docker container is not started.
The error is caused by the RABBITMQ_DEFAULT_PASS environment variable that has been deprecated and is not supported anymore (see this commit).
-
Updated
Jul 11, 2021 - Java
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
Jul 30, 2021 - Ruby
-
Updated
Jul 31, 2021 - Java
In the prototype implementation of value types support, the letter Q
is used as a prefix in the bytecode for the signatures of classes that are value types, as distinguished from concrete identity type classes, interfaces and abstract classes, whose signatures are prefixed with the letter L
.
Minimal changes to handle the Q
prefix in the JIT compiler were merged into OpenJ9 in [pull reques
-
Updated
Jan 8, 2021
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Apr 20, 2021 - Rust
-
Updated
May 7, 2021
-
Updated
May 13, 2021 - 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.
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
Are you looking for help?
No.
Play Version
2.6 to 2.8
API
Java / Scala
Expected Behavior
The instructions at https://www.playframework.com/documentation/2.8.x/Deploying-CloudFoundry work.
As it stands (see https://stackoverflow.com/a/62506207/4432837 and cloudfoundry/java-test-applications#20) those instructions are no longer applic