Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed May 4, 2024
2 parents bfd043a + 9411e95 commit bb2ff30
Show file tree
Hide file tree
Showing 139 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Roberto Gentili
Copyright (c) 2019 Roberto Gentili

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Burningwave Core [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40burningwave_org%20Core%2C%20the%20%23Java%20frameworks%20building%20library%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%29&url=https://burningwave.github.io/core/)
# Burningwave Core [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%40burningwave_org%20Core%2C%20the%20%23Java%20frameworks%20building%20library%20%28works%20on%20%23Java8%20%23Java9%20%23Java10%20%23Java11%20%23Java12%20%23Java13%20%23Java14%20%23Java15%20%23Java16%20%23Java17%20%23Java18%20%23Java19%20%23Java20%20%23Java21%20%23Java22%29&url=https://burningwave.github.io/core/)

<a href="https://www.burningwave.org">
<img src="https://raw.githubusercontent.com/burningwave/burningwave.github.io/main/logo.png" alt="logo.png" height="180px" align="right"/>
Expand All @@ -7,9 +7,9 @@
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/)
[![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE)

[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/7151439855)
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/8920265885)

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(21)-blueviolet)](https://github.com/burningwave/core/actions/runs/7151439855)
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(22)-blueviolet)](https://github.com/burningwave/core/actions/runs/8920265885)

[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master)
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues)
Expand Down Expand Up @@ -49,7 +49,7 @@ To include Burningwave Core library in your projects simply use with **Apache Ma
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.64.3</version>
<version>12.65.1</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/11.0.1/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/14/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/15.0.1/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/17/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-18/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/18/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-19/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/19/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-20/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/20/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/1.8.0_251/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.burningwave.core.AllExceptHeavyTestsSuite"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="org.burningwave.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="core"/>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The MIT License (MIT)
Copyright (c) 2019-2023 Roberto Gentili
Copyright (c) 2019 Roberto Gentili
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without
Expand All @@ -31,7 +31,7 @@

<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.64.4-SNAPSHOT</version>
<version>12.65.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Burningwave Core</name>
Expand Down Expand Up @@ -95,7 +95,7 @@
<jakarta.validation.version>2.0.2</jakarta.validation.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<junit.version>1.10.0</junit.version>
<burningwave-jvm-driver.version>8.15.0</burningwave-jvm-driver.version>
<burningwave-jvm-driver.version>8.16.1</burningwave-jvm-driver.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
Expand Down Expand Up @@ -292,8 +292,8 @@
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
<Import-Package>
javax.tools,
io.github.toolfactory.jvm;version="9.6.0",
io.github.toolfactory.jvm.util;version="9.6.0",
io.github.toolfactory.jvm;version="9.7.1",
io.github.toolfactory.jvm.util;version="9.7.1",
org.slf4j;version="1.7.0";resolution:=optional,
org.burningwave.jvm;version="${burningwave-jvm-driver.version}";resolution:=optional
</Import-Package>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Cache.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Cleanable.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Closeable.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Component.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Criteria.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Executable.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Identifiable.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/LoggingLevel.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/ManagedLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Memorizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Objects.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Strings.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/SystemProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/burningwave/core/Virtual.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2019-2023 Roberto Gentili
* Copyright (c) 2019 Roberto Gentili
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
Expand Down
Loading

0 comments on commit bb2ff30

Please sign in to comment.