-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrating to spring6 boot 3 * work toward spring6 * use jakarta * fix hypersistence issue * rebase and upgrade openapi gradle plugin * Changed dependencies in some files to satisfy the spring/camel/springboot upgrade * Added MockEndpoint method to replace assertMockEndpointsSatisfied(); * Removed remaining javax imports and replaced with jakarta * Updated the SecurityConfig class to use new lambda functions instead of the currently implemented method calls * Formatting change * More test fixes to update dependencies for the spring upgrade - Changed postgres dialect for tests to PostgreSQLDialect - Changed camel-rabbitmq version to spring...-rabbitmq - Bumped the h2_version, and hibernate_types_version - Updated various jakarta class dependencies - Added DuplicatesStrategy.EXCLUDE to bootJar tasks to prevent xample-workflows tests from failing TODO: Change GenericGenerator strategy to type in the Persistence models * Added test-code java step to test-python * Updated mocks api code to include jakarta spring changes. - Updated the jsonwebtoken:jjwt version - Changed the jwtprops secret to a secret key based on the HS256 signature algo - * Change HttpStatus to match the exception type statusCode * More Jwt test fixes - Updates the props secret to use a key for the SignatureAlgorithm.HS256 * Spotless Apply check * Trying new AntPathRequestMatchers to manage securityConfig requests to the api * added actuator urls to spring security request matcher * SpotlessApply on mock-bip-claims/ce SecurityConfig * Testing if removing SecurityFilterBean fixes 401 issues in pipeline tests. * Changed to use the new springdoc libraries for vro-app and other openapi usage. * reverts the @EnableWebSecurity removal test * Changed to use the new springdoc libraries for vro-app and other openapi usage. * reverts the @EnableWebSecurity removal test * Adding version number to openapi dependencies * testing an add to v3_urls * adding more dependency changes to springdoc dependencies * Testing adding securityMatcher() to authorizeHttpRequests(). * Experimenting permitAll() * Experimenting adding the requestMatchers back * Experimenting with removing anyRequest() * Testing more spring stuff with securityMatchers->requestmatching * Add antPathMatchers to the requestMatchers fields on authorizeHttpRequests. This should help define our routes so they are clearly using AntMatchers. * Adding more camel springboot rabbitmq dependencies * Updates to camel routes * updated endpoint prefixes to be spring-rabbitmq: * change the queue -> queues * added some camel config formatting/additions * Added CamelQueue and TopicExchange Beans so they are explicitly created by the app. * Add Queue and FanoutExchange beans for the bie-events-contention queues. * Change durable flag to true on all queues * Tweaked some fields so they don't conflict with existing definitions. * Was deleted somehow during previous merge (@cheng) Added migration script and code changes for action and actionResultNa… (#2069) * added migration script and code changes for action and actionResultName changes * added ActionName and ActionResultName to the builder method * added unit test for 2 added fields * Bump version to where they are on develop to address comments. * Fix formatting * Change assertIsSatisfied to the new method * Change assertIsSatisfied to the new method * Formatting Changes * Chengjie8/issue 230 (#2112) * update tomcat embed core library version * more library version upgrades * fix minor format issue * Automated commit: Unpin versions of updated images * update uri version in bgs service * update to 10.1.14' * upgrade lib version --------- Co-authored-by: VRO Machine User <[email protected]> * revert back the gem upgrade --------- Co-authored-by: josiahjones <[email protected]> Co-authored-by: Josiah Jones <[email protected]> Co-authored-by: Chengjie Yin <[email protected]> Co-authored-by: VRO Machine User <[email protected]>
- Loading branch information
1 parent
ab091d6
commit 9b88b1a
Showing
111 changed files
with
675 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.