#
java10
Here are 111 public repositories matching this topic...
Backport of Java 8/9 java.util.stream API to Java 6/7 and Android
-
Updated
Feb 13, 2022 - Java
This repository has all 23 GOF design patterns coded in Java 9 with around 50+ working project code used for Video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain". The link of the course is
design-pattern
design-patterns
designpatterns
gang-of-four
java10
gang-of-four-design-patterns
designpatterndemo
designpatternsjava
aseemjain
javadesignpatterns
-
Updated
Aug 12, 2018 - Java
A repository for LogicalDOC DMS - Community Edition - Docker image https://www.logicaldoc.com/download-logicaldoc-community
mysql
java
docker
postgres
debian
docker-compose
postgresql
document
ubuntu1604
dms
document-management
logicaldoc-community
java10
-
Updated
Feb 11, 2022 - Shell
Microservices framework for Java
java
microservices
framework
rest
microservice
cricket
hexagonal-architecture
microservice-framework
gdpr
ports-and-adapters
java10
-
Updated
Feb 21, 2022 - Java
security
jwt
spring
spring-boot
authentication
swagger
json-web-token
spring-boot-security
spring-boot-2
java10
-
Updated
Nov 23, 2018 - Java
-
Updated
Feb 23, 2021 - Java
Experimental Java 8 backport of the incubating Java 10 HTTP/2 and WebSocket API
-
Updated
Sep 25, 2020 - Java
JUnit 5 test cases for Spring Boot 2 REST APIs
-
Updated
Jul 15, 2018 - Java
Vaadin Flow - HelloWord with maven and Apache Meecrowave
-
Updated
Oct 17, 2019 - Java
There are a lot of reactive frameworks in the field, some with functional languages for the JVM. But since Java8 we get both aspects with the JDK. But how you could combine this and use this without adding the next big framework to your project? We will have a Core Java journey to explore a lot of nice possibilities based on the the JDK.
java
functional-programming
vaadin
functional-reactive-programming
java8
java9
sven
ruppert
java10
java11
meecrowave
-
Updated
Apr 26, 2018 - Java
A composite chart allowing to use several different series types in one chart object (line, scatter and area) as well as multiple x and y axis
-
Updated
Dec 19, 2018 - CSS
java study - basic usage
java
basic
collection
patterns
stream
guava
java8
optional
lamda
java9
apache-commons
java-study
java10
java11
-
Updated
Nov 15, 2019 - Java
A simple binary serialization method for vertx which uses annotations & reflection like spring jpa / hibernate for databases.
-
Updated
Dec 22, 2018 - Java
Improve this page
Add a description, image, and links to the java10 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java10 topic, visit your repo's landing page and select "manage topics."
@MartinWitt points out rightly that assertTrue assertions should always have a message, see INRIA/spoon#4298 (review)
It's a good Spoon exercise to write a processor to detect assertTrue without messages.
We welcome first contributors to Spoon who add missing messages to assertTrue.