Commit Graph

6114 Commits

Author SHA1 Message Date
Daniel Strmecki f0ee9ddf02 BASE-4618: Add new module 2021-03-06 09:02:04 +01:00
Eric Martin e26aebc76f Merge pull request #10516 from SmartyAnsh/master
BAEL-4628 - Spring Security SAML
2021-03-05 17:03:17 -06:00
Jonathan Cook 49da1ed251 BAEL-4204 - Adding Interceptors in OkHTTP (#10539)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

* BAEL-4756 - Mockito MockSettings - fix spelling

* BAEL-2674 - Upgrade the Okhttp article

* BAEL-4204 - Adding Interceptors in OkHTTP

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2021-03-04 09:29:11 -08:00
Loredana Crusoveanu ab0cef67fb Merge pull request #10540 from johnA1331/master
BAEL-32618 - add links to github-baeldung articles
2021-03-04 16:57:19 +02:00
kwoyke 33dd080745 BAEL-4832: Fix Guava example (#10541)
* BAEL-4832: Fix Guava example

* BAEL-4832: Fix imports
2021-03-04 13:00:09 +01:00
kwoyke 28cd4fa7ba BAEL-4194: Add example for not using the @Modifying (#10536) 2021-03-04 07:12:09 +01:00
Eric Martin 1c32920b76 Merge pull request #10522 from sk1418/Circular_linked_list
fix the deleting method
2021-03-03 21:37:39 -06:00
Bradley M Handy 6a117f9f3a BAEL-4384: Invoke a private method using reflection (#10470)
* - initial commit of sample code

* BAEL-4209:  Moving the localized exception module into core-java-exceptions-3.

* BAEL-4209: Removed the old files for localizing exception messages.

* Added test case to explain invoking a private method.

* Made the code example more useful so we don't look like we're hacking another framework.

* Forgot to make the test class and method package-private.

* Incorporated Spring ReflectionTestUtils into the code sample.

* Updated the Spring Test version to match the article.
2021-03-03 19:44:45 +00:00
johnA1331 2d0eaccad4 Update README.md 2021-03-03 20:55:30 +08:00
johnA1331 14b84f78f6 Update README.md 2021-03-03 20:52:42 +08:00
johnA1331 f788bcd6c7 Create README.md 2021-03-03 20:50:02 +08:00
johnA1331 e6f7273954 Update README.md 2021-03-03 20:47:57 +08:00
johnA1331 c5633e7bae Update README.md 2021-03-03 20:45:17 +08:00
johnA1331 be2be13672 Update README.md 2021-03-03 20:43:31 +08:00
johnA1331 770d574d01 Update README.md 2021-03-03 20:41:37 +08:00
johnA1331 537253a683 Update README.md 2021-03-03 20:39:32 +08:00
Eugen 99373625b2 Merge pull request #10537 from asif-anwar/comment-quarkus-extension
commenting broken module
2021-03-03 13:57:56 +02:00
Muhammad Asif Anwar 133c6022fe commenting broken module 2021-03-03 09:25:40 +04:00
sharifi 3fdc7836ce bael-4793: add main source 2021-03-02 18:25:27 +03:30
Eugen 78467add23 Merge pull request #10532 from asif-anwar/comment-quarkus-extension
Comment out quarkus-extension
2021-03-02 12:51:41 +02:00
Muhammad Asif Anwar 4120988447 Comment out quarkus-extension 2021-03-02 09:08:29 +04:00
Dhawal Kapil e964ea01c7 Merge pull request #10529 from Maiklins/JAVA-4293-remove-spring-security-credentials
Java 4293 remove spring security credentials
2021-03-01 19:47:43 +05:30
Dhawal Kapil 3cc2119850 Merge pull request #10528 from Maiklins/JAVA-4215-Fix_issue_in_Jackson_Bidirectional_Rels_article
Java 4215 fix issue in jackson bidirectional rels article
2021-03-01 19:44:03 +05:30
Sallo Szrajbman 422d2359e5 BAEL-4362 - Generate WSDL Stubs with Maven
Fixing identation on new lines
2021-03-01 10:06:40 +00:00
Amitabh Tiwari 0900935000 Added tests for count 2021-03-01 09:05:25 +05:30
mikr 43e98cd779 JAVA-4293-remove-spring-security-credentials 2021-02-28 23:13:12 +01:00
Maiklins 8892ca4d0b Merge pull request #84 from eugenp/master
update
2021-02-28 23:01:36 +01:00
mikr c60e01034d JAVA-4215 Fix issue in "Jackson Bidirectional Rels" article 2021-02-28 22:50:54 +01:00
Eric Martin f8441d2384 Merge pull request #10492 from hmdrzsharifi/bael-4777
Bael 4777-Insert a Row in Excel Using Apache POI
2021-02-28 11:09:11 -06:00
Eugen fafc4acded Merge pull request #10525 from asif-anwar/upgrade-gitflow-incremental-builder-JAVA-4609
upgrade gitflow-incremental-builder
2021-02-28 18:19:41 +02:00
Maiklins 65f461b2e8 Java 4293 update dockerizing spring boot app article (#10512)
* JAVA-4293 Fix Dockerize Spring Boot article

* JAVA-4293 Remove authentication / fix pom file

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2021-02-28 20:46:48 +05:30
Muhammad Asif Anwar f1c313713b upgrade gitflow-incremental-builder 2021-02-28 17:41:58 +04:00
Kent@lhind.hp.g5 dc5cac43b2 fix the deleting method 2021-02-28 11:53:48 +01:00
Maiklins 223a507172 Merge pull request #83 from eugenp/master
update
2021-02-27 23:23:34 +01:00
Sallo Szrajbman 7c4fd01620 BAEL-4362 - Generate WSDL Stubs with Maven
Initial version of the codebase
2021-02-27 17:19:33 +00:00
Jonathan Cook 1102d9ac1e Merge pull request #10521 from azhwani/BAEL-4168
BAEL-4168: No converter found for return value of type
2021-02-26 20:02:44 +01:00
Azhwani 228e9a357c Fix integration test 2021-02-26 19:23:09 +01:00
Loredana Crusoveanu 33473e268e Merge pull request #10519 from kwoyke/JAVA-4397
JAVA-4397: Use random port for the GreetControllerRealIntegrationTest
2021-02-26 12:22:29 +02:00
Benedict Ayiko 4ab767bec2 BAEL-3439 - Add selector.wakeup() section (#10398)
* Add selector.wakeup() section

* Update SelectorTest.java

* Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/selector/SelectorTest.java

* Update SelectorTest.java

* Update and rename SelectorTest.java to SelectorUnitTest.java

* Update SelectorUnitTest.java

* Update and rename SelectorUnitTest.java to SelectorManualTest.java
2021-02-26 09:41:58 +01:00
Loredana Crusoveanu 7d0f63b213 Merge pull request #10518 from johnA1331/master
BAEL-32617 - add links to github-baeldung articles
2021-02-26 08:53:04 +02:00
Eric Martin b40ae6e80b Merge pull request #10511 from sk1418/deque_stack
deque vs. stack article
2021-02-25 22:05:29 -06:00
Otto Dvalishvili dc650c014c Bael 4781: Introduction to ZeroCode (#10482)
* small example of hexagonal architecture in java

* Bael-4781: Introduction to ZeroCode

* add readme

* Revert "small example of hexagonal architecture in java"

This reverts commit c0f96441

* refactoring

* refactoring
2021-02-25 22:00:21 -06:00
Krzysztof Woyke 6704dec346 JAVA-4397: Use random port for the GreetControllerRealIntegrationTest 2021-02-25 23:45:12 +01:00
Dhawal Kapil 91870ad48e Merge pull request #10510 from freelansam/JAVA-4294
JAVA-4294: Upgrade spring-data-rest module
2021-02-26 00:10:07 +05:30
davidmartinezbarua b208e12340 Merge pull request #10448 from SimoneCusimano/BAEL-4688-RestAPI-JAX-RSandSpringWebMVC
[BAEL-4688] Rest API: JAX-RS and Spring Web MVC
2021-02-25 08:22:59 -03:00
Loredana Crusoveanu 5eeccb19cd Merge pull request #10515 from freelansam/JAVA-4611
JAVA-4611: Update deprecations in spring-boot-rest module
2021-02-25 09:00:22 +02:00
Eric Martin ad391e8c24 Merge pull request #10504 from alimate/BAEL-4765
BAEL-4765: Update "Java built-in Annotations" article
2021-02-24 19:07:11 -06:00
Simone Cusimano af3a534679 Reformat pom.xml and rename artifactId 2021-02-24 18:34:42 +01:00
johnA1331 7575a64d7e Update README.md 2021-02-24 22:48:42 +08:00
johnA1331 4c17efbcc7 Update README.md 2021-02-24 22:44:48 +08:00