The connector no longer fails with an issue when used with Anypoint Studio 7.15.0.
Oracle PeopleSoft Connector Release Notes - Mule 4
Support Category: Premium
Anypoint Connector for Oracle PeopleSoft (PeopleSoft Connector) provides real-time connectivity to query and update any Oracle PeopleSoft module using a common integration interface known as the Component Interface.
Guide: Oracle PeopleSoft Connector
Reference: Oracle PeopleSoft Connector Reference
3.1.9
October 25, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
PeopleSoft |
9.2 |
PeopleTools |
8.53.02 to 8.58.04 |
OpenJDK |
8, 11, and 17 |
3.1.8
February 27, 2024
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
PeopleSoft |
9.2 |
PeopleTools |
8.53.02 to 8.58.04 |
Fixed Issues
Issue Resolution | ID |
---|---|
W-14437636 |
3.1.7
December 14, 2021
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
PeopleSoft |
9.2 |
PeopleTools |
8.53.02 to 8.58.04 |
Fixed Issues
Issue | ID |
---|---|
Made the product language more inclusive. |
CONN-9477 |
3.1.6
November 23, 2021
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
PeopleSoft |
9.2 |
PeopleTools |
8.53.02 to 8.58.04 |
Fixed Issues
Issue | ID |
---|---|
Fixed security vulnerabilities. |
CONN-9294 |
3.1.3
3.1.1
November 6, 2019
Features
You can now log the request and response with Oracle PeopleSoft. To implement, add a logger of the class org.mule.modules.peoplesoft.extension.internal.service.PeopleSoftServiceImpl
at DEBUG level
to the log4j2.xml file of the Mule app:
<AsyncLogger
name="org.mule.modules.peoplesoft.extension.internal.service.PeopleSoftServiceImpl"
level="DEBUG"
additivity="false">