We have CKEditor through our Oracle PeopleSoft system and are having a problem with the way it is translating and saving HTML. For bulleted lists, it is adding a line break so that the resulting saved HTML looks like:
<ul>
<li>
Have direct interaction with Sentry's direct writer sales force.</li>
<li>
Direct and participate in strategic projects involving target markets, systems, and processes.</li>
Where it needs to save like:
<ul>
<li>Have direct interaction with Sentry's direct writer sales force.</li>
<li>Direct and participate in strategic projects involving target markets, systems, and processes.</li>
I test in the demo of 4.x on your site and it no longer does this. PeopleSoft is using 3.5.3. Is there an update to the java that we can make somewhere so that it behaves as it does in newer versions?

It's true that output code
It's true that output code formatting was changed in CKEditor 4. You can, however, customize output formatting in CKEditor 3 as described here: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Output_Formatting
By the way, even if you are still using the 3.x version, it is most recommended to upgrade to the latest version in this line. Don't know how it works in PeopleSoft, if it is possible to do by yourself or you need to ask Oracle to do it, but version 3.5.2 was released 2 years ago and there were plenty of updates and fixes since then.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Can I take the HTMLWriter
Can I take the HTMLWriter class from the new version and have it work seamlessly? Oracle is slow to release updates to third party tools that they use.