Skip to content

Conversation

@kamismile
Copy link
Owner

a

@lor6 lor6 force-pushed the master branch 2 times, most recently from fe88641 to 4a91482 Compare January 13, 2024 19:18
panos-kakos and others added 28 commits November 25, 2025 18:38
* [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.
#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…
MBuczkowski2025 and others added 30 commits January 25, 2026 08:51
* 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.
* 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.