dupirefr
ad96402695
[JAVA-131] Giving version to hamcrest library in spring-security-modules
2020-03-05 07:51:29 +01:00
dupirefr
7493cd2fc2
[JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest
2020-03-05 07:51:28 +01:00
dupirefr
547791188d
[JAVA-131] Updated java-hamcrest version property in spring-testing module
2020-03-05 07:51:27 +01:00
dupirefr
0205fe166e
[JAVA-131] Renaming java-hamcrest version property to avoid conflict with other hamcrest libraries
2020-03-05 07:51:26 +01:00
dupirefr
bef5a846cf
[JAVA-131] Removed unused version of java-hamcrest from mockito module
2020-03-05 07:51:24 +01:00
dupirefr
92334c21e2
[JAVA-131] Fixed hamcrest-all version in selenium module
2020-03-05 07:51:23 +01:00
dupirefr
4d3ef0a8da
[JAVA-131] Kept difference between hamcrest and hamcrest-all
2020-03-05 07:51:22 +01:00
dupirefr
db5cc67d7a
[JAVA-131] Updated hamcrest version from 1.3 to 2.2
2020-03-05 07:51:21 +01:00
Jonathan Cook
b9320e4113
Merge pull request #8810 from mathieufortin01/BAEL-3900
...
BAEL-3900 Fixed ApplicationLiveTest.
2020-03-04 22:18:15 +01:00
Jonathan Cook
0a464d3be5
Merge pull request #8569 from M-Abdelbaset/BAEL_3301_testing_@ConfigurationProperties
...
BAEL_3301_testing @configuration properties
2020-03-04 21:59:35 +01:00
Mathieu Fortin
cff8739495
added notice on how to run the live tests
2020-03-03 18:46:32 -05:00
Mathieu Fortin
635f95b26e
fixed format
2020-03-03 17:28:47 -05:00
Jonathan Cook
e4408fb1af
BAEL-3854 - Pattern Matching for instanceof in Java 14 ( #8799 )
...
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
- Return to indentation with spaces.
* BAEL-3854 - Pattern Matching for instanceof in Java 14
* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
2020-03-02 22:15:28 -08:00
Loredana Crusoveanu
b5af302cfa
Merge pull request #8806 from Maiklins/JAVA-28
...
Java-28
2020-03-02 22:10:15 +02:00
Mathieu Fortin
7eabb86625
BAEL-3900 Fixed ApplicationLiveTest.
2020-03-02 15:02:08 -05:00
Greg
359035c055
Merge pull request #8742 from amdegregorio/BAEL-3840
...
BAEL-3840 Suppressed Exceptions in Java
2020-03-02 10:05:23 -05:00
mikr
06a7b9b986
JAVA-28 remove mac profile
2020-03-01 23:07:19 +01:00
Loredana Crusoveanu
a2f82f188c
Merge pull request #8696 from amit2103/BAEL-21705
...
added missing code which are mentioned in article
2020-03-01 21:58:37 +02:00
Sampada
52ac10a604
BAEL-3592 : modified package name ( #8798 )
2020-03-01 08:14:03 -08:00
Anshul Bansal
e7dc4751d9
BAEL_3760-Introduction-to-Takes ( #8767 )
...
* Initial commit
* Intro to Takes
* Takes - code
* Code changes
* Takes - unit and integration test
* Takes - hit-refresh feature
* Takes - renamed hit-refresh to reload
* Takes - review changes
2020-03-01 13:07:50 +00:00
Eric Martin
511a235c0a
Merge pull request #8678 from macroscopic64/master
...
BAEL-3480 Java Fast pattern matching using trie and suffix tree
2020-02-29 19:54:11 -06:00
Eric Martin
f5048f0243
Merge pull request #8794 from rdevarakonda/BAEL-3324-Fix-Tests
...
BAEL-3324 | Fix broken integration tests
2020-02-29 19:41:16 -06:00
Eric Martin
956554ab6c
Merge pull request #8721 from CROSP/BAEL-2274
...
BAEL-2274 DDD Bounded Contexts and Java Modules
2020-02-29 19:14:57 -06:00
kwoyke
e208f24943
BAEL-3803: Upgrade spring-jooq to the Spring Boot 2.2.2 ( #8785 )
2020-02-29 21:35:23 +01:00
kwoyke
3e4a3affa2
BAEL-3724: Add cross origin requests processing config ( #8770 )
2020-02-29 21:33:10 +01:00
kwoyke
6f034a956b
BAEL-3802: Upgrade spring-boot-testing to Spring Boot 2.2.2 ( #8779 )
2020-02-29 21:19:47 +01:00
Josh Cummings
a741b5d53d
Merge pull request #8768 from dupirefr/team/JAVA-133-slf4j_version_update
...
[JAVA-133] Updated slf4j version to 1.7.30
2020-02-29 12:00:19 -07:00
ramprasad.devarakonda@gmail.com
33256aa78e
BAEL-3324 | Fix broken integration tests
2020-02-29 18:38:11 +00:00
Josh Cummings
03df96aa76
Merge pull request #8790 from smokeyrobot/remote-debugging-fix
...
Remote debugging fix
2020-02-29 11:36:22 -07:00
KevinGilmore
d92b625fb7
BAEL-3459 update README ( #8791 )
...
* 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-3459: add link back to article
2020-02-29 10:21:13 -06:00
Greg
5249a8f5f9
Merge pull request #8723 from markathomas/BAEL-3817
...
BAEL-3817 - ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize
2020-02-29 10:20:07 -05:00
Greg
5c2c829b08
Merge pull request #8647 from ramkumarvenkat/BAEL-3735
...
[BAEL-3735] Gradle to maven sample
2020-02-29 10:12:10 -05:00
Loredana Crusoveanu
b1fb1a2b59
Merge pull request #8788 from dupirefr/team/JAVA-632-standardizing_packages
...
[JAVA-632] Moved packages from org.baeldung to com.baeldung
2020-02-29 16:03:50 +02:00
Eric Martin
a1f9920c25
Merge pull request #8697 from wugangca/BAEL-3737
...
BAEL-3737 Calling Stored Procedures from Spring Data JPA Repositories
2020-02-28 23:24:52 -06:00
Kyle Doyle
088cb9c1be
Removed rest of project
2020-02-28 19:46:30 -05:00
smokeyrobot
7612be634e
Merge pull request #4 from eugenp/master
...
Sync merge
2020-02-28 19:36:57 -05:00
Sampada
5245b5145c
BAEL-3592 : updated tests, added getter and setter for name ( #8787 )
...
* BAEL-3592: Comparison of Spring Beans and Java Enterprise Beans
* BAEL-3592 : updated tests, added getter and setter for name
* BAEL-3592 : removed unnecessary file
2020-02-28 15:27:31 -08:00
dupirefr
5de2b1e0e8
[JAVA-632] Moved packages from org.baeldung to com.baeldung
2020-02-28 20:59:15 +01:00
Josh Cummings
f2b0b4273a
Merge pull request #8527 from smokeyrobot/master
...
Removed gs-task-scheduling module per editor updates
2020-02-28 09:29:09 -07:00
amdegregorio
48b156bcd3
BAEL-3840 Adjust examples based on editor feedback
2020-02-28 06:54:27 -05:00
François Dupire
a6c5f2a937
Enabling spring-cloud-security module ( #8783 )
2020-02-28 18:26:22 +11:00
Eric Martin
148499a894
Merge pull request #8782 from srzamfir/feature/BAEL-3185_Kafka_not_strating
...
Feature/bael 3185 kafka not strating
2020-02-28 00:25:37 -06:00
kwoyke
33de009062
JAVA-853: Move remaining spring-boot into spring-boot-modules ( #8778 )
...
* JAVA-853: Move remaining spring-boot into spring-boot-modules
* JAVA-853: Update README
* JAVA-853: Fix relativePath attributes in spring-boot-parent/* modules
2020-02-28 12:39:07 +11:00
Sorin Zamfir
4c78adce12
BAEL-3185: Fixed formatting
2020-02-27 22:14:17 +02:00
Sorin Zamfir
8af19dc3db
BAEL-3185: Fixed container factory for partition listener
2020-02-27 22:12:39 +02:00
m.raheem
7045c3f8b4
Autowiring ServerConfig in @Bean method test class
2020-02-27 16:59:16 +02:00
m.raheem
72c6ef0025
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL_3301_testing_@ConfigurationProperties
2020-02-27 16:38:21 +02:00
Alexander Molochko
0e15e1310a
BAEL-2274 DDD Bounded Contexts and Java Modules
2020-02-27 15:00:21 +02:00
Josh Cummings
8788c5048d
Merge pull request #8402 from kwoyke/BAEL-19928
...
BAEL-19928: Refactor spring-reactor module
2020-02-26 09:33:16 -07:00
Maiklins
b129e5796d
Merge pull request #39 from eugenp/master
...
update
2020-02-26 15:32:54 +01:00