Commit Graph

  • 0fe1563388 JAVA-4012: Moved 1 article from spring-data-mongodb to spring-boot-persistence-mongodb sampadawagde 2021-01-24 23:40:00 +05:30
  • 51e2fe20b1 BASE-4535: Update examples for overriding compareTo Daniel Strmecki 2021-01-24 16:37:24 +01:00
  • 268fe2dfe6 BASE-4535: Example for overriding compareTo Daniel Strmecki 2021-01-24 12:33:05 +01:00
  • 725465b0b6 disabled security for WebClient codebase application Gerardo Roza 2021-01-23 12:41:13 -03:00
  • 3e5a1f3e50 added endpoints to test functionality properly Gerardo Roza 2021-01-23 12:40:28 -03:00
  • 0de9172dc6 Moved spring-5-webclient example code to new test class, to verify everything is working as expected Gerardo Roza 2021-01-23 11:36:58 -03:00
  • c3741487d8 BAEL-4748 update examples with favouriteBook Trixi Turny 2021-01-23 12:56:18 +00:00
  • a0425afd1b MASH-4748 fix Reader object and url with WebClient Trixi Turny 2021-01-23 11:25:11 +00:00
  • 70a0e0de96 BAEL-4748 change user to reader and address to favouriteBooks Trixi Turny 2021-01-23 11:19:30 +00:00
  • 27dfd5ca5a Merge pull request #10439 from rozagerardo/rozagerardo/JAVA-4284_Fix-issues-in-spring-5-weblcient-article Loredana Crusoveanu 2021-01-23 10:14:53 +02:00
  • 9144660a72 BAEL-4756 - Mockito MockSettings - fix spelling (#10438) Jonathan Cook 2021-01-23 07:08:50 +01:00
  • 0c54413807 BAEL-2517 Kent@lhind.hp.g5 2021-01-22 19:56:18 +01:00
  • 30f0c13ef6 added context test for new WebClientApplication Gerardo Roza 2021-01-22 12:48:34 -03:00
  • 1b78d4be31 fixed and improved WebClient integration test Gerardo Roza 2021-01-22 12:33:54 -03:00
  • 814369e38c added exchange and retrieve examples as in teh article, updated due to deprecation Gerardo Roza 2021-01-22 10:49:47 -03:00
  • 10318d1145 updated inserter3 as in article Gerardo Roza 2021-01-22 10:29:15 -03:00
  • d90c7fed48 BAEL-4644: Small test to check Java JIT compiler performances vs C++ … (#10412) Daniel Strmecki 2021-01-22 08:53:02 +01:00
  • e6ab521b61 added LinkedMultiValueMap usage for inserter declaration, as in article Gerardo Roza 2021-01-21 14:57:06 -03:00
  • 1f7e0f06b6 updated timeout logic due to deprecation Gerardo Roza 2021-01-21 14:25:30 -03:00
  • dd60782928 Added timeout WebClient configuration, as in article Gerardo Roza 2021-01-21 12:44:06 -03:00
  • 52d458c05f formatted WebClientController class Gerardo Roza 2021-01-21 12:43:26 -03:00
  • 14506a542d removed unused reactor-spring version property Gerardo Roza 2021-01-21 11:50:55 -03:00
  • 5b1e597978 Updated deprecated BodyInserters.fromObject method, in favor of BodyInserters.fromValue Gerardo Roza 2021-01-21 11:47:41 -03:00
  • 26c646f6fc Merge pull request #10437 from rozagerardo/rozagerardo/JAVA-3721_Update-articles-for-2.4.0--articles-using-profiles-2 Loredana Crusoveanu 2021-01-21 10:21:32 +02:00
  • 2d0d20d577 Merge pull request #10436 from sampada07/JAVA-4012 Loredana Crusoveanu 2021-01-21 10:11:40 +02:00
  • ecd41e977c Merge pull request #10435 from johnA1331/master Loredana Crusoveanu 2021-01-21 10:04:42 +02:00
  • a679b19978 JAVA-4012: removed entry for article sampadawagde 2021-01-20 22:39:36 +05:30
  • 52c492f679 JAVA-4012: README changes sampadawagde 2021-01-20 22:32:54 +05:30
  • c5a57eb065 JAVA-4012: Moved 1 article to spring-boot-persistence-mongodb sampadawagde 2021-01-20 22:31:35 +05:30
  • 59e4bd9811 updated deprecation: HandlerInterceptorAdapter class -> HandlerInterceptor interface Gerardo Roza 2021-01-20 12:37:10 -03:00
  • c3f92c8b38 Create README.md johnA1331 2021-01-20 22:50:15 +08:00
  • f7f017037f Update README.md johnA1331 2021-01-20 22:46:34 +08:00
  • 093fb533fa Update README.md johnA1331 2021-01-20 22:44:10 +08:00
  • 1e16299ac5 Update README.md johnA1331 2021-01-20 22:42:24 +08:00
  • 98cce29a73 Update README.md johnA1331 2021-01-20 22:39:59 +08:00
  • ed793f68ec Merge pull request #10432 from rozagerardo/rozagerardo/JAVA-3720_Update-articles-for-2.4.0--articles-using-profiles-1 Loredana Crusoveanu 2021-01-20 11:20:37 +02:00
  • d3156e1034 [BAEL-4715] Java HashMap Load Factor MeenaGawande 2021-01-20 11:29:38 +05:30
  • c4c633eeeb Merge branch 'master' of https://github.com/Saber-k/tutorials Mateusz Szablak 'Saber-k 2021-01-19 22:00:53 +01:00
  • 13d88f95af Merge branch 'master' of https://github.com/Saber-k/tutorials Mateusz Szablak 'Saber-k 2021-01-19 21:47:26 +01:00
  • 72cea047e0 Merge branch 'master' of https://github.com/Saber-k/tutorials Mateusz Szablak 'Saber-k 2021-01-19 21:47:26 +01:00
  • 27c423c4e0 [BAEL-4214] Converting java.util.Properties to HashMap<String,String> Mateusz Szablak 'Saber-k 2021-01-19 21:40:10 +01:00
  • a41309f4c6 [BAEL-4214] Converting java.util.Properties to HashMap<String,String> Mateusz Szablak 'Saber-k 2021-01-19 21:40:10 +01:00
  • 42ca93dbbf added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests for spring-boot module Gerardo Roza 2021-01-19 15:44:33 -03:00
  • 8f428d7688 fix extra test configuration properties error Gerardo Roza 2021-01-19 12:22:02 -03:00
  • 7e91f30534 Merge pull request #10324 from GilvanOrnelas/clean-architecture bfontana 2021-01-19 09:06:29 -03:00
  • caadfb7a91 Adding clean-architecture to parent POM. Fixing UserResponseFormatter test name. Bruno Fontana 2021-01-19 08:58:58 -03:00
  • b33fd1ee9c Added additional scenario to reflect scenario mentioned in spring-feature-flags (even though the article does not point to any module in the codebase) Gerardo Roza 2021-01-18 15:50:55 -03:00
  • 1b127b9b00 removed Sprng Boot version override, upgraded cloud version and added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests Gerardo Roza 2021-01-18 12:55:30 -03:00
  • 7b0ab83c8d Merge pull request #10389 from emyasa/BAEL-4601 davidmartinezbarua 2021-01-17 18:52:17 -03:00
  • b9c81b0ced BAEL-4756 - Mockito MockSettings (#10423) Jonathan Cook 2021-01-17 11:39:53 +01:00
  • 1e2aa09bf7 Merge pull request #10427 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules--optional Loredana Crusoveanu 2021-01-17 11:18:26 +02:00
  • 8396dabf77 quick fix Azhwani 2021-01-17 02:27:34 +01:00
  • 100e3b652d first commit Azhwani 2021-01-17 02:08:18 +01:00
  • 82b5316bc4 fixed properties files notation Gerardo Roza 2021-01-16 12:20:54 -03:00
  • 72ca7fde48 Fixing valid password condition Gilvan Ornelas Fernandes Filho 2021-01-16 11:36:20 -03:00
  • b364726c8c Merge pull request #10426 from eugenp/issue-10366 Loredana Crusoveanu 2021-01-16 16:35:56 +02:00
  • 77b00187de fix channel type, callback Loredana Crusoveanu 2021-01-16 16:27:02 +02:00
  • 119af2bcb9 Merge pull request #10421 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules Loredana Crusoveanu 2021-01-16 10:32:10 +02:00
  • 89d27e300d Merge pull request #10424 from sampada07/JAVA-4010 Loredana Crusoveanu 2021-01-16 10:01:37 +02:00
  • dce6c4fe12 BAEL-4695: create and update README files (#10425) KevinGilmore 2021-01-15 17:21:00 -06:00
  • 6b462cd6c6 Improved spring-properties-file-outside-jar with new 2.4.0 feature Gerardo Roza 2021-01-15 16:00:03 -03:00
  • a0e7e3bf80 JAVA-4010: Added new module to parent pom sampadawagde 2021-01-15 23:17:03 +05:30
  • 2931dcbeb4 JAVA-4010: Moved 3 articles from this module sampadawagde 2021-01-15 23:16:39 +05:30
  • e54423ce83 JAVA-4010: Added new module and moved 3 articles to it sampadawagde 2021-01-15 23:15:41 +05:30
  • 52db422b6c BAEL-4695 - Evaluating a Math Expression in Java (#10345) Umang Budhwar 2021-01-15 04:34:00 +05:30
  • 1c5185b549 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests Gerardo Roza 2021-01-14 11:43:32 -03:00
  • 9f581af949 Merge pull request #10420 from kcacademic/BAEL-4759 Loredana Crusoveanu 2021-01-14 12:00:49 +02:00
  • 7e51af38d9 Corrected the name of unit test to mark them as manual. CHANDRAKANT Kumar 2021-01-14 15:18:33 +05:30
  • f0b3e0f41e Merge pull request #10419 from johnA1331/master Loredana Crusoveanu 2021-01-14 11:04:37 +02:00
  • 0785727da4 Create README.md johnA1331 2021-01-14 13:45:12 +08:00
  • eddab4c557 [BAEL-4601] Revision: Simplifies assertions Emmanuel Yasa 2021-01-14 01:36:35 +08:00
  • 5d14cdd746 Create README.md johnA1331 2021-01-14 00:15:43 +08:00
  • 974f0f3427 Update README.md johnA1331 2021-01-14 00:13:45 +08:00
  • 3af803eb73 Update README.md johnA1331 2021-01-14 00:11:46 +08:00
  • 1ed7c56596 changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade Gerardo Roza 2021-01-13 11:28:41 -03:00
  • 1a0655a189 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests These are potential issues, since the dependency is included in the root pom Gerardo Roza 2021-01-13 10:26:38 -03:00
  • f89f2b19a6 Merge pull request #10342 from amitiw4u/BAEL-4624-SpringTransactionRollback Eric Martin 2021-01-12 19:40:36 -06:00
  • edfd53e5d5
    Spring Boot 创建一个可以执行的 Jar YuCheng Hu 2021-01-12 13:37:51 -05:00
  • a996154694 Merge pull request #10416 from sampada07/JAVA-4013 Loredana Crusoveanu 2021-01-12 16:55:50 +02:00
  • 013902b253 JAVA-4013: README changes sampadawagde 2021-01-12 19:14:50 +05:30
  • 6052fd6bc8 JAVA-4013: Moved 2 articles to spring-testing-2 sampadawagde 2021-01-12 19:14:11 +05:30
  • 93e1567743 JAVA-4013: Moved 1 article to spring-boot-data-2 sampadawagde 2021-01-12 19:12:12 +05:30
  • 0de3237365 improved and updated spring-boot-yaml-vs-properties article code Gerardo Roza 2021-01-11 14:23:27 -03:00
  • 7347c8fe16 added example for multidocument properties files Gerardo Roza 2021-01-09 23:10:12 -03:00
  • a00e44113b
    添加另一篇文章的链接 YuCheng Hu 2021-01-11 10:08:04 -05:00
  • 637fcb9c16
    更新源代码的 import YuCheng Hu 2021-01-11 09:08:36 -05:00
  • 1b08959576
    更新 md 文件 YuCheng Hu 2021-01-11 09:06:42 -05:00
  • 87f28fe878 Merge pull request #10407 from kwoyke/JAVA-3588 Loredana Crusoveanu 2021-01-11 12:18:28 +02:00
  • 6564d4265a Merge pull request #10337 from MajewskiKrzysztof/BAEL-4750 Loredana Crusoveanu 2021-01-11 12:00:01 +02:00
  • 28436e3bc1 Merge pull request #10378 from tapankavasthi/master Eric Martin 2021-01-10 20:04:18 -06:00
  • e558d17707 Merge pull request #10414 from wolkenschieber/master Loredana Crusoveanu 2021-01-10 17:39:52 +02:00
  • 4af05b2230 Update packages to match declaration wolkenschieber 2021-01-10 15:04:09 +01:00
  • c0955b04f7 Update packages to match declaration wolkenschieber 2021-01-10 14:03:17 +01:00
  • c2165fa4bc Merge pull request #10351 from SmartyAnsh/master Eric Martin 2021-01-09 20:53:53 -06:00
  • 2376dd94b2 Merge pull request #10377 from sk1418/jacksonException Eric Martin 2021-01-09 20:44:27 -06:00
  • 5e26ff97d9 removed starter-test vintage engine exclusion, not needed since Boot 2.4.0 Gerardo Roza 2021-01-09 23:09:00 -03:00
  • adfede63ba BAEL-4472 - old file removed Anshul BANSAL 2021-01-09 21:18:07 +02:00
  • df31e606c3 BAEL-4748 implement UserConsumerService with webClient and write UnitTests Trixi Turny 2021-01-09 15:55:24 +00:00
  • f4eea66de8
    修改 ReadMe 文件提交书写第一个代码的内容 YuCheng Hu 2021-01-09 10:10:09 -05:00
  • 9a0ce77cef
    按照示例提交第一个源代码 YuCheng Hu 2021-01-09 09:58:54 -05:00