Releases: pageseeder/bridge
Releases · pageseeder/bridge
Release 0.11.38
Release 0.11.37
Fixed DocumentManager.putFragment
not working on PageSeeder v6.
Release 0.11.36
remove the latest amendments done in MultipartRequest and BasicRequest about the method put.
Release 0.11.35
- Undeprected get uri forurl group service
- amend MultipartRequest to allow the caller to specify the HTTP Method. With this feature we can use this class to call this service https://dev.pageseeder.com/api/services/upload-PUT.html
Full Changelog: 0.11.34...0.11.35
Release 0.11.33
- amend PSAuthenticator, PSHTTPConnector, and PSHTTPResource to allow its caller to set another PSConfig instead of the default.
- amend the method logout from MemberManager to allow its caller to set another PSConfig instead of the default.
Releace 0.11.32
update response method in CacheableRequest to use its PSConfig if not null.
Release 0.11.31
It just creates the PSMembershipStatus, adds it to PSMembership and amends PSMembershipHandler.
Release 0.11.30
Added few missing api urls to Service.java
- Get TOC: https://dev.pageseeder.com/api/web_services/services/get-toc-GET.html
- Group search: https://dev.pageseeder.com/api/web_services/services/group-search-GET.html
- Group search facets: https://dev.pageseeder.com/api/web_services/services/group-search-facets-GET.html
- Find Discussions: https://dev.pageseeder.com/api/web_services/services/find-discussions-GET.html
- Start loading: https://dev.pageseeder.com/api/web_services/services/start-loading-POST.html
Added the dependency 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.2' because it has been removed from JDK 11.
See Remove the Java EE and CORBA Modules from Java SE
Release 0.11.29
- amend the PSCommentHandler when the comment content type is XML
Release 0.11.28
- amend PSThreadHandler to use qName if localName is null
- add toXML to PSThreadStatus