This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
IBM has announced that IBM i 7.3 will be the last version to support jdk7 at:
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/Java%20products%20and%20options%20on%20IBM%20i
I believe IBM i 7.3 should stop using it in IBM i supplied programs to make ready.
I ran the following:
CHGAUD OBJ('/QOpenSys/QIBM/ProdData/JavaVM/jdk70') OBJAUD(*ALL) SUBTREE(*ALL)
Waited 24 hours
SELECT journal_code, journal_entry_type, "CURRENT_USER", "JOB_NAME", "JOB_USER", "JOB_NUMBER", PROGRAM_NAME, PROGRAM_LIBRARY, PATH_NAME
FROM TABLE (QSYS2.Display_Journal(
JOURNAL_LIBRARY => 'QSYS',
JOURNAL_NAME => 'QAUDJRN',
STARTING_RECEIVER_LIBRARY => 'QGPL',
STARTING_RECEIVER_NAME => '*CURCHAIN',
STARTING_TIMESTAMP => TIMESTAMP('2019-04-01-07.29.00')
)) X
WHERE JOURNAL_ENTRY_TYPE NOT IN('AD', 'ZC') -- Created by CHGAUD
AND PATH_NAME LIKE '%jdk7%'
;
And the only hit was QCLNSYSLOG which I believe to be part of GO CLEANUP.
Ensure we are using the latest JDK for security and patch reasons.
Be ready for future release upgrades.
Idea priority | Low |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
This is more like an issue , please open PMR for it.thx.
My audit has also found:
Job name, job user, program name, program library
ADMIN, QTMHHTTP, QP0ZPCP2 , QSYS
QCPMGTAGT , QCPMGTDIR , QDIRSTRJVA, QCPMGTDIR
My audit has discovered that RTVDIRINF is also using jdk7.