forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 1
a #1
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
Open
kamismile
wants to merge
10,000
commits into
kamismile:master
Choose a base branch
from
eugenp:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
a #1
Conversation
This file contains hidden or 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
fe88641 to
4a91482
Compare
* [BAEL-9510] WIP * [BAEL-9510] WIP * WIP * [BAEL-9515] WIP - LiveTest * [BAEL-9515] Integration Test for Happy Path * [BAEL-9515] Integration Test for Happy Path * [BAEL-9510] Code cleanup * [BAEl-9510] WIP: Code cleanup * [BAEL-9510] code cleanup and test improvements
* fix imports to be able to compile * stash - does not work * override * tests * done * naming * fix
* bael 9483 experiments * baeldung formatter, adjustments * draft ready * removing unecessary files --------- Co-authored-by: ulisses <ulisses@dvlcube>
* Update AppConfig.java * Create SpringSchedulingApplication.java * Update AppConfig.java * Update SpringRetryIntegrationTest.java
* BAEL-9420: Add Testcontainer Podman Test * Rename test classes from *IntegrationTest to *LiveTest - Rename KafkaIntegrationTest to KafkaLiveTest - Rename MySQLIntegrationTest to MysqlLiveTest - Rename RedisIntegrationTest to RedisLiveTest - Update class names to match new file names - Remove unused import in RedisLiveTest * fix * Fix duplicate module declaration in reactor Remove test-containers-podman from root pom.xml as it's already declared in testing-modules/pom.xml. This fixes the Maven reactor duplication error.
…loyment to spring-boot-modules (#18952)
#18981) * BAEL-8113: How to fix JPA NoResultException: No entity found for query * BAEL-8113: How to fix JPA NoResultException: No entity found for query * BAEL-8113: fix indentation
* Update MyServiceImpl.java * Update AppConfig.java * Update MyService.java * Update LogAppender.java * Update SpringRetryIntegrationTest.java * Update SpringAsyncConfig.java * Update AsyncComponent.java * Update AsyncService.java * Update CustomAsyncExceptionHandler.java * Update FirstAsyncService.java * Update SecondAsyncService.java * Update AsyncAnnotationExampleIntegrationTest.java * Update AsyncWithXMLIntegrationTest.java * Update SpringRetryIntegrationTest.java * Update AsyncServiceUnitTest.java
[JAVA-49663] Upgraded hibernate to 7.1.10.Final for hibernate-queries…
[JAVA-49499] Upgraded hibernate to 7.1.0.Final for hibernate-annotati…
* BAEL-8123 code examples * BAEL-8123 changed package name * BAEL-8123 fix package name * BAEL-8123 minor fix
Removed Maven compiler plugin configuration from pom.xml.
remove overriden jdk version
* BAEL-9531 - Overview of MCP annotations in Spring A * BAEL-9531 - rename tests * review
* Implement detach and reattach entity in JPA * Implement additional tests * implemented kafka offset reset * refactored code and test cases * refactored code * refactored code * refactored test code * refactored test code * refactored code * refactored code * refactored code * refactored code * refactored code
…nFactory (#19082) * BAEL-9505: changes of setting datasource by creating Hibernate SessionFactory * addressed PR comments * review comment fix * renaming test --------- Co-authored-by: Sagar Verma <sverma1@godaddy.com>
* [BAEL-9510] WIP * [BAEL-9510] WIP * WIP * [BAEL-9515] WIP - LiveTest * [BAEL-9515] Integration Test for Happy Path * [BAEL-9515] Integration Test for Happy Path * [BAEL-9510] Code cleanup * [BAEl-9510] WIP: Code cleanup * [BAEL-9510] code cleanup and test improvements * [BAEL-8408] WIP * [BAEL-8408] Multitenant Spring Auth Server * [BAEL-8408] Fix SB4 Tests * [BAEL-8408] Remove log files from commit * [BAEL-8408] Code cleanup * [BAEL-8408] Fix dependencies * [BAEL-8408] throw exception for unknown issuer
BAEL-9578: move code samples to SB 4.x module
* Add ArticleView class for HTML template rendering * Add article.jte template for article display * Create JteTemplateTest.java * Add Article record with title, author, content, and views * Add JTE Spring Boot starter dependency * Update libraries-7/src/main/java/com/baeldung/jte/ArticleView.java Co-authored-by: Liam Williams <liam.williams@zoho.com> * Update libraries-7/src/test/java/com/baeldung/jte/JteTemplateTest.java Co-authored-by: Liam Williams <liam.williams@zoho.com> * Update libraries-7/src/main/java/com/baeldung/jte/Article.java Co-authored-by: Liam Williams <liam.williams@zoho.com> * Update libraries-7/src/main/resources/jte/article.jte Co-authored-by: Liam Williams <liam.williams@zoho.com> * Update libraries-7/src/test/java/com/baeldung/jte/JteTemplateTest.java Co-authored-by: Liam Williams <liam.williams@zoho.com> * Update libraries-7/pom.xml Co-authored-by: Liam Williams <liam.williams@zoho.com> * Rename test method * Update libraries-7/src/test/java/com/baeldung/jte/JteTemplateTest.java --------- Co-authored-by: Liam Williams <liam.williams@zoho.com>
…nd spring-ai-chat-stream (#19109) Both modules already use Spring AI 1.0.1 GA available in Maven Central.
* BAEL-5573: Calling an Object’s Method From Thymeleaf * Update spring-web-modules/spring-thymeleaf-5/src/main/java/com/baeldung/thymeleaf/methods/MethodsController.java --------- Co-authored-by: Liam Williams <liam.williams@zoho.com>
…9102) * BAEL-9123: Added unit tests for elasticsearch wildcard service Signed-off-by: Diego Torres <dtorres.py@gmail.com> * BAEL-9123: Fixed java files formatting Signed-off-by: Diego Torres <dtorres.py@gmail.com> * BAEL-9123: Fixed unit tests Signed-off-by: Diego Torres <dtorres.py@gmail.com> * Apply suggestion from @theangrydev * BAEL-9123: Fixed unit tests Signed-off-by: Diego Torres <dtorres.py@gmail.com> * BAEL-9123: Improvements for unit tests Signed-off-by: Diego Torres <dtorres.py@gmail.com> * BAEL-7322: Added unit tests * BAEL-7322: Fixed unit tests Signed-off-by: Diego Torres <dtorres.py@gmail.com> * BAEL-7322: Added new tests for multi-field support Signed-off-by: Diego Torres <dtorres.py@gmail.com> --------- Signed-off-by: Diego Torres <dtorres.py@gmail.com> Co-authored-by: Liam Williams <liam.williams@zoho.com>
…19122) * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app * BAEL-7986: Connecting to Heroku Postgres from Spring Boot demo app
* [like-in-ps] using LIKE in preparedStmt * [like-in-ps] refactoring
* add mcp server * add mcp client * fix: add profiles and make mcp-server as main entrypoint * add module name to parent * remove server.name property from mcp server * add logback-spring.xml * use streamable-http transport layer * add logs to mcp server tool * update property to enable mcp elicitation * update log messages
* BAEL-7116: ClassCastException examples * BAEL-7116: Added an example with a natural order
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.
a