sampadawagde
|
6f57b06ffc
|
JAVA-3296: Fix references to parents
|
2021-03-29 13:07:03 +05:30 |
Greg
|
0d0b218079
|
Merge pull request #10545 from amitiw4u/BAEL-4798-CountQuery
Bael 4798 count query
|
2021-03-28 20:27:20 -04:00 |
mikr
|
8c4ca7fd8c
|
JAVA-4341 Upgrade spring-cloud-* modules
|
2021-03-28 23:09:32 +02:00 |
Amy DeGregorio
|
e222f19a3c
|
BAEL-4825 (#10601)
* BAEL-4825
* BAEL-4825 added integration tests
|
2021-03-28 13:14:17 -07:00 |
freelansam
|
945753e5dc
|
BAEL-4642: Open API Server Implementation using OpenAPI Generator (#10598)
* BAEL-4642: Open API Server Implementation using OpenAPI Generator
* BAEL-4642: Open API Server Implementation using OpenAPI Generator
* BAEL-4642
|
2021-03-28 10:30:44 -07:00 |
Sallo Szrajbman
|
14bf673677
|
BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Initial source module for the article
|
2021-03-28 17:00:33 +01:00 |
kwoyke
|
b7cbb5428d
|
BAEL-4904: Keep the strong reference to the MessengerService (#10602)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
|
2021-03-28 15:26:28 +02:00 |
Amitabh Tiwari
|
0b16b1440b
|
Fixed review comments
|
2021-03-26 21:03:08 +05:30 |
Krzysztof Woyke
|
baa6756607
|
JAVA-4167: Remove spring.main.allow-bean-definition-overriding flag
|
2021-03-26 13:41:41 +01:00 |
Krzysztof Woyke
|
a382f77a64
|
JAVA-3295: Remove redundant java.version property
|
2021-03-26 12:55:14 +01:00 |
Loredana Crusoveanu
|
51bc24aa53
|
Merge pull request #10500 from Kubiac/patch-1
characters(...) fills StringBuilder instead of String
|
2021-03-26 13:32:58 +02:00 |
mikr
|
074cb209b2
|
JAVA-4866 Update spring-cloud-bus module
|
2021-03-26 11:29:11 +01:00 |
Krzysztof Woyke
|
bb8bac806a
|
JAVA-4529: Rename some unit tests to integration tests
|
2021-03-26 10:57:39 +01:00 |
Eric Martin
|
90f71a5d5b
|
Merge pull request #10551 from SmartyAnsh/BAEL-4790_Collection_vs_Stream
BAEL-4790 - Stream vs Collection
|
2021-03-25 20:30:30 -05:00 |
unknown
|
60af7e8443
|
BAEL-4702 Refactoring
|
2021-03-26 03:51:41 +05:30 |
Maiklins
|
923df780df
|
Merge pull request #87 from eugenp/master
update
|
2021-03-25 22:32:00 +01:00 |
Krzysztof Woyke
|
6733a4cf15
|
JAVA-3295: Fix pom properties in spring-web-modules
|
2021-03-25 13:16:01 +01:00 |
Krzysztof Woyke
|
7b6ba31847
|
JAVA-3295: Fix pom properties in spring-boot-modules
|
2021-03-25 13:12:01 +01:00 |
kwoyke
|
23503a0673
|
BAEL-4864: Fix traverseInOrderWithoutRecursion method (#10588)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
|
2021-03-24 22:09:02 +01:00 |
Loredana Crusoveanu
|
9a580ea9fc
|
Merge pull request #10586 from johnA1331/master
BAEL-33793 - add links to github-baeldung articles
|
2021-03-24 19:56:47 +02:00 |
johnA1331
|
efec79c933
|
Update README.md
|
2021-03-25 00:52:01 +08:00 |
johnA1331
|
dbd03af829
|
Update README.md
|
2021-03-25 00:49:53 +08:00 |
unknown
|
4bb429ef5b
|
BAEL-4702 Refactoring
|
2021-03-24 17:24:52 +05:30 |
unknown
|
d954c180e5
|
BAEL-4702 Added code snippet for System.lineSeparator() method
|
2021-03-24 17:22:44 +05:30 |
Krzysztof Woyke
|
6ef0632df2
|
JAVA-3295: Fix pom properties in persistence-modules
|
2021-03-24 12:32:33 +01:00 |
Krzysztof Woyke
|
5e3e710e84
|
JAVA-3295: Fix pom properties in testing-modules
|
2021-03-24 10:31:09 +01:00 |
Krzysztof Woyke
|
df93a6b9e6
|
JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml
|
2021-03-24 09:37:43 +01:00 |
Krzysztof Woyke
|
51b15d4370
|
JAVA-3295: Fix main pom.xml formatting
|
2021-03-24 09:19:46 +01:00 |
Eric Martin
|
880b810a1d
|
Merge pull request #10577 from ashleyfrieze/BAEL-4583-Generic-array-streams
BAEL-4583-Generic-arrays-streams
|
2021-03-23 17:12:15 -05:00 |
Jonathan Cook
|
f8e9839390
|
BAEL-4836 - Mocking Static Methods with Mockito (#10580)
* 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
* BAEL-4836 - Mocking Static Methods with Mockito
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
|
2021-03-23 08:09:39 -07:00 |
Ashley Frieze
|
99bb67a413
|
BAEL-4583-Generic-arrays-streams
|
2021-03-23 09:17:57 +00:00 |
Jason
|
4c1b4723e0
|
BAEL-4810: Second Review Improvements. Fixed some pom warnings and dependencies. Removed incorrectly added Readme.md
|
2021-03-22 21:06:02 +05:30 |
Jason
|
c5e0771e1d
|
BAEL-4810: First Review Improvements. Added test cases and fixed some indentations
|
2021-03-22 21:06:02 +05:30 |
Jason
|
a6b215d7a3
|
BAEL-4810 Spring Boot with JSP initial sample commit
|
2021-03-22 21:06:02 +05:30 |
Krzysztof Woyke
|
b5a0a9835a
|
JAVA-3595: Fix libraries-primitive's pom.xml
|
2021-03-21 23:14:29 +01:00 |
Krzysztof Woyke
|
df68287728
|
JAVA-3595: Use jmh version defined in the parent pom.xml
|
2021-03-21 23:06:03 +01:00 |
Krzysztof Woyke
|
f05b7b68c2
|
JAVA-3595: Upgrade jmh version in the main pom.xml
|
2021-03-21 22:44:21 +01:00 |
MeenaGawande
|
ce9f112ed6
|
[BAEL-4208]java compiled classes contain dollar signs (#10573)
Updated Anonymous classes methods
Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
|
2021-03-21 18:43:22 +01:00 |
kwoyke
|
a0a766c123
|
BAEL-4852: Add IN example (#10568)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
|
2021-03-21 18:40:31 +01:00 |
mdabrowski-eu
|
dd288575da
|
BAEL-4789 Check if a database table exists (#10565)
* BAEL-4789 Check if a database table exists
* BAEL-4789 fix db credentials
* BAEL-4789 fix test method name
|
2021-03-21 18:38:10 +01:00 |
Amit Bhave
|
ce2995c1cd
|
BAEL-3636 Use spaces instead of tabs
|
2021-03-21 19:23:03 +05:30 |
Loredana Crusoveanu
|
45764829f7
|
Merge pull request #10574 from kwoyke/JAVA-4669
JAVA-4669: Code cleanup for UsingOptional
|
2021-03-21 15:44:44 +02:00 |
Amit Bhave
|
9efb7c68e6
|
BAEL-3636 Add sentinel dashboard dependency
|
2021-03-21 18:57:06 +05:30 |
Amit Bhave
|
f7b8d67c0b
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-21 18:51:04 +05:30 |
hmdrzsharifi
|
3a0e5ecf68
|
bael-4828: add keystore and certificate files
|
2021-03-21 12:30:03 +03:30 |
hmdrzsharifi
|
86a8634c78
|
bael-4828: add main source
|
2021-03-21 12:29:38 +03:30 |
Anshul BANSAL
|
7078630760
|
BAEL-4790 - collection vs stream
|
2021-03-21 10:35:34 +02:00 |
Eric Martin
|
665184ffda
|
Merge pull request #10556 from sk1418/maxSubArr
fix the initial maxSum and add test
|
2021-03-20 21:39:43 -05:00 |
Krzysztof Woyke
|
01e95b4df0
|
JAVA-4669: Code cleanup for UsingOptional
|
2021-03-20 20:43:49 +01:00 |
hmdrzsharifi
|
733ce474a5
|
Merge remote-tracking branch 'origin/master'
|
2021-03-20 19:35:45 +03:30 |