johnA1331
2ad8b40ed0
Update README.md
2020-09-24 03:36:26 +08:00
johnA1331
2de07191d0
Create README.md
2020-09-24 03:34:17 +08:00
johnA1331
1eef2116fe
Update README.md
2020-09-24 03:32:03 +08:00
Dhawal Kapil
935f2edfa8
Merge pull request #10080 from dupirefr/team/JAVA-2590-jdbctest_annotation
...
[JAVA-2590] Added example of @JdbcTest usage
2020-09-24 00:31:23 +05:30
johnA1331
2522d7124c
Update README.md
2020-09-24 02:55:21 +08:00
johnA1331
aa994d2843
Create README.md
2020-09-24 02:53:02 +08:00
Dhawal Kapil
5cea7a6a1c
Merge pull request #10073 from dupirefr/team/JAVA-2587-freemarker_spring_boot
...
[JAVA-2587] Added spring-boot dependency for freemarker
2020-09-24 00:21:06 +05:30
johnA1331
5daee8a784
Update README.md
2020-09-24 02:49:18 +08:00
johnA1331
8807e96868
Update README.md
2020-09-24 02:39:41 +08:00
Krzysiek
f39c7c3438
JAVA-2974: Clean up the pom.xml in spring-data-jpa-enterprise
2020-09-23 20:14:15 +02:00
François Dupire
d3ef791ab6
[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions ( #10018 )
...
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions
* Upgraded JUnit version for persistence-module and the modules that directly depends on it
* Upgraded Maven Surefire Plugin version for these as well
* Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules
* Upgraded versions in other modules
* [JAVA-1669] Removed explicit relativePath in pom.xml when default value used
* [JAVA-1669] Minor fix
2020-09-23 23:40:21 +05:30
Sampada
53474daeaa
JAVA-2421: Merge spring-ehcache module into spring-caching module ( #10072 )
...
* JAVA-2421: Moved 1 article from spring-ehcache to spring-caching
* JAVA-2421: Removed module spring-ehcache
* JAVA-2421: Removed module spring-ehcache from main pom
2020-09-23 23:34:51 +05:30
fdpro
d2d65fadc8
[JAVA-2590] Added example of @JdbcTest usage
2020-09-23 19:31:59 +02:00
Cristian Stancalau
79ef02be99
BAEL-4156 Does a method's signature in Java include its return type? ( #10049 )
...
* BAEL-4156 Does a method's signature in Java include its return type?
* BAEL-4156 Add varargs
* Update OverloadingErrors.java
Co-authored-by: Cristian Stancalau <cstancalau@consultant.ffn.com >
2020-09-23 09:23:50 -07:00
Cristian Rosu
01a6f6b055
BAEL-4415 correct line continuations indent to 2 spaces
2020-09-23 17:36:48 +03:00
Cristian Rosu
1b999bb1a0
BAEL-4415 correct package name
2020-09-23 17:34:42 +03:00
Harihar Das
0a3dc3fe10
Merge remote-tracking branch 'upstream/master'
2020-09-23 08:14:49 +02:00
Loredana Crusoveanu
942386ebd3
Merge pull request #10071 from kwoyke/JAVA-2976
...
JAVA-2976: Get rid of the overriden spring-boot.version property
2020-09-23 08:25:54 +03:00
Bruno Fontana
0ef8e39af1
Fixing formatting issues.
2020-09-22 20:54:25 -03:00
Kai Yuan
de9a5e54de
[BAEL-4612] get spring boot port at runtime
2020-09-23 01:10:11 +02:00
Bruno Fontana
7f28bb4828
Assume Class examples redone.
2020-09-22 18:21:24 -03:00
fdpro
1d372ba037
[JAVA-2587] Added spring-boot dependency for freemarker
2020-09-22 21:49:49 +02:00
Krzysztof Woyke
fd910d92c4
JAVA-2976: Get rid of the overriden spring-boot.version property
2020-09-22 14:57:32 +02:00
Loredana Crusoveanu
911e534d20
Merge pull request #10066 from kwoyke/JAVA-2977
...
JAVA-2977: Get rid of the unused spring*boot* properties
2020-09-22 09:47:02 +03:00
Loredana Crusoveanu
7097bb27f0
Merge pull request #10065 from kwoyke/JAVA-2901
...
JAVA-2901: Fix failing int tests in spring-mvc-basics-4
2020-09-22 09:45:45 +03:00
bfontana
7c06591c18
Merge pull request #10064 from rezaep/master
...
BAEL-4488 Fix indents
2020-09-21 21:09:50 -03:00
bfontana
69e2249919
Merge pull request #10055 from akeshri/master
...
PR review changes
2020-09-21 20:28:39 -03:00
davidmartinezbarua
4cf41bb5e1
Merge pull request #10068 from ksilz/master
...
New PR for BAEL-3326: "Reducing JSON Data Size"
2020-09-21 17:47:42 -03:00
Karsten Silz
156a28ff5c
Undoing another change.
2020-09-21 20:44:47 +01:00
Karsten Silz
ce6bc0fc29
Moved code to "json-2" module.
2020-09-21 20:40:16 +01:00
Karsten Silz
0407843a30
Moved code from "json" module.
2020-09-21 20:38:46 +01:00
Karsten Silz
e6ab0c80fb
Added feedback from pull request.
2020-09-21 20:31:14 +01:00
Krzysiek
e10dd88b21
JAVA-2977: Get rid of the unused spring*boot* properties
2020-09-21 21:15:03 +02:00
Karsten Silz
9ac1670577
Merge branch 'master' of github.com:eugenp/tutorials into master
2020-09-21 20:14:46 +01:00
Krzysiek
81946bb549
JAVA-2901: Fix failing int tests in spring-mvc-basics-4
2020-09-21 20:53:16 +02:00
Reza Ebrahimpour
6356bcfb1e
BAEL-4488 Fix indents
2020-09-21 21:48:26 +03:30
azhwani
4472ba78d2
first commit
2020-09-21 11:16:03 +01:00
davidmartinezbarua
751c6f71ec
Merge pull request #9990 from ricardomoreirab/master
...
BAEL-2503
2020-09-20 18:46:10 -03:00
Cristian Rosu
b0ea218ccb
BAEL-4415 get a list of trusted certificates in Java
2020-09-20 19:57:43 +03:00
amit.pandey
04f10e36d6
fixing build issue
2020-09-20 15:58:04 +05:30
akeshri
3abf6fee40
changes
2020-09-20 15:25:29 +05:30
Ricardo Caldas
f6e7932173
Add a new section in Lombok builder article - Minor Fixes
2020-09-19 19:58:33 -03:00
Tarun Jain
611765d57e
Merge remote-tracking branch 'upstream/master'
2020-09-20 01:21:17 +05:30
Tarun Jain
a8fcfe0d04
BAEL-4404 | Added test class to verify the beahvior
2020-09-20 01:20:58 +05:30
bfontana
785d52c973
Merge pull request #10032 from rezaep/master
...
BAEL-4488 List available cipher algorithms
2020-09-19 16:32:21 -03:00
Dhawal Kapil
9cb60ffcf9
Merge pull request #9998 from Maiklins/JAVA-2394-Create-default-and-integration-profile-for-JDK-9-and-above-modules
...
Java-2394 Create default and integration profile for JDK-9 and above modules
2020-09-20 00:03:11 +05:30
Umang Budhwar
36920b7e24
Refactored code to use generic methods and use streams. ( #10052 )
2020-09-19 09:19:13 -07:00
Karsten Silz
77d161b43b
Merge branch 'master' of github.com:eugenp/tutorials into master
2020-09-19 16:50:23 +01:00
KevinGilmore
4eafe3233a
BAEL-3569: Update README ( #10053 )
...
* BAEL-3336 BAEL-3058 add links
* BAEL-3319: add link
* BAEL-3284: add link
* BAEL-3198: add link to article
* BAEL-3479: add link to article
* BAEL-3485: add article link
* SCALA-38: move to new package and add link back to article
* SCALA-38: add imports back into unit test
* BAEL-3908: add link back to article
* BAEL-2893 BAEL-3927 add link back to article
* BAEL-3569: update README
2020-09-19 10:40:37 -05:00
Azhwani
ae439cc21e
BAEL-4327: JSON Parameters with Spring MVC ( #10036 )
...
* first commit
* update commit
Co-authored-by: azhwani <>
2020-09-19 08:52:49 -05:00