Skip to content

Commit 07842ba

Browse files
committed
* Refactor project remove all gradle files.
* Make it simple stand-alone project in order to be easier to use. * Add Json library for httpClient examples. * Add WIP example of foreign function and memory api.
1 parent 4bfa3c4 commit 07842ba

File tree

10 files changed

+101
-324
lines changed

10 files changed

+101
-324
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ gradle-app.setting
4242

4343
/.idea/
4444
/gradle/
45+
/out/

build.gradle

-34
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-57.3 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

-5
This file was deleted.

gradlew

-183
This file was deleted.

gradlew.bat

-100
This file was deleted.

java-practice.iml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
<orderEntry type="library" name="json-20231013" level="project" />
11+
</component>
12+
</module>

settings.gradle

-2
This file was deleted.

src/main/java/features_versions/nineteen_19/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Java 19
22

3+
Good resource: https://mkyong.com/java/what-is-new-in-java-19/
4+
35
## Preview Features:
46

57
Record Patterns (JEP 405): Enables deconstructing record values using patterns for clearer and more concise code.

0 commit comments

Comments
 (0)