-
Updated
Sep 28, 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,610 public repositories matching this topic...
-
Updated
Sep 26, 2021 - Java
-
Updated
Sep 8, 2021 - Java
-
Updated
Aug 24, 2021 - Java
-
Updated
Sep 28, 2021 - Java
-
Updated
Aug 3, 2021
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
Sep 13, 2021 - Java
Named API allows to tune the representation of arguments passed to @MethodSource or @ArgumentSource.
There are a number of tests that could make use of that feature, notably in https://github.com/reactor/reactor-core/blob/main/reactor-core/src/withMicrometerTest/java/reactor/core/scheduler/SchedulersMetricsTest.java#L225
PR #2773 identifies such occurrences with a TODO `//TODO replace
-
Updated
Sep 28, 2021 - Ruby
-
Updated
Sep 19, 2021 - Java
-
Updated
Aug 17, 2021
Current, if we try to run a more recent Java class in an old JVM, we get the following error message:
Error: LinkageError occurred while loading main class some.Class
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=some/Class, offset=6
However, it is not so easily to detect that the class was compiled with a version above the supported by the JVM.Hotspot
-
Updated
Aug 12, 2021
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Apr 20, 2021 - Rust
-
Updated
May 13, 2021 - Java
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.
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
-
Updated
Jan 4, 2021
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