Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drozdowski committed Sep 1, 2023
1 parent cb4e669 commit 3d93bd5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions ChangeLog
@@ -1,3 +1,56 @@
2023-08-25 Bogdan Drozdowski <bogdro &AT% users . sourceforge . net>

* Fronsetia version 1.1
Updated to Jakarta EE 10. Old JavaEE servers with only the "javax"
naming are no longer supported. Code quality fixes, as suggested by
SonarCloud, Codacy and PMD. Improvements in unit tests - current
coverage: src/main: 95.6%, src/test: 99.4%, total: 98.1%. Other
small changes.
* pom.xml: Updated dependencies to Jakarta EE. Added more descriptive
properties.
* bogdrosoft/fronsetia/{OperationLauncher,ReqInterceptor,
RequestUtilities}.java: Updated to Jakarta EE.
* bogdrosoft/fronsetia/HttpsWrapper.java: Quality fixes - added a
private constructor, removed unnecessary variables, return an empty
array instead of null. Make AcceptAllTrustManager package-protected
for tests.
* bogdrosoft/fronsetia/OperationLauncher.java: Code style fix.
* bogdrosoft/fronsetia/OperationLauncher.java (prepare): Use Locale to
upper-case the HTTP method to use.
* bogdrosoft/fronsetia/WSDLCheck.java: Quality fixes - removed useless
loop parts, added comments.
* bogdrosoft/fronsetia/ReqInterceptor.java: Make removeHeader()
package-protected for tests.
* bogdrosoft/fronsetia/HttpsWrapper.java (createSecureConnManager):
Catch just one general Exception (better coverage).
* bogdrosoft/fronsetia/WSDLCheck.java: Make processXSD()
package-protected for tests.
* src/test/java/bogdrosoft/fronsetia/{OperationLauncherTest,
RequestUtilitiesTest}.java: Updated to Jakarta EE.
* src/test/java/bogdrosoft/fronsetia/MockServletRequest.java: Updated
to Jakarta EE. Make the parameters a Hashtable for easier handling.
* src/test/java/bogdrosoft/fronsetia/RequestUtilitiesTest.java:
Quality fixes - swap values, fix typo.
* src/test/java/bogdrosoft/fronsetia/WSDLCheckTest.java: More tests
with invalid WSDLs. Test WSDLCheck.processXSD(). Quality fixes -
use a new method for common test code.
* src/test/java/bogdrosoft/fronsetia/HttpsWrapperTest.java: Test
HttpsWrapper.AcceptAllTrustManager.
* src/test/java/bogdrosoft/fronsetia/ReqInterceptorTest.java: Test
ReqInterceptor.removeHeader().
* src/test/java/bogdrosoft/fronsetia/RequestUtilitiesTest.java: Test
failing to write/print an exception.
* src/main/webapp/show_operations.jsp: Show the current, actual action
name in the example header.
* webapp/index.jsp: Quality fixes - added a missing 'alt' attribute.
* src/test/resources/: More invalid WSDLs for tests.
* README, src/main/webapp/resources/readme.html: Updated dependencies
to Jakarta EE.
* README: Added the features and functionalities.
* INSTALL-Fronsetia.txt: Updated with server configuration and example
deployment methods.
* README.md: Updated from README, keeping the warning.

2023-06-23 Bogdan Drozdowski <bogdro &AT% users . sourceforge . net>

* Fronsetia version 1.0
Expand Down

0 comments on commit 3d93bd5

Please sign in to comment.