[midPoint-git] [Evolveum/midpoint] d57db4: MID-11015 Updated handling of String -> byte[]
Viliam Repan
noreply at github.com
Fri May 22 13:14:14 CEST 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: d57db43a948845233be87315abc6b0fadf96ae7c
https://github.com/Evolveum/midpoint/commit/d57db43a948845233be87315abc6b0fadf96ae7c
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2026-05-22 (Fri, 22 May 2026)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepoContext.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/AuditInsertion.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/audit/SqaleAuditService.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/mapping/SqaleTableMapping.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/qmodel/ref/QObjectReferenceFullObjectMapping.java
Log Message:
-----------
MID-11015 Updated handling of String -> byte[]
Refactored usage of String.getBytes(Charset) on few places to avoid double size byte[] pre-allocation in default implementation by using streams for Strings longer than 500mb.
This will be in use probably only during tracing scenarios.
Commit: 7cabcf9151e69a422deecab0c5cc6c800975ebb7
https://github.com/Evolveum/midpoint/commit/7cabcf9151e69a422deecab0c5cc6c800975ebb7
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: 2026-05-22 (Fri, 22 May 2026)
Changed paths:
M docs/admin-gui/multi-tab-browser-support/index.adoc
M docs/interfaces/rest/concepts/using-rest-examples.adoc
M docs/interfaces/rest/endpoints/lookup-tables.adoc
M docs/interfaces/rest/raw/curl-env-note.adoc
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/connector/development/component/wizard/scimrest/connection/AuthScriptsConnectorStepPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/prism/wrapper/PrismReferenceValueWrapperImpl.java
M infra/schema/src/main/resources/xml/ns/public/common/common-connector-dev-3.xsd
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentBackend.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/ConnectorDevelopmentServiceImpl.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/conndev/RestBackend.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/mappings/ConnDevJsonMapper.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master'
Compare: https://github.com/Evolveum/midpoint/compare/02750e3f2712...7cabcf9151e6
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list