Loredana Crusoveanu
ee120bf02e
Merge pull request #7531 from sjmillington/library-move-pt-1
...
[BAEL-16003] Modifications
2019-08-08 23:50:35 +03:00
Loredana Crusoveanu
f4172c6482
Merge pull request #7500 from eugenp/fix-readmes
...
update links in readmes
2019-08-08 22:45:23 +03:00
Loredana Crusoveanu
20922db12c
Merge pull request #7533 from eugenp/lor6-patch-2
...
Update README.md
2019-08-08 22:42:46 +03:00
amit2103
650dabda9f
[BAEL-16685] -Upgrade parent-spring-4 to the latest version of Spring 4.3.25
2019-08-09 00:27:47 +05:30
amit2103
3613d25ac3
[BAEL-16683] - Upgrade parent-boot-1 to the latest version of Boot 1.5.22
2019-08-09 00:22:05 +05:30
amit2103
04c742c2a0
[BAEL-16684] - Upgrade parent-boot-2 to the latest version of Boot 2.1.7
2019-08-09 00:19:18 +05:30
FrancoCorleone
8ff8628008
feat(BAEL-3044) Implement MyBatis with Spring/SpringBoot module ( #7507 )
2019-08-08 07:40:43 -05:00
Harsha Veeravalli
cefb7e496e
Testcase feedback incorporated ( #1 )
...
* Change
* Incorporated feedback
2019-08-08 13:48:37 +02:00
Nivedan Bamal
7f7fd337a7
Adds after / before mapping example ( #7518 )
2019-08-08 07:38:03 +02:00
Kumar Chandrakant
69fb214962
Adding source code for tutorial tracked under BAEL-3171. ( #7523 )
2019-08-08 07:27:16 +02:00
nikunjgandhi1987
71db72a68a
Selection Sort Implementation ( #7454 )
...
* Selection sort implementation
* Selection sort implementation
2019-08-07 21:59:06 -04:00
Guillermo Lopez
b7e02dbb4a
BAEL-2804 Fixed XML indentation
...
I've set the XML indentation the same way as the rest of the modules
using 4 spaces instead of 2.
2019-08-07 22:43:41 -03:00
Guillermo Lopez
d25a282447
Merge branch 'master' into BAEL-2804
...
Conflicts:
persistence-modules/java-jpa-2/README.md
persistence-modules/java-jpa-2/pom.xml
persistence-modules/java-jpa/pom.xml
persistence-modules/pom.xml
2019-08-07 22:21:33 -03:00
Eric Martin
f90828bfc0
Merge pull request #7327 from dev-chirag/master
...
BAEL-2990 Automatic generation of the Builder pattern with FreeBuilder
2019-08-07 20:12:14 -05:00
Loredana Crusoveanu
7749c4d79f
Update README.md
2019-08-07 22:59:17 +03:00
Sjmillington
81d12e2121
[BAEL-16003] Added missing README and POM changes
2019-08-07 19:53:18 +01:00
Sjmillington
b72e8b3f1d
[BAEL-16003] Moved missing docx test. Removed remaining docx folders. modified libraries & libraries-data README.md files.Added libraries-data-2 to project pom.
2019-08-07 19:48:38 +01:00
Ali Dehghani
5e7396ba64
Fixed the single line if statements.
2019-08-07 20:53:54 +04:30
Ali Dehghani
5a10f94946
Fixed formatting issues.
2019-08-07 20:45:52 +04:30
dev-chirag
ec8b02a688
Update pom.xml
2019-08-07 21:40:48 +05:30
dev-chirag
fcc7ca0f1d
Update pom.xml
2019-08-07 21:40:20 +05:30
Ali Dehghani
f615f9aeae
Removed the ML module!
2019-08-07 20:36:36 +04:30
Chirag Dewan
c302077120
BAEL-2990 Automatic generation of the Builder pattern with FreeBuilder
2019-08-07 21:36:14 +05:30
Chirag Dewan
e56c5f8f1c
Merge branch 'master' of https://github.com/eugenp/tutorials
2019-08-07 21:25:57 +05:30
Loredana Crusoveanu
799758881f
Merge pull request #7482 from Doha2012/master
...
add scheduled async example
2019-08-07 00:05:19 +03:00
Loredana Crusoveanu
362b7faf81
Merge pull request #7475 from sjmillington/library-move-pt-1
...
[BAEL-16003] Added libraries-data-2
2019-08-06 23:05:18 +03:00
Loredana Crusoveanu
88de49bc69
Merge pull request #7310 from veontomo/BAEL-3095
...
Create an interface driven controller (BAEL-3095)
2019-08-06 22:26:25 +03:00
Erik Pragt
f2075128cb
Merge pull request #7467 from dupirefr/bael-2996-bis
...
[BAEL-2996] Moved code from libraries2 to java-math
2019-08-07 00:21:32 +10:00
Eric Martin
9acd42a430
Merge pull request #7305 from kamleshkr/BAEL-3042-1
...
BAEL-3042 DynamicUpdate annotation example
2019-08-06 07:22:15 -05:00
Juan Moreno
a02fcfbb06
UPDATE Added additional tests, security config, and fix format issues ( #7421 )
2019-08-05 17:35:34 -05:00
Marcos Lopez Gonzalez
b8a8a7f984
added spring-boot-management to IT build
2019-08-05 23:47:32 +02:00
Erik Pragt
a56d3b1e58
Merge pull request #7294 from juanvaccari/BAEL-2928
...
BAEL-2928 - Create new spring-di project with examples for Qualifier …
2019-08-06 07:19:36 +10:00
Marcos Lopez Gonzalez
ebfee30bb9
improvements Spring httpTrace + added spring-boot-management to main pom
2019-08-05 22:46:01 +02:00
Sumeet Gajbhar
ab0477a4b2
BAEL-3127 Binary Numbers in Java ( #7469 )
...
* BAEL-3027 binary number arithmetic operations
* BAEL-3127 updated the unit test case names
* added unit test cases for built-in java functions
* updated function name
* BAEL-3127 updated unit test case names
* BAEL-3127 removed comments from code
* BAEL-3127 updated variable names
* BAEL-3027 binary number arithmetic operations
* merging upsteam
* fixing build issue
* updated formatting
* update variable names
2019-08-05 22:25:24 +02:00
Loredana Crusoveanu
780d6c765c
Merge pull request #7510 from fanatixan/BAEL-16622
...
BAEL-16622 - updating intellij formatting rules
2019-08-05 22:27:05 +03:00
vatsalgosar
88444addaa
refactoring
2019-08-06 00:21:13 +05:30
vatsalgosar
aa7b95e6a1
BAEL-3115
...
- GCD implementation methods using Brute force, Euclid's Algo and Stein's Algo
2019-08-05 23:28:19 +05:30
Andrew Shcherbakov
4b7d77eb1d
Get rid of custom.properties
2019-08-05 19:57:12 +02:00
Andrew Shcherbakov
1ccfdebc41
Merge branch 'master' into BAEL-3095
2019-08-05 19:29:38 +02:00
Dhawal Kapil
10163e417d
Merge branch 'master' of https://github.com/eugenp/tutorials
2019-08-05 22:41:13 +05:30
juanvaccari
e485b0dc67
Merge branch 'master' into BAEL-2928
2019-08-05 17:54:23 +01:00
Juan Vaccari
c1920ddaab
BAEL-2928 - Solve conflicts in pom.xml
2019-08-05 17:48:18 +01:00
Sjmillington
98f59f58a2
[BAEL-16003] Added missing dependencies - mvn clean install now succeeds
2019-08-05 17:12:55 +01:00
Sjmillington
4dbeacad35
[BAEL-16003] renamed artifactId. Removed specified articles from libraries module. Added smooks + google sheets resources into libraries-data-2. Tidied up libraries pom, removing unused dependencies.
2019-08-05 16:50:34 +01:00
fejera
c366657efa
BAEL-16622 - updating intellij formatting rules
2019-08-05 11:34:56 +02:00
vatsalgosar
f767e462f5
BAEL-3184 ( #7505 )
...
- Moved operator related modules from core-java-lang-syntax to core-java-lang-operators
2019-08-05 07:54:57 +02:00
glopez
2a4adf2935
BAEL-2804 JPA Query Parameters Usage - formatting issues fixed
...
I fixed some formatting issues as requested since the eclipse formatter
does not support 4 spaces for blocks a 2 for continuations hence it has
to be resolved manually.
Additionally I've applied formatting to the logback.xml file.
2019-08-04 21:39:46 -03:00
Eric Martin
c8e517f6e8
Merge pull request #7428 from SmartyAnsh/master
...
BAEL-2781 - Metaprogramming in Groovy
2019-08-04 18:04:40 -05:00
Loredana Crusoveanu
2ab57b46a1
Merge pull request #7474 from johnA1331/master
...
Bi-monthly test fix - BAEL-15972
2019-08-05 00:24:08 +03:00
Loredana Crusoveanu
329ab30be0
Merge pull request #7499 from eugenp/remove-module
...
remove obsolete modules; appears to be from issue BAEL-119 which was …
2019-08-05 00:00:27 +03:00