-
Updated
May 5, 2022 - 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,826 public repositories matching this topic...
-
Updated
May 5, 2022 - Java
-
Updated
Feb 8, 2022 - Java
-
Updated
Feb 14, 2022 - Java
-
Updated
Mar 5, 2022
-
Updated
May 4, 2022 - Java
The method createSubscription(ProjectSubscriptionName name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds)
from the example is deprecated. Probably, we should use createSubscription(String name, TopicName topic, PushConfig pushConfig, int ackDeadlineSeconds)
, i.e. replace ProjectSubscriptionName name
with String name
.
-
Updated
Apr 30, 2022 - Java
Motivation
-
Updated
May 5, 2022 - Ruby
-
Updated
Dec 25, 2021 - Java
-
Updated
Aug 17, 2021
In furtherance to the technical debt of code, this one is to change the occurences of:
memcpy( warmMethodHeader + offsetof(OMR::CodeCacheMethodHeader, _metaData), &metaData, sizeof(metaData) );
to something like:
reinterpret_cast<OMR::CodeCacheMethodHeader *>(warmMethodHeader)->_metaData = metaData;
In the on-going MicroJIT PR eclipse-openj9/openj9#9578, this has
-
Updated
Apr 22, 2022 - Java
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Apr 20, 2021 - Rust
-
Updated
May 5, 2022 - Java
-
Updated
May 5, 2022 - Scala
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
We use sbt-dynver to set the version for the Play project based on git tags.
E.g. when you run sbt in the Play project folder you will see: