Commit Graph

707 Commits

Author SHA1 Message Date
Bhaskara Navuluri f9feb0aad7 removed debug info 2021-10-25 15:26:06 +05:30
Bhaskara Navuluri cac3ae3a5e Added code for BAEL-4965: Securing SOAP services using Keycloa 2021-10-25 15:16:58 +05:30
johnA1331 12410d9bbc Update README.md 2021-10-21 22:02:15 +08:00
lucaCambi77 2dfdb51592 feat: env variable prefixes spring boot app (#11323) 2021-10-13 09:21:35 -07:00
kwoyke 131a090512 Merge pull request #11306 from Maiklins/JAVA-5587-Verify_the_spring-boot-react_build_warnings
JAVA-5587 Verify Spring Boot React errors and build time
2021-10-11 08:59:39 +02:00
mikr 92632cd896 JAVA-5587 Verify Spring Boot React errors and build time 2021-10-09 17:29:14 +02:00
kwoyke 938983be23 BAEL-5117: Use spring.web.resources.static-locations property (#11286) 2021-10-07 20:56:52 +02:00
johnA1331 437643f974 Update README.md 2021-09-24 12:54:57 +08:00
freelansam fe7d2af8c0 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke b441c62f0e JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)
* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
Roger 6365185c70 BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity (#11053)
* BAEL-4914 Code for EnableGlobalMethodSecurity vs EnableWebSecurity

* BAEL-4914 Add newline after @Autowired in Test
2021-08-15 19:46:43 +01:00
freelansam abaa46fd99 JAVA-6403: Fix references to parents (#11102)
* JAVA-6403: Fix references to parents

* JAVA-6403: removed relativePath
2021-08-15 20:11:09 +05:30
sampadawagde 2009f8a73c JAVA-5892: Upgrade spring-boot-keycloak to the latest Spring Boot
version
2021-08-07 12:43:58 +05:30
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Ravi Avhad 6b3e8de50f Moving method addUserAccount out of conditional block which checks for contraint violations 2021-07-24 14:25:40 +05:30
Ravi Avhad d63ff1db32 syncing with master 2021-07-24 14:21:40 +05:30
raviavhad ed01815caf Update UserAccountService.java
Reverting changes
2021-07-24 14:15:50 +05:30
raviavhad d5399a7677 Update UserAccountService.java
Moving the call to addUserAccount method out of condition to check if violations exist.
2021-07-24 13:45:21 +05:30
Ravi Avhad d1b2f3af21 moving spring service layer validation code 2021-07-24 13:19:51 +05:30
johnA1331 a28a32fdc9 Update README.md 2021-07-22 01:19:36 +08:00
Greg 5ba5c1eda8 Merge pull request #10983 from hmdrzsharifi/BAEL-4843
Bael 4843-Writing Log Data to Syslog Using Log4j
2021-07-15 10:42:25 -04:00
kwoyke 04f8622d04 Merge pull request #11019 from freelansam/JAVA-5934
JAVA-5935: Analyse bean overriding fix in modules - Part 3
2021-07-12 09:25:34 +02:00
sampadawagde 0821fb646c JAVA-5935: Analyse bean overriding fix in modules - Part 3 2021-07-10 18:54:09 +05:30
johnA1331 dc2ccf984f Update README.md 2021-07-07 23:19:11 +08:00
johnA1331 24a3e9b351 Update README.md 2021-07-07 23:17:34 +08:00
kwoyke fda111a5a1 JAVA-6222: Fix issues in the spring-boot-cassandre (#10988)
* JAVA-6222: Use parent-boot-2 in spring-boot-cassandre

* JAVA-6222: Fix PMD violation

* JAVA-6222: Cleanup pom.xml

* JAVA-6222: Fix app and package names

* JAVA-6222: Rename unit test to live test

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-02 21:18:53 +05:30
Greg e81d9373da Merge pull request #10932 from hmdrzsharifi/BAEL-4956
Bael 4956: Swagger @Api description is deprecated
2021-07-01 16:08:05 -04:00
sharifi 002c0ef4e8 bael-4843: add main spring boot class and logger 2021-07-01 14:08:53 +04:30
sharifi 2b64a6a263 bael-4843: add syslog appender to log4j conf 2021-07-01 14:08:12 +04:30
sampadawagde c51a520edd JAVA-5934: Analyse bean overriding fix in modules - Part 2 2021-06-26 18:29:13 +05:30
sampadawagde 23909a8349 JAVA-5934: Analyse bean overriding fix in modules - Part 2 2021-06-26 18:28:07 +05:30
kwoyke eb1f4e1e90 JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1

* JAVA-5875: Leave jta module on Spring Boot 2.4.7

* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0

* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix SQL Script DataSource Initialization

* JAVA-5875: ErrorController#getErrorPath has been removed

* JAVA-5875: Fix RepositoryRestConfigurer

* JAVA-5875: Fix issues caused by rest-assured upgrade

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Fix data.sql script initialization

* JAVA-5875: Update de.flapdoodle.embed.mongo dependency

* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3

* JAVA-5875: Update Spring Cloud dependencies

* JAVA-5875: Update cloud dependencies

* JAVA-5875: Defer datasource initialization

* JAVA-5875: Fix rest assured version

* JAVA-5875: Fix Spring Batch serialization issue

* JAVA-5875: Update Spring Cloud Stream version

* JAVA-5875: Update Spring Kafka version

* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
sharifi 618cdbdced BAEL-4956: add source code for describng REST API in openapi 2021-06-19 13:29:50 +04:30
sharifi 74f1bfefa2 BAEL-4956: add source code for describing REST API in swagger 2021-06-19 13:29:35 +04:30
johnA1331 a6dcae4963 Update README.md 2021-06-17 01:06:35 +08:00
kwoyke 6da4007dfc Merge pull request #10913 from freelansam/JAVA-5622
JAVA-5622: Fix failing integration test
2021-06-15 22:24:46 +02:00
sampadawagde 48d6b2f2b3 JAVA-5622: Fix failing integration test 2021-06-15 20:25:02 +05:30
Jonathan Cook d5f1f148e3 Merge pull request #10904 from BhabaniPatel/master
Code commit for moving out package to specific name as per article
2021-06-15 13:39:44 +02:00
Ronald Dehuysser 12e563e0b1 Update to JobRunr 3.1 2021-06-14 17:36:26 +02:00
Bhabani Prasad Patel 35e56303d3 Code commit for moving out package to specific name as per article 2021-06-14 08:34:16 +05:30
kwoyke 339fb7ec44 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
Loredana Crusoveanu a8890ebdca Merge pull request #10890 from johnA1331/master
BAEL-36759 - add links to github-baeldung articles
2021-06-09 15:26:18 +03:00
kwoyke 41b87934ce Merge pull request #10882 from freelansam/JAVA-5621
JAVA-5621: Update "Spring Boot Keycloak" article
2021-06-09 13:57:54 +02:00
johnA1331 c74a8dbbec Update README.md 2021-06-09 16:54:29 +08:00
johnA1331 b69608f9cf Update README.md 2021-06-09 16:44:52 +08:00
Loredana Crusoveanu f777c86fcf rename project, format 2021-06-08 12:16:37 +03:00
sampadawagde 4878de0d8c JAVA-5621: Update "Spring Boot Keycloak" article 2021-06-07 20:18:41 +05:30
raviavhad 3db3072b45 BAEL-4957 - Spring validation in the service layer (#10811) 2021-06-07 12:33:08 +02:00
kwoyke 049d9e671f Merge pull request #10868 from freelansam/JAVA-5622
JAVA-5622: Update "Spring Boot Testing" article
2021-06-07 09:06:28 +02:00
sampadawagde cb170bfabe JAVA-5622: Update "Spring Boot Testing" article 2021-06-05 21:07:08 +05:30
Azhwani ec06909f0c format pom.xml 2021-05-30 14:27:42 +02:00
Azhwani 775b2585ab cleanup code 2021-05-30 12:46:40 +02:00
Azhwani fb529aeee2 first commit 2021-05-30 12:41:38 +02:00
Bhabani Prasad Patel eefc0b2bc7 code commit for BAEL-4869 (#10812)
* Code commit for "Converting String to BigDecimal in Java" - Article

* modified the assert param for comparing actual and expected values

* removed the conflict change

* Code commit for Secret Key to String and vice versa in java

* renaming the junit class name to match coding standard

* code commit for BAEL-4869

* Adding new module with Secret key to String conversion in Java [BAEL-4489]

* changed code indent by space instead of tab
2021-05-28 22:38:15 +02:00
johnA1331 a9121efec0 Update README.md 2021-05-27 01:06:55 +08:00
Jonathan Cook 1f49cd5f6d Merge pull request #10771 from MajewskiKrzysztof/BAEL-4871
Bael 4871
2021-05-26 09:02:13 +02:00
majewsk6 ebb5192a60 BAEL-4871 Spring Conditional Annotations 2021-05-25 11:53:59 +02:00
Loredana Crusoveanu 951eacfd8f Merge pull request #10619 from skinkie/keycloak-logout
Implement a functional logout for spring-boot-keycloak
2021-05-25 10:37:50 +03:00
sampadawagde 960642482e JAVA-5392: Upgrade spring-boot-admin module 2021-05-23 21:05:12 +05:30
majewsk6 5739671260 BAEL-4871 Spring Conditional Annotations 2021-05-21 16:00:09 +02:00
majewsk6 90780c982e BAEL-4871 Spring Conditional Annotations 2021-05-21 15:55:43 +02:00
majewsk6 93c3b2bf35 BAEL-4871 Spring Conditional Annotations 2021-05-21 14:59:07 +02:00
majewsk6 adfe5c687e BAEL-4871 Spring Conditional Annotations 2021-05-21 14:55:38 +02:00
majewsk6 94919df0c2 BAEL-4871 Spring Conditional Annotations 2021-05-21 14:43:48 +02:00
majewsk6 2598e4fa4d BAEL-4871 Spring Conditional Annotations 2021-05-21 14:40:57 +02:00
kwoyke 8f2208fb25 Merge pull request #10783 from freelansam/JAVA-2419
JAVA-2419: Move/rename module spring-boot-xml
2021-05-20 13:05:35 +02:00
sampadawagde 56d69f922b JAVA-2419: Move/rename module spring-boot-xml 2021-05-19 22:59:16 +05:30
johnA1331 e8c0d7bf53 Update README.md 2021-05-20 01:27:41 +08:00
johnA1331 cbd8cee5b4 Update README.md 2021-05-20 01:20:46 +08:00
Eric Martin 793c12fa7a Merge pull request #10736 from wlesniak/master
BAEL-4564 - Difference between Interceptor and Filter in Spring MVC
2021-05-16 13:33:56 -05:00
majewsk6 4d08dcace0 BAEL-4871 Spring Conditional Annotations 2021-05-16 20:16:33 +02:00
majewsk6 9d5b3fcedb BAEL-4871 Spring Conditional Annotations 2021-05-16 20:09:03 +02:00
majewsk6 b37973821c BAEL-4871 Spring Conditional Annotations 2021-05-16 20:04:35 +02:00
majewsk6 2d1d9f3ec5 BAEL-4871 Spring Conditional Annotations 2021-05-16 20:03:39 +02:00
majewsk6 6f757f33b3 BAEL-4871 Spring Conditional Annotations 2021-05-16 20:02:27 +02:00
Stéphane Traumat 3c5b7234d9 Adding cassandre tutorial (#10757)
* Adding Cassandre

* Added a logger

* Added a logger

* Change test name

* Change test name

* Moved to spring-boot-modules

* remove cassandre from the spring-boot-modules pom, and add it in the main pom.
2021-05-14 08:58:18 -07:00
kwoyke 38aeae6685 Merge pull request #10759 from freelansam/JAVA-5223
JAVA-5223: Fix formatting of POMs
2021-05-14 10:46:19 +02:00
sampadawagde 39352f251d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
sampadawagde a11662776d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 2) 2021-05-13 22:46:18 +05:30
sampadawagde 7becd6bdda JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 1) 2021-05-13 22:45:35 +05:30
johnA1331 ebc5075968 Update README.md 2021-05-12 23:25:49 +08:00
wlesniak 26992a22c2 BAEL-4564 revertt readme file as it will be auto updated 2021-05-08 21:55:18 +01:00
Gerardo Roza dec59dec95 fixed error in staging multidocument integration test 2021-05-08 15:17:56 -03:00
wlesniak 8e5ebe813c BAEL-4564 fixed code formatting 2021-05-06 16:18:12 +01:00
wlesniak 9089307991 BAEL-4564 Sample code for article filters vs spring handler interceptor 2021-05-06 16:06:09 +01:00
johnA1331 2399adb245 Update README.md 2021-04-29 05:46:32 +08:00
Greg 35cc00b59a Merge pull request #10603 from saleco/master
BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
2021-04-26 14:22:53 -04:00
Krzysztof Woyke 84deee0e1e JAVA-5190: Add spring-boot-disable-logging to the spring-boot-modules pom.xml 2021-04-21 14:49:07 +02:00
Krzysztof Woyke bc5e528661 JAVA-5190: Create a new spring-boot-disable-logging module 2021-04-21 13:47:55 +02:00
Krzysztof Woyke 4635cad814 JAVA-5190: Fix spring-boot-runtime config and tests 2021-04-19 22:24:05 +02:00
Sallo Szrajbman 9e36a37493 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Code review issues
2021-04-18 19:36:31 +01:00
Sallo Szrajbman 0d875a5b20 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Updating Spring Boot version to 2.4.4
2021-04-14 17:39:00 +01:00
johnA1331 cdaac992a4 Update README.md 2021-04-07 16:30:30 +08:00
Sallo Szrajbman 45dcdf2a0d BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Updating PR to reduce complexity of react components
Fixing react test
2021-04-03 13:51:08 +01:00
Krzysztof Woyke 63e5a2dad0 JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
kwoyke 71f941a082 BAEL-4912: Set lazy initialization using SpringApplication and SpringApplicationBuilder (#10617)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-04-02 06:53:32 +02:00
Stefan de Konink 37c6fe33d7 Implement a functional logout for spring-boot-keycloak 2021-04-01 21:28:29 +02:00
Loredana Crusoveanu 2860ccbf64 Merge pull request #10613 from johnA1331/master
BAEL-33794 - add links to github-baeldung articles
2021-04-01 18:29:28 +03:00
Amy DeGregorio 86575c861b BAEL-4825 (#10616)
* BAEL-4825

* BAEL-4825 added integration tests

* BAEL-4825 Fix line continuation indents

* BAEL-4825 Fix line continuation indents
2021-04-01 08:14:25 -07:00
johnA1331 b06a661edf Update README.md 2021-04-01 00:32:04 +08:00