Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infra Request - junixsocket (Christian Kohlschütter) #594

Open
kohlschuetter opened this issue Nov 15, 2023 · 2 comments
Open

Infra Request - junixsocket (Christian Kohlschütter) #594

kohlschuetter opened this issue Nov 15, 2023 · 2 comments
Labels
mainframe-infra-request Request for Mainframe Infrastructure resources

Comments

@kohlschuetter
Copy link

kohlschuetter commented Nov 15, 2023

Project Name

junixsocket

Code Repository URL

https://github.com/kohlschutter/junixsocket

Project License

Apache 2.0

Names of primary maintainers/project leads

Christian Kohlschütter

Architectures/operating systems currently supported

Most operating systems and platforms, including macOS, Linux (also s390x), Android, Windows, Solaris, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, AIX, IBM i.

Why are you interested in supporting the mainframe?

junixsocket is a Java/JNI library. Without support on the Mainframe (z/OS), Java applications that require junixsocket cannot be used.

For what it's worth, I'm already able to build and run junixsocket on z/OS, but I'm currently relying on someone else's resources, which make it hard to plan ahead.

I've also tried cross-compiling with ambitus gcc, but that doesn't seem to work as expected.

I'm trying to make my Open Source library "junixsocket" as useful as possible, and I found that we can use all sorts of BSD-style sockets with Java, not just the ones that are supported out of the box.

For example, with junixsocket you can use AF_UNIX (UNIX domain) sockets since Java 8. You can also use junixsocket in combination with Jetty to serve websites over TIPC (on Linux) or VSOCK (on Linux and mac). You can also use it to connect to databases like MySQL or PostgreSQL. Or use Java RMI over AF_UNIX, for example, among many other applications.

With a little extra work, junixsocket could support AF_IUCV / HiperSockets on z/OS as well...

Which operating system(s) will you need access to?

z/OS

Resources requested outside of the standard resources provided.

All I really need is remote access (ssh/scp/sftp) to a z/OS machine that has xlc and Java 8, 11 or newer.

If you have access to other z/* OSes (z/VM, z/TPF?, z/VSE?, ...), these would be very helpful as well.
For example, I can already build for z/TPF, but I have no way to test the results.

How long will the infrastructure be needed?

Ongoing

Any other comments or questions

Thanks in advance for your help!

@kohlschuetter kohlschuetter added the mainframe-infra-request Request for Mainframe Infrastructure resources label Nov 15, 2023
@jmertic
Copy link
Member

jmertic commented Nov 16, 2023

Thank you @kohlschuetter for this! We are still in the process of getting the infrastructure up and going, but will reach out once it is. Let us know if you have an immediate need.

@kohlschuetter
Copy link
Author

kohlschuetter commented Nov 16, 2023

@jmertic Thanks for looking into this! Yes, the sooner the better.

I would like to include z/OS binaries to junixsocket by default.
I don't want to rely on binary builds from the test server I'm currently using, which is not maintained by a trusted third party like you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mainframe-infra-request Request for Mainframe Infrastructure resources
Projects
None yet
Development

No branches or pull requests

2 participants