Skip to content

Commit d8b94ff

Browse files
committed
Cleanup
1 parent a7b3da5 commit d8b94ff

3 files changed

Lines changed: 13 additions & 20 deletions

File tree

content/about/info-v1.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ weight: 20
55

66
The original library which started in 2012 and got a last release in 2021. Up till **version 1.3.0 the library targets Java 8**, while **version 1.4.0 relies on Java 11**.
77

8+
## Archived Sources
9+
810
[The sources of V1 can be found in the read-only GitHub repository `pi4j/pi4j-v1`](https://github.com/Pi4J/pi4j-v1).
911

10-
## Documentation of the 1.X versions
12+
## Release Notes V1.X
1113

12-
### Pi4J Version 1.4
14+
### Pi4J Version 1.4 - 2021-03-03
1315

14-
* Released 2021-03-03
1516
* Support for JDK/JRE 11 and 64-bit ARM platforms
1617
* This release is the final release for the Pi4J Version 1.x codebase
1718
* The Pi4J project is now prioritizing focus on providing Java programs access, control and communication with the core I/O capabilities of the Raspberry Pi platform
@@ -22,26 +23,22 @@ The original library which started in 2012 and got a last release in 2021. Up ti
2223
* Not using Java-modules yet, this will be part of the V2
2324
* [Documentation website V1.4](/1.4/index.html)
2425

25-
### Pi4J Version 1.3
26+
### Pi4J Version 1.3 - 2021-01-29
2627

27-
* Released 2021-01-29
2828
* Added support for Raspberry Pi 4B, 400, and Compute Module 4
2929
* Various improvements and bug fixes listed here: [GitHub Issues (v1.3)](https://github.com/Pi4J/pi4j-v1/milestone/10?closed=1)
3030
* Based on JDK8
3131
* [Documentation website V1.3](/1.3/index.html)
3232

33-
### Pi4J Version 1.2
33+
### Pi4J Version 1.2 - 2019-02-26
3434

35-
* Released 2019-02-26
3635
* Based on Java 8
3736
* [Documentation website V1.2](/1.2/index.html)
3837

39-
### Pi4J Version 1.1
38+
### Pi4J Version 1.1 - 2016-07-26
4039

41-
* Released 2016-07-26
4240
* [Documentation webiste V1.1](/1.1/index.html)
4341

44-
### Pi4J Version 1.0
42+
### Pi4J Version 1.0 - 2015-04-18
4543

46-
* Released 2015-04-18
4744
* [Documentation website V1.0](/1.0/index.html)

content/about/info-v2.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'What''s New in V2'
33
weight: 21
44
---
55

6-
As of versions 2.X.X, Pi4J **no longer includes support for peripheral devices and add-on chipsets/boards** as part of the core project. A new plugin model has been introduced in version 2.0 that helps to enable third-party development and support third-party add-ons which can be developed and maintained independently of the core Pi4J project. **V2-versions of Pi4J require Java 11** or higher.
6+
As of versions 2.X.X, Pi4J **no longer includes support for peripheral devices and add-on chipsets/boards** as part of the core project. A new plugin model has been introduced in version 2.0 that helps to enable third-party development and support third-party add-ons which can be developed and maintained independently of the core Pi4J project.
77

8-
[The sources of V2+ can be found in the GitHub repository `pi4j/pi4j`](https://github.com/Pi4J/pi4j).
8+
**V2-versions of Pi4J require Java 11** or higher.
99

10-
## What's New in 2.0?
10+
## What's New in V2?
1111

12-
Pi4J version 2.0 brings with it many new features, and an entirely new architecture that focuses on
12+
Pi4J V2 brings with it many new features, and an entirely new architecture that focuses on
1313
extensibility, simplified integration and a modern Java API including the following:
1414

1515
* Fluent APIs/Interfaces
@@ -60,6 +60,4 @@ The Pi4J V2+ source code is available in this GitHub repository: [`pi4j/pi4j` Gi
6060
git clone https://github.com/Pi4J/pi4j
6161
```
6262

63-
Pi4J V2 had the first release in August 2021. Rework from V1 to V2 took quit some time and will never be finished, but
64-
we are confident this is a great library to develop Java application on the Raspberry Pi. Any remarks and contributions
65-
are welcome as either bug reports or discussions in the [GitHub repository](https://github.com/Pi4J/pi4j).
63+
Pi4J V2 had the first release in August 2021. Rework from V1 to V2 took quit some time and will never be finished, but we are confident this is a great library to develop Java application on the Raspberry Pi. Any remarks and contributions are welcome as either bug reports or discussions in the [GitHub repository](https://github.com/Pi4J/pi4j).

content/about/info-v3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ The current/latest Long Term Support (LTS) version of Java is version 21. So it
1111

1212
We would like to move to Java 22 as this would allow us to easier call C code to interact with the GPIOs, thanks to [JEP 454: Foreign Function & Memory API](https://openjdk.org/jeps/454). Unfortunately, 22, is not a LTS, so it would force us to bump the version every six months with each new release, up till 25.
1313

14-
[The sources of V3 can be found in the GitHub repository `pi4j/pi4j`](https://github.com/Pi4J/pi4j).
15-
1614
## What's New in V3?
1715

1816
The first V3-release of Pi4J, version 3.0.1, is a continuation of 2.8.0, but bumps the **minimal Java version to 21** and includes some improvements, see the [release notes](/about/release-notes/#2025-03-24---v301).

0 commit comments

Comments
 (0)