{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":618537629,"defaultBranch":"main","name":"realworld-java21-springboot3","ownerLogin":"1chz","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-24T17:27:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/71188307?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1700407733.0","currentOid":""},"activityList":{"items":[{"before":"9a2b85aaedb5372c936f586d9ca061cc81702766","after":"6a4feaad2e77e6126fd89a0c8aa1a4851143e776","ref":"refs/heads/main","pushedAt":"2024-06-12T19:13:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor password encryption method in User model\n\nUpdated the method for password encryption in the User class from setPassword to encryptPassword. This change has also been updated in UserService, UserServiceTest, UserTest, and UserRepositoryAdapter to ensure consistency across the application. The arguments in encryptPassword method have also been reordered to align with standard practices.","shortMessageHtmlLink":"Refactor password encryption method in User model"}},{"before":"73458093c4293afd18bf8d60e74d9eee845b1f61","after":"9a2b85aaedb5372c936f586d9ca061cc81702766","ref":"refs/heads/main","pushedAt":"2024-06-04T19:56:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Remove unnecessary plugins from build script\n\nThe 'java', 'com.diffplug.spotless', 'org.springframework.boot', and 'io.spring.dependency-management' plugins previously present in the build scripts of 'core', 'api', 'persistence', and 'bootstrap' modules have been removed. As a part of overall dependencies cleanup, these plugins were found to be unused and thus have been eliminated.","shortMessageHtmlLink":"Remove unnecessary plugins from build script"}},{"before":"7a3ae8e6c6d608fe2b583bfa4c29ccc253c9a1f0","after":"73458093c4293afd18bf8d60e74d9eee845b1f61","ref":"refs/heads/main","pushedAt":"2024-06-04T19:54:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update image URLs in README.md\n\nThe image URLs in the README.md file have been updated. The source of the images has been changed from the user zhc1's repository to the user shirohoo's repository. This ensures that the images continue to display correctly in the documentation.","shortMessageHtmlLink":"Update image URLs in README.md"}},{"before":"e7c6dab75ac871e31d100cb35ddfd02a3ad6300d","after":"7a3ae8e6c6d608fe2b583bfa4c29ccc253c9a1f0","ref":"refs/heads/main","pushedAt":"2024-06-04T19:53:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor package name and add testFixturesImplementation\n\nThis commit updates the package name from 'sample.shirohoo.realworld' to 'io.zhc1.realworld' across all relevant files. Additionally, 'testFixturesImplementation' has been added to the dependencies in the build.gradle.kts file.","shortMessageHtmlLink":"Refactor package name and add testFixturesImplementation"}},{"before":"10b3b64e4b98debce069a6ed97c44120565c4d2c","after":"e7c6dab75ac871e31d100cb35ddfd02a3ad6300d","ref":"refs/heads/main","pushedAt":"2024-05-07T15:38:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Add ASCII banner to Spring Boot application\n\nAn ASCII art banner has been added to the 'banner.txt' file in the resources folder. This banner will be displayed upon the start of the Spring Boot application for a decorative and personalized touch to the application's startup logs.","shortMessageHtmlLink":"Add ASCII banner to Spring Boot application"}},{"before":"7d2a9e9b5156e42a53bfd0a4487d387606ac841c","after":"10b3b64e4b98debce069a6ed97c44120565c4d2c","ref":"refs/heads/main","pushedAt":"2024-05-02T18:01:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Enable virtual threads in application configuration\n\nThe spring threads configuration has been updated in the application.yaml file. The virtual threads feature has been enabled to improve application performance.","shortMessageHtmlLink":"Enable virtual threads in application configuration"}},{"before":"56e462a7602bfd54b65c1231d6a69e477fd550ae","after":"7d2a9e9b5156e42a53bfd0a4487d387606ac841c","ref":"refs/heads/main","pushedAt":"2024-05-02T17:42:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Remove Gradle caching and daemon properties\n\nThe removed properties from gradle.properties that set the Gradle daemon and caching to true. This simplifies the Gradle configuration and may improve build speed and stability for some environments. Please adjust local development settings as necessary.","shortMessageHtmlLink":"Remove Gradle caching and daemon properties"}},{"before":"88e55c0c46e01195cec391aa30956e5137f62cdc","after":"56e462a7602bfd54b65c1231d6a69e477fd550ae","ref":"refs/heads/main","pushedAt":"2024-05-02T17:41:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor settings.gradle.kts for improved project structure handling\n\nThis commit refactors the settings.gradle.kts file to dynamically include and initialize project modules. This new approach involves not only including the 'bootstrap', 'core', 'api', 'persistence' modules, but also setting up their respective structure and dependencies automatically.","shortMessageHtmlLink":"Refactor settings.gradle.kts for improved project structure handling"}},{"before":"94ea9d46a6074fdce20b50cb659525cdd15f8331","after":"88e55c0c46e01195cec391aa30956e5137f62cdc","ref":"refs/heads/main","pushedAt":"2024-04-10T12:36:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update SecurityConfiguration comments\n\nAdded helpful comments in the SecurityConfiguration file. These comments offer guidance on changing the Authorization token prefix and a warning about the incorrect way of CorsConfiguration, to improve clarity and instruct developers on best practices.","shortMessageHtmlLink":"Update SecurityConfiguration comments"}},{"before":"4f8cc433bda6a46acecd5f9264373412a8463cdf","after":"94ea9d46a6074fdce20b50cb659525cdd15f8331","ref":"refs/heads/main","pushedAt":"2024-04-09T18:45:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Add new tests and improve code of services\n\nNew test cases have been added for ArticleService, UserService, and SocialService, providing better coverage, and their handling of different scenarios. Improved code quality in ArticleService by using Objects.requireNonNullElseGet. Some redundancy in defining requester in tests has been removed for simplicity.","shortMessageHtmlLink":"Add new tests and improve code of services"}},{"before":"29aedc6888a454a7280f354efa9e51a93b7e9eff","after":"4f8cc433bda6a46acecd5f9264373412a8463cdf","ref":"refs/heads/main","pushedAt":"2024-04-09T18:21:08.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Add PasswordEncoderAdapter tests\n\nThe new file, PasswordEncoderAdapterTest.java, includes unit tests for the PasswordEncoderAdapter class. The tests specifically test the `matches` method, ensuring it returns the correct boolean result when provided with either matching or non-matching raw and encoded passwords.","shortMessageHtmlLink":"Add PasswordEncoderAdapter tests"}},{"before":"b25dc9a3b8c8f34a47988087eeb6e9d2da5c13fc","after":"29aedc6888a454a7280f354efa9e51a93b7e9eff","ref":"refs/heads/main","pushedAt":"2024-04-09T18:13:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update token resolver & add related tests\n\nToken resolver now returns the parameter token instead of null. Added tests for the RealWorldBearerTokenResolver class to improve coverage, including resolving tokens from the authorization header and request parameters. Visibility of ObjectMapper in a test of ObjectMapperConfigurationTest was adjusted.","shortMessageHtmlLink":"Update token resolver & add related tests"}},{"before":"a1259ecc6a9d6c308b72deae5f12a73bcf4f2db6","after":"b25dc9a3b8c8f34a47988087eeb6e9d2da5c13fc","ref":"refs/heads/main","pushedAt":"2024-04-09T18:05:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update ObjectMapperConfiguration and add tests\n\nThe ObjectMapperConfiguration class is updated to give package-private access to the iso8601SerializeModule() method. Additionally, a new test class ObjectMapperConfigurationTest is added to validate the serialization and deserialization of LocalDateTime objects to and from ISO8601 string.","shortMessageHtmlLink":"Update ObjectMapperConfiguration and add tests"}},{"before":"83db81258b7f801e3939a032cd65b21a0e317f96","after":"a1259ecc6a9d6c308b72deae5f12a73bcf4f2db6","ref":"refs/heads/main","pushedAt":"2024-04-09T18:04:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update ObjectMapperConfiguration and add tests\n\nThe ObjectMapperConfiguration class is updated to give package-private access to the iso8601SerializeModule() method. Additionally, a new test class ObjectMapperConfigurationTest is added to validate the serialization and deserialization of LocalDateTime objects to and from ISO8601 string.","shortMessageHtmlLink":"Update ObjectMapperConfiguration and add tests"}},{"before":"7207a76226455dab2b48f54cb9170f38485f96fa","after":"83db81258b7f801e3939a032cd65b21a0e317f96","ref":"refs/heads/main","pushedAt":"2024-04-09T04:13:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor test classes and remove unused classes\n\nRemoved unused classes: FixedIdUser.java, FixedIdUserFollow.java, FixedNameTag.java. Added new test classes TestUser.java, TestArticle.java. Modified existing test cases to accommodate these changes, ensuring more accurately named classes and methods.","shortMessageHtmlLink":"Refactor test classes and remove unused classes"}},{"before":"7c2446b5d4b78dc3bcf33b2b80d4e491165b5d7a","after":"7207a76226455dab2b48f54cb9170f38485f96fa","ref":"refs/heads/main","pushedAt":"2024-04-08T16:46:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor method names for clarity and consistency\n\nThe commit modifies several method names across various services (UserService, ArticleService, ArticleCommentService, etc.) in the codebase, to make them more intuitive and consistent. The changes focus on clarifying the method's function or operation, such as changing `readComment` to `getComment`, `writeComment` to `write`, `existsByEmailOrUsername` to `existsBy`, among others. This should make the code easier to understand and maintain.","shortMessageHtmlLink":"Refactor method names for clarity and consistency"}},{"before":"f889c6a61a694b1e575511f5e3aaffd20aa74364","after":"7c2446b5d4b78dc3bcf33b2b80d4e491165b5d7a","ref":"refs/heads/main","pushedAt":"2024-04-08T14:05:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Update diagram link in README\n\nThe link to the architectural diagram in the README has been changed in this commit. This update ensures that users and developers are referred to an accurate depiction of the modules and their roles within the application.","shortMessageHtmlLink":"Update diagram link in README"}},{"before":"b7a2291b106ecefd4e1b6cd0d868d1eb58c36fa1","after":"f889c6a61a694b1e575511f5e3aaffd20aa74364","ref":"refs/heads/main","pushedAt":"2024-04-08T14:01:36.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refine tests display names and move schema.sql\n\nIn this commit, the \"DisplayName\" annotations of RealWorldApplicationTests class tests were adjusted for consistency. The visibility of methods within the DataSourceConfiguration class was also refined. Furthermore, the schema.sql file was relocated from the persistence directory to the resources directory within bootstrap.","shortMessageHtmlLink":"Refine tests display names and move schema.sql"}},{"before":"eb23465dc161f98fa62f81f287a4596965e5c166","after":"b7a2291b106ecefd4e1b6cd0d868d1eb58c36fa1","ref":"refs/heads/main","pushedAt":"2024-01-27T09:08:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor codebase and improve logging\n\nRemoved three classes related to ArticleTag, renamed ArticleInfo to ArticleDetails, enhanced error handling and logging, and enforced validation in article creation. Also, made minor changes to improve the consistency of the codebase. The refactoring results in cleaner and more efficient code management. The improved logging helps to diagnose problems more efficiently. The validation makes the application more robust by ensuring the necessary information is provided when creating an article.","shortMessageHtmlLink":"Refactor codebase and improve logging"}},{"before":"92c8427f47f07cf94e41169bdfd5b84df72d48de","after":"eb23465dc161f98fa62f81f287a4596965e5c166","ref":"refs/heads/main","pushedAt":"2024-01-27T08:58:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Adjust argument order and tidy code comments\n\nChanged the order of arguments in UsersResponse.from method across several modules for consistency. Reformatted comment lines in ArticleCommentResponse to enhance readability.","shortMessageHtmlLink":"Adjust argument order and tidy code comments"}},{"before":"8df449043dbdd03403c9fa37e00d2d6a9676f2af","after":"92c8427f47f07cf94e41169bdfd5b84df72d48de","ref":"refs/heads/main","pushedAt":"2024-01-27T08:55:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor user profile update functionality\n\nConsolidated the user profile update functions into one function and processed them within one transaction.","shortMessageHtmlLink":"Refactor user profile update functionality"}},{"before":"73313decdaf9efa084c002d9ce8eac350ac78efc","after":"8df449043dbdd03403c9fa37e00d2d6a9676f2af","ref":"refs/heads/main","pushedAt":"2024-01-20T07:27:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Simplify gradle configurations and optimize build settings\n\nThis update streamlines 'include' in settings.gradle.kts to one line. It also tidily removes redundant dependencies and tasks from module build.gradle.kts files. Further, in the 'gradle.properties’, new properties have been added to optimize the gradle build speed.","shortMessageHtmlLink":"Simplify gradle configurations and optimize build settings"}},{"before":"d589403699f3ea66f928f99cbe9fd26666c0f7d9","after":"73313decdaf9efa084c002d9ce8eac350ac78efc","ref":"refs/heads/main","pushedAt":"2024-01-11T05:53:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Set main class in modular application's build.gradle.kts\n\nThe 'springBoot' block and 'mainClass.set' have been moved from the 'module-core' directory to the 'modular-application' directory in the build.gradle.kts file. This change shifts the responsibility of defining the main class to the 'modular-application'.","shortMessageHtmlLink":"Set main class in modular application's build.gradle.kts"}},{"before":"dd096888a19c5bb488b9028628f8b2cda4b3f8a3","after":"d589403699f3ea66f928f99cbe9fd26666c0f7d9","ref":"refs/heads/main","pushedAt":"2024-01-04T13:08:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Revise database schema.sql and update image link in README\n\nThis commit brings significant revisions to the database schema, adapting the types of some fields and modifying constraints. Also, there's an update of an image link in the README file, ensuring the correct visual aid is presented.","shortMessageHtmlLink":"Revise database schema.sql and update image link in README"}},{"before":"d2036420a8774fb9fe7658bcd889b1badd57c7bb","after":"dd096888a19c5bb488b9028628f8b2cda4b3f8a3","ref":"refs/heads/main","pushedAt":"2023-12-23T16:32:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Remove FixedIdTag class and related test cases\n\nThe FixedIdTag class and its related tests have been removed from the project. These eliminations improve the clarity and purpose of the codebase by eliminating redundancy and unnecessary complexity.","shortMessageHtmlLink":"Remove FixedIdTag class and related test cases"}},{"before":"396c14ddf76cb9b1af83c5c0fc8a3cc3e3fe552e","after":"d2036420a8774fb9fe7658bcd889b1badd57c7bb","ref":"refs/heads/main","pushedAt":"2023-12-23T16:26:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Remove unused methods in TagRepository\n\nMethods saveAll and findByNameIn were removed from TagRepository, TagJpaRepository, and TagRepositoryAdapter as they were not being used. This helps simplify the codebase and make maintenance easier.","shortMessageHtmlLink":"Remove unused methods in TagRepository"}},{"before":"34ed4ddaf3ec7999032fa5e6af9a442b2aab4460","after":"396c14ddf76cb9b1af83c5c0fc8a3cc3e3fe552e","ref":"refs/heads/main","pushedAt":"2023-12-23T16:19:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor tag handling in Article entities\n\nThe update includes a significant refactor of the Article related classes removing the use of ID for tag identification and simplifies the tag management process. The ArticleTags are now managed within an Article. Additional validation has been added for tag names becoming the unique identifier, and the unnecessary tag-related functions are removed where the relationships have been redirected.","shortMessageHtmlLink":"Refactor tag handling in Article entities"}},{"before":"5ccb1fa3595f83ebae95255606d2907572a60fe9","after":"34ed4ddaf3ec7999032fa5e6af9a442b2aab4460","ref":"refs/heads/main","pushedAt":"2023-12-17T16:34:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Format code to adhere to indentation standards\n\nThe commit involves reformatting the code across various files to abide by the standard indentation practices. Code readability has been significantly enhanced with whitespaces and indentation providing structural clarity. This change will help in better understanding and maintenance of the code in the future.","shortMessageHtmlLink":"Format code to adhere to indentation standards"}},{"before":"e775e5505e2b46bcc38d4b9e92d019a3cfc08785","after":"5ccb1fa3595f83ebae95255606d2907572a60fe9","ref":"refs/heads/main","pushedAt":"2023-12-17T16:23:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Refactor article deletion logic\n\nThe commit removes the deletion of article-related elements such as tags and comments from separate repository objects, and integrates them directly in the ArticleRepository. This structural change makes the deletion process more encapsulated within the related repository.","shortMessageHtmlLink":"Refactor article deletion logic"}},{"before":"6dcfd9839bea3a6dd67bee77b478f48ed7ddfea6","after":"e775e5505e2b46bcc38d4b9e92d019a3cfc08785","ref":"refs/heads/main","pushedAt":"2023-12-16T15:11:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"1chz","name":"Changhoon Han","path":"/1chz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71188307?s=80&v=4"},"commit":{"message":"Enable CORS in SecurityConfiguration\n\nThis commit updates the SecurityConfiguration.java file to enable Cross-Origin Resource Sharing (CORS) by default. It also refines the lists of allowed HTTP methods under CORS configuration to restrict them to just six: \"GET\", \"POST\", \"PUT\", \"DELETE\", \"PATCH\", and \"OPTIONS\".","shortMessageHtmlLink":"Enable CORS in SecurityConfiguration"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY6t9ngA","startCursor":null,"endCursor":null}},"title":"Activity · 1chz/realworld-java21-springboot3"}