You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/11 00:23:11 UTC

[GitHub] [netbeans] BradWalker opened a new pull request, #4103: Solaris SPARC is a dead platform.

BradWalker opened a new pull request, #4103:
URL: https://github.com/apache/netbeans/pull/4103

   Solaris SPARC is a dead platform.
   
   No more Java support - JEP 381
   
   In 2017, Sun shutdown the SPARC dev. teams and stopped future work on the processor.
   
   There will be additional PRs to cleanup the remaining SPARC bits. But, this removes platform support which is a fundamental enabler.
   
   It's makes me sad to have to do this but it's the right thing to do.
   
   
   
   
   
   ---
   **^Add meaningful description above**
   
   By opening a pull request you confirm that, unless explicitly stated otherwise, the changes -
   
    - are all your own work, and you have the right to contribute them.
    - are contributed solely under the terms and conditions of the Apache License 2.0 (see section 5 of the license for more information).
   
   Please make sure (eg. `git log`) that all commits have a valid name and email address for you in the Author field.
   
   If you're a first time contributor, see the Contributing guidelines for more information.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vieiro commented on pull request #4103: Solaris SPARC is a dead platform.

Posted by GitBox <gi...@apache.org>.
vieiro commented on PR #4103:
URL: https://github.com/apache/netbeans/pull/4103#issuecomment-1124168127

   > I tend to agree. I'm biased though as my pet project JNA still tries to retain backwards compatibiltiy with Java 6 and also is build for sparc 32bit.
   
   Ah, Java 6. What memories! A few years back NetBeans did help us when adding some features/bufixes to a Java 6 project for a customer. The longer we can keep SPARC the more possibilities this can help someone in the future too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #4103: Solaris SPARC is a dead platform.

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on PR #4103:
URL: https://github.com/apache/netbeans/pull/4103#issuecomment-1124045201

   I tend to agree. I'm biased though as my pet project JNA still tries to retain backwards compatibiltiy with Java 6 and also is build for sparc 32bit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] vieiro commented on pull request #4103: Solaris SPARC is a dead platform.

Posted by GitBox <gi...@apache.org>.
vieiro commented on PR #4103:
URL: https://github.com/apache/netbeans/pull/4103#issuecomment-1123551809

   Hi @BradWalker ,
   
   What about supporting SPARC for at least one NetBeans release (i.e., until cnd is merged to master and we make the next release) and drop it later on? By doing so users that own SPARC can at least use that Apache NetBeans version with cnd support.
   
   Also maybe we want to discuss this in the mailing lists, for a broader audience.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] BradWalker commented on pull request #4103: Solaris SPARC is a dead platform.

Posted by GitBox <gi...@apache.org>.
BradWalker commented on PR #4103:
URL: https://github.com/apache/netbeans/pull/4103#issuecomment-1124373507

   > Hi @BradWalker ,
   > 
   > What about supporting SPARC for at least one NetBeans release (i.e., until cnd is merged to master and we make the next release) and drop it later on? By doing so users that own SPARC can at least use that Apache NetBeans version with cnd support.
   > 
   > Also maybe we want to discuss this in the mailing lists, for a broader audience.
   
   I get it. Sun was the first professional co. that I started my career at. I worked on the team that ported SunOS (before Solaris) over to SPARC. It has a deep emotional attachment for me. But, I just can't see anyone using it. I made me sad when OpenJDK officially shutdown support for it.
   
   It's got a lot of cruft associated with it. So I'm trying to make the code base easier to support. And just so you are aware, I'm expecting to probably be the one supporting it, if it stays around since I have a working 64bit SPARC machine. Actually several. 8-)
   
   Maybe I'll just turn my attention to removing FORTRAN support because I really can't see anyone supporting that one at the moment.. 8-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists