-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Klartax prod issues #166
Merged
Merged
Klartax prod issues #166
Conversation
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
…iguration exceptions
max402
approved these changes
Feb 12, 2024
max402
added a commit
that referenced
this pull request
Feb 12, 2024
* Changed build process to add exec-jar Added spring-maven dependency execution for fat-jar Added maven-version plugin Updated to version 1.1.1 * Changed build process to add exec-jar Added spring-maven dependency execution for fat-jar Added maven-version plugin Updated to version 1.1.1 * Updated profiles to fix profile including error * Added possible postgres config for example application * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 Added missing classifier * Added possible postgres config for example application New version 1.1.3 Added missing classifier * Changed implementation of KeyRotationServiceImpl.java to anonymous implementation because there is an error with the typeresolver due to old java 6 dependency * Update sts version to 1.1.4 * New version of keymanagement * New version of keymanagement * New version of keymanagement * New version of keymanagement * Increased release timeout * Fixed Json parsing Bug in PopController#getPublicKeys * Increased version to 1.1.8 * Fixed json parser bug because of unneccessary toString(); * Increased version to 1.1.9 * Made CorsFilter Policy configurable because of IllegalStateException due to miss configuration * Increased version to 1.1.10 * Increased version to 1.1.11 * Made jwk cacheable in AuthServer * Increased version to 1.1.12 * Increased version of bouncycastle-adapter to 0.0.10 * Increased version to 1.1.13 * Added tests for AuthServer to see if cache is working * Changed sequence names to 'old names' to prevent errors in legacy databases because of missing sequences in hibernate * increased version to 1.1.14 * Updated SecurityConfiguration to disabled cors by configuration (default activated) * increased version to 1.1.15 * Downgraded jupiter-junit to version 5.9.6 because of test errors in AuthServerTest * Klartax prod issues (#166) * Increased version to 1.1.16 * Changed cors configuration to set disabled first to prevent cors configuration exceptions * Updated version to 1.17 * Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect * spring.jpa.open-in-view ist standardmäßig aktiviert: behoben * Excluded SecurityAutoConfiguration to prevent Spring from creating a default user * Changed SecurityConfiguration to allow access to swagger * Changed SecurityConfiguration to allow access to swagger * Excluded AutoConfiguration for UserDetailsService * Added RequestMatchers to address warnings for ignored paths * Increased version to 1.19 * Logs for error analyses (#167) * Increased version to 1.1.16 * Changed cors configuration to set disabled first to prevent cors configuration exceptions * Updated version to 1.17 * Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect * spring.jpa.open-in-view ist standardmäßig aktiviert: behoben * Excluded SecurityAutoConfiguration to prevent Spring from creating a default user * Changed SecurityConfiguration to allow access to swagger * Changed SecurityConfiguration to allow access to swagger * Excluded AutoConfiguration for UserDetailsService * Added RequestMatchers to address warnings for ignored paths * Increased version to 1.19 * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * update workflow to java 17 (#168) * update workflow to java 17 * Start next iteration with 1.1.20-SNAPSHOT * update maven plugin versions * [release] Prepare release 1.1.20 --------- Co-authored-by: marcelmeyer <[email protected]> Co-authored-by: Mme-adorsys <[email protected]>
max402
added a commit
that referenced
this pull request
Feb 13, 2024
* Changed build process to add exec-jar Added spring-maven dependency execution for fat-jar Added maven-version plugin Updated to version 1.1.1 * Changed build process to add exec-jar Added spring-maven dependency execution for fat-jar Added maven-version plugin Updated to version 1.1.1 * Updated profiles to fix profile including error * Added possible postgres config for example application * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 * Added possible postgres config for example application New version 1.1.2 Added missing classifier * Added possible postgres config for example application New version 1.1.3 Added missing classifier * Changed implementation of KeyRotationServiceImpl.java to anonymous implementation because there is an error with the typeresolver due to old java 6 dependency * Update sts version to 1.1.4 * New version of keymanagement * New version of keymanagement * New version of keymanagement * New version of keymanagement * Increased release timeout * Fixed Json parsing Bug in PopController#getPublicKeys * Increased version to 1.1.8 * Fixed json parser bug because of unneccessary toString(); * Increased version to 1.1.9 * Made CorsFilter Policy configurable because of IllegalStateException due to miss configuration * Increased version to 1.1.10 * Increased version to 1.1.11 * Made jwk cacheable in AuthServer * Increased version to 1.1.12 * Increased version of bouncycastle-adapter to 0.0.10 * Increased version to 1.1.13 * Added tests for AuthServer to see if cache is working * Changed sequence names to 'old names' to prevent errors in legacy databases because of missing sequences in hibernate * increased version to 1.1.14 * Updated SecurityConfiguration to disabled cors by configuration (default activated) * increased version to 1.1.15 * Downgraded jupiter-junit to version 5.9.6 because of test errors in AuthServerTest * Klartax prod issues (#166) * Increased version to 1.1.16 * Changed cors configuration to set disabled first to prevent cors configuration exceptions * Updated version to 1.17 * Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect * spring.jpa.open-in-view ist standardmäßig aktiviert: behoben * Excluded SecurityAutoConfiguration to prevent Spring from creating a default user * Changed SecurityConfiguration to allow access to swagger * Changed SecurityConfiguration to allow access to swagger * Excluded AutoConfiguration for UserDetailsService * Added RequestMatchers to address warnings for ignored paths * Increased version to 1.19 * Logs for error analyses (#167) * Increased version to 1.1.16 * Changed cors configuration to set disabled first to prevent cors configuration exceptions * Updated version to 1.17 * Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect * spring.jpa.open-in-view ist standardmäßig aktiviert: behoben * Excluded SecurityAutoConfiguration to prevent Spring from creating a default user * Changed SecurityConfiguration to allow access to swagger * Changed SecurityConfiguration to allow access to swagger * Excluded AutoConfiguration for UserDetailsService * Added RequestMatchers to address warnings for ignored paths * Increased version to 1.19 * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * update workflow to java 17 (#168) * update workflow to java 17 * Start next iteration with 1.1.20-SNAPSHOT * update maven plugin versions * Release to develop (#169) * [release] Prepare release 1.1.20 * [skip ci] Start next iteration with 1.1.21-SNAPSHOT * Custom sequence generator not batch compatible (#172) * Increased version to 1.1.16 * Changed cors configuration to set disabled first to prevent cors configuration exceptions * Updated version to 1.17 * Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect * spring.jpa.open-in-view ist standardmäßig aktiviert: behoben * Excluded SecurityAutoConfiguration to prevent Spring from creating a default user * Changed SecurityConfiguration to allow access to swagger * Changed SecurityConfiguration to allow access to swagger * Excluded AutoConfiguration for UserDetailsService * Added RequestMatchers to address warnings for ignored paths * Increased version to 1.19 * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors * Custom Sequence Generator not batch compatible #171 * [release] Prepare release 1.1.21 * [skip ci] Start next iteration with 1.1.22-SNAPSHOT * Changed the implementation to use the hibernate_sequence generator * [skip ci] Start next iteration with 1.1.22-SNAPSHOT * Changed the implementation to use the hibernate_sequence generator * [release] Prepare release 1.1.22 --------- Co-authored-by: marcelmeyer <[email protected]> Co-authored-by: Mme-adorsys <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed sequence names
Fixed prod warnings
Removed auto-generated-user
Created configurable cors