Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0943b15

Browse filesBrowse files
committed
Set version to 2.8.2, update changelog
1 parent b8386a1 commit 0943b15
Copy full SHA for 0943b15

File tree

Expand file treeCollapse file tree

25 files changed

+46
-42
lines changed
Filter options
Expand file treeCollapse file tree

25 files changed

+46
-42
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kohlschutter/junixsocket/codeql-analysis.yml?cacheSeconds=60)](https://github.com/kohlschutter/junixsocket/actions/workflows/codeql-analysis.yml) [![Last commit on main](https://img.shields.io/github/last-commit/kohlschutter/junixsocket/main)](https://github.com/kohlschutter/junixsocket/commits/main) [![Maven Central version](https://img.shields.io/maven-central/v/com.kohlschutter.junixsocket/junixsocket)](https://search.maven.org/artifact/com.kohlschutter.junixsocket/junixsocket) [![Apache 2.0 Licensed](https://img.shields.io/github/license/kohlschutter/junixsocket)](https://github.com/kohlschutter/junixsocket/blob/main/NOTICE)
44

5-
**Users of junixsocket are strongly advised to upgrade to version 2.8.1 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
5+
**Users of junixsocket are strongly advised to upgrade to version 2.8.2 or newer ([changelog](https://kohlschutter.github.io/junixsocket/changelog.html))**
66

77
# junixsocket
88

@@ -88,7 +88,7 @@ To include the core junixsocket functionality in your project, add the following
8888
<dependency>
8989
<groupId>com.kohlschutter.junixsocket</groupId>
9090
<artifactId>junixsocket-core</artifactId>
91-
<version>2.8.1</version>
91+
<version>2.8.2</version>
9292
<type>pom</type>
9393
</dependency>
9494
```

‎junixsocket-codecoverage/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-codecoverage/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-codecoverage</name>

‎junixsocket-common/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-common/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-common</name>

‎junixsocket-core/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-core/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.kohlschutter.junixsocket</groupId>
99
<artifactId>junixsocket</artifactId>
10-
<version>2.8.1</version>
10+
<version>2.8.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-core</name>

‎junixsocket-darwin/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-darwin/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-darwin</name>

‎junixsocket-demo/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-demo/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-demo</name>

‎junixsocket-dist/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-dist/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-dist</name>

‎junixsocket-jetty-12/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-jetty-12/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-jetty</name>

‎junixsocket-jetty/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-jetty/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-jetty</name>

‎junixsocket-mysql/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-mysql/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-mysql</name>

‎junixsocket-native-android/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-native-android/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.kohlschutter.junixsocket</groupId>
1212
<artifactId>junixsocket</artifactId>
13-
<version>2.8.1</version>
13+
<version>2.8.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<name>junixsocket-native-android</name>

‎junixsocket-native-common/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-native-common/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.8.1</version>
10+
<version>2.8.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-common</name>

‎junixsocket-native-cross/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-native-cross/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.8.1</version>
10+
<version>2.8.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-cross</name>

‎junixsocket-native-custom/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-native-custom/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
99
<!-- Update this manually after maven-release -->
10-
<version>2.8.1</version>
10+
<version>2.8.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>junixsocket-native-custom</name>

‎junixsocket-native/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-native/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-native</name>

‎junixsocket-rmi/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-rmi/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-rmi</name>

‎junixsocket-selftest-android/SelftestApp/app/build.gradle

Copy file name to clipboardExpand all lines: junixsocket-selftest-android/SelftestApp/app/build.gradle
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ dependencies {
4949
implementation 'com.google.android.material:material:1.9.0'
5050
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5151

52-
implementation 'com.kohlschutter.junixsocket:junixsocket-native-android:2.8.1@aar'
52+
implementation 'com.kohlschutter.junixsocket:junixsocket-native-android:2.8.2@aar'
5353

54-
implementation 'com.kohlschutter.junixsocket:junixsocket-common:2.8.1'
54+
implementation 'com.kohlschutter.junixsocket:junixsocket-common:2.8.2'
5555

56-
implementation 'com.kohlschutter.junixsocket:junixsocket-tipc:2.8.1'
57-
implementation 'com.kohlschutter.junixsocket:junixsocket-vsock:2.8.1'
58-
implementation 'com.kohlschutter.junixsocket:junixsocket-rmi:2.8.1'
59-
implementation 'com.kohlschutter.junixsocket:junixsocket-ssl:2.8.1'
60-
implementation 'com.kohlschutter.junixsocket:junixsocket-darwin:2.8.1'
56+
implementation 'com.kohlschutter.junixsocket:junixsocket-tipc:2.8.2'
57+
implementation 'com.kohlschutter.junixsocket:junixsocket-vsock:2.8.2'
58+
implementation 'com.kohlschutter.junixsocket:junixsocket-rmi:2.8.2'
59+
implementation 'com.kohlschutter.junixsocket:junixsocket-ssl:2.8.2'
60+
implementation 'com.kohlschutter.junixsocket:junixsocket-darwin:2.8.2'
6161

6262
// junixsocket-ssl will automatically use the real Bouncycastle on Android when available.
6363
// This is REQUIRED for junixsocket-ssl tests and RECOMMENDED for junixsocket-ssl users.
@@ -70,7 +70,7 @@ dependencies {
7070
implementation 'org.bouncycastle:bctls-jdk18on:1.76'
7171

7272
// selftest-specifics
73-
implementation('com.kohlschutter.junixsocket:junixsocket-selftest:2.8.1') {
73+
implementation('com.kohlschutter.junixsocket:junixsocket-selftest:2.8.2') {
7474
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-core"
7575
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-common"
7676
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-custom"

‎junixsocket-selftest-native-image/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-selftest-native-image/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-selftest-native-image</name>

‎junixsocket-selftest/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-selftest/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-selftest</name>

‎junixsocket-server/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-server/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-server</name>

‎junixsocket-ssl/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-ssl/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.kohlschutter.junixsocket</groupId>
1010
<artifactId>junixsocket</artifactId>
11-
<version>2.8.1</version>
11+
<version>2.8.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<name>junixsocket-ssl</name>

‎junixsocket-tipc/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-tipc/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-tipc</name>

‎junixsocket-vsock/pom.xml

Copy file name to clipboardExpand all lines: junixsocket-vsock/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.kohlschutter.junixsocket</groupId>
88
<artifactId>junixsocket</artifactId>
9-
<version>2.8.1</version>
9+
<version>2.8.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>junixsocket-vsock</name>

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.kohlschutter.junixsocket</groupId>
55
<artifactId>junixsocket</artifactId>
6-
<version>2.8.1</version>
6+
<version>2.8.2</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.kohlschutter</groupId>

‎src/site/markdown/changelog.md

Copy file name to clipboardExpand all lines: src/site/markdown/changelog.md
+14-10Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
1010

1111
## Noteworthy changes
1212

13-
**Users of junixsocket are strongly advised to upgrade to version 2.8.0 or newer**
13+
**Users of junixsocket are strongly advised to upgrade to version 2.8.2 or newer**
14+
15+
### _(2023-10-27)_ **junixsocket 2.8.2**
16+
17+
- Fix concurrency issue with AFSocketServerConnector, AFSelectionKey
1418

1519
### _(2023-09-29)_ **junixsocket 2.8.1**
1620

@@ -106,7 +110,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
106110
- Fix support for very large datagrams (> 1MB)
107111
- Fix InetAddress-wrapping of long addresses
108112
- Update Xcode support script, crossclang
109-
- Bump postgresql version in demo code
113+
- Bump postgresql version in demo code
110114
- Fix dependency for custom architecture artifact
111115

112116
### _(2022-07-01)_ **junixsocket 2.5.1**
@@ -119,7 +123,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
119123

120124
### _(2022-06-06)_ **junixsocket 2.5.0**
121125

122-
- New supported platforms: AIX 7 Power64, IBM i Power64, Windows ARM64, Windows Server 2019 & 2022
126+
- New supported platforms: AIX 7 Power64, IBM i Power64, Windows ARM64, Windows Server 2019 & 2022
123127
- Generic rework to support more than just Unix Domain sockets
124128
- Add support for AF_TIPC (on Linux)
125129
- Add support for using sockets passed as standard input
@@ -217,7 +221,7 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
217221
- Add support for sending and receiving file descriptors
218222
- Add support for the abstract namespace on Linux and Windows
219223
- Add AFUNIXSocketServer, a multi-threaded UNIX domain server implementation
220-
- Introduced AFUNIXSocketCapabilities to check which capabilities are supported on your platform
224+
- Introduced AFUNIXSocketCapabilities to check which capabilities are supported on your platform
221225
- AFUNIXServerSocket#setReuseAddress can now control whether reusing an existing socket is permitted
222226
- Exception handling: No longer wrap SocketExceptions, throw SocketTimeoutException upon EAGAIN for read
223227
- Improve handling of closed sockets
@@ -231,16 +235,16 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
231235
- Improved demo code, new demo client
232236

233237

234-
#### _(2018-12-29)_ **junixsocket 2.1.2**
235-
238+
#### _(2018-12-29)_ **junixsocket 2.1.2**
239+
236240
- Add AFUNIXSocketFactory, support for PostgreSQL
237241
- Add support for new MySQL Connector/J SocketFactory
238242
- Prevent a case of file descriptor leakage
239243
- Handle EINTR errors from system calls
240244

241245

242246
#### _(2018-12-26)_ **junixsocket 2.1.1**
243-
247+
244248
- Support for Java 8, 9, 10 and 11
245249
- Building junixsocket requires Java 9 or later
246250
- Jigsaw module support
@@ -266,14 +270,14 @@ artifact (`<type>pom</type>`); see [Add junixsocket to your project](dependency.
266270

267271

268272
#### _(2014-09-28)_ **junixsocket 2.0.0**
269-
273+
270274
- Move from *Google Code* to *GitHub*.
271275
- Use Maven as the build system, code is distributed to the *Maven Central* repository.
272276
- Build native C code using *nar-maven-plugin*, and load JNI libraries *native-lib-loader*
273277

274278

275-
####
279+
####
276280

277281
See the commit log for more details.
278282

279-
The changelog for 1.x release is archived on [Google Code](https://code.google.com/archive/p/junixsocket/)
283+
The changelog for 1.x release is archived on [Google Code](https://code.google.com/archive/p/junixsocket/)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.