OSLC Connector for Codebeamer 2024.12.1
This release focuses on improving the overall stability and functionality of the system, with a particular emphasis on error handling, framework updates, and configuration management.
Bug Fixes:
UI consistency: Resolved issues where the
component.name
andartifact.name
were missing in certain templates, ensuring accurate data representation in various UIs.Local configuration updates: Enhanced the system's ability to identify newly created artifacts and generate changes for local configurations, facilitating a more streamlined workflow.
Web client improvements: Refactored web clients to utilize the
IWebClientProvider
interface, promoting better maintainability.User-friendly error handling: Implemented user-friendly error messages for failed requests, providing clearer information to users encountering issues.
Framework stability: Updated the genoslc framework to address two key issues:
Crashes caused by excessively long stack traces
Invalid native URI handling in configurations
Resource cache management: Introduced the ability to set specific cache types for compact rendering, resource shapes, and the global configuration, allowing for more granular control over caching behavior.
Security configuration: Fixed an issue with the redirect URL within the security configuration, ensuring proper redirection upon authentication.
Query capabilities: Implemented a more flexible approach for identifying OSLC query capabilities.
Default index type: Set the default index type to "none" for better handling of different scenarios.
Framework updates:
Fixed a type issue related to the
BearerAuthenticationToken
class.Added support for incoming technical user tokens.
Enhanced compatibility with CDCM GCs.
Enhancements:
Artifact data inclusion: Enhanced the component structure response by including a flat list of all root artifacts.