Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged master #13525

Merged
merged 86 commits into from
Feb 22, 2023
Merged
Changes from 3 commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
47518e3
Bump to Groovy `3.0.8`
Alex-Golub Jan 14, 2023
5cb75df
SQL queries conventions
Alex-Golub Jan 14, 2023
2a56165
Test `JsonGenerator`
Alex-Golub Jan 14, 2023
d5ac0e1
Align tests with `Spock` testing framework
Alex-Golub Jan 14, 2023
4cfb9f4
Reformat and single liner `read*` methods
Alex-Golub Jan 14, 2023
505880e
Minor fixes for Trait subject
Alex-Golub Jan 15, 2023
140857a
Align tests with `Spock` testing framework
Alex-Golub Jan 14, 2023
71e4bd9
Minor fixes for Trait subject
Alex-Golub Jan 15, 2023
95b1df4
fix: Typos in Avro module
gantoin Jan 18, 2023
239263b
Data Type in Groovy: align with `Spock` testing framework
Alex-Golub Jan 18, 2023
0998937
Metaprogramming: Align with groovy version `3.0.8` and use spock test…
Alex-Golub Jan 20, 2023
47ad116
Merge branch 'study-groovy' of https://github.com/Alex-Golub/tutorial…
Alex-Golub Jan 20, 2023
3edcaf0
Categories: code reformat
Alex-Golub Jan 20, 2023
74762c3
Maps in Groovy: convert to spock test framework
Alex-Golub Jan 20, 2023
f6343c0
Finding Elements in Collections in Groovy: refactor to use spock test…
Alex-Golub Jan 20, 2023
4c3059e
Lists in Groovy: refactor to use spock testing framework
Alex-Golub Jan 20, 2023
b0a4769
A Quick Guide to Iterating a Map in Groovy: refactor to use spock tes…
Alex-Golub Jan 20, 2023
0aa6d80
How to Remove a Prefix From Strings in Groovy: refactor to use spock …
Alex-Golub Jan 20, 2023
2c49f56
Merge branch 'master' into study-groovy
Alex-Golub Jan 20, 2023
2526646
added code of collections-vs-stream
Jan 26, 2023
c4faa5d
added setup and teardown method
Jan 26, 2023
5baf3bf
rename the package
Jan 31, 2023
e4a50c2
removed unwanted code
Jan 31, 2023
acd2e6c
removed transactional annotation
Jan 31, 2023
06b4300
renamed the Test class
Feb 12, 2023
cfe203b
Feature/bael 6101 singleton (#13325)
dstr89 Feb 13, 2023
1015fb3
[BAEL-5788] Accessing Private Constructor
StefSC Feb 13, 2023
99b634f
BAEL-6097: Pitfalls on Testing with Spring Boot (#13441)
ueberfuhr Feb 14, 2023
71fbdfe
Merge pull request #13353 from amit88265/collections-vs-stream
davidmartinezbarua Feb 14, 2023
e0eba90
Difference Between Function(String… args) and Function(String[] args)…
ginjardev Feb 15, 2023
61618d1
BAEL-6210: Examples for RethinkDB article (#13481)
sazzer Feb 15, 2023
072b567
JAVA-17608 Restored AtomicInteger default increment method
anastasiosioannidis Jan 20, 2023
c506951
Merge pull request #13316 from anastasiosioannidis/JAVA-17608
lor6 Feb 15, 2023
6f5d19c
[JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor…
panos-kakos Feb 15, 2023
04e1d47
BAEL-6046 - MongoDB - Field Level Encryption (#13440)
ulisseslima Feb 15, 2023
452d3fd
BAEL-6162: Code examples from article (#13458)
michael-pratt Feb 16, 2023
25fb7e9
Updated Instancio version
armandino Feb 7, 2023
d604623
[JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile …
panos-kakos Feb 16, 2023
a380963
BAEL-5288 Code for the Map Date Types With openapi generator article …
thibaultfaure Feb 17, 2023
2ddd883
Update README.md
edizor Feb 17, 2023
8dd22c3
Update README.md
edizor Feb 17, 2023
ffb997f
Update README.md
edizor Feb 17, 2023
0852bfa
Update README.md
edizor Feb 17, 2023
9aaf605
Update README.md
edizor Feb 17, 2023
cf50bc7
Update README.md
edizor Feb 17, 2023
7e87aef
Update README.md
edizor Feb 17, 2023
17f4a4b
Update README.md
edizor Feb 17, 2023
06c3205
Update README.md
edizor Feb 17, 2023
76ad5be
Update README.md
edizor Feb 17, 2023
0a3eb4f
Create README.md
edizor Feb 17, 2023
c927cc4
Update README.md
edizor Feb 17, 2023
f8fe4da
Update README.md
edizor Feb 17, 2023
d2f26b6
Update README.md
edizor Feb 17, 2023
5332386
Update README.md
edizor Feb 17, 2023
fb6ebb3
Merge pull request #13490 from edizor/master
lor6 Feb 17, 2023
d64e32e
[2lists-to-map] Combining Two Lists into a Map in Java (#13484)
sk1418 Feb 17, 2023
a3ff046
JAVA-17429 Upgrade to latest spring-boot-2 (#13480)
anastasiosioannidis Feb 17, 2023
e8d3a39
Merge pull request #13475 from StefSC/BAEL-5788-Private-Constructor
davidmartinezbarua Feb 18, 2023
62f75e3
[BAEL-6027] Add example for Awaitility and Thread.sleep comparison (#…
Attila96 Feb 18, 2023
bd2ed43
BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams…
sam-gardner Feb 18, 2023
489a570
BAEL-4487 remove padding that causes non-deterministic behaviour (#13…
ShaPhi7 Feb 18, 2023
35f7dbf
BAEL-6046 - MongoDB - Field Level Encryption (#13494)
ulisseslima Feb 18, 2023
56dfdab
[JAVA-6143] java copy from one hashmap to another (#13497)
bhaskar16 Feb 18, 2023
66df389
Update README.md
edizor Feb 19, 2023
85d4691
Merge pull request #13501 from edizor/master
lor6 Feb 19, 2023
39283b7
Update README.md
lor6 Feb 19, 2023
e06cd8c
Update README.md
lor6 Feb 19, 2023
fff5556
Merge pull request #13306 from gantoin/master
lor6 Feb 19, 2023
471433c
Bael 5190: Verify Digital Signatures in Java article (#13439)
hmdrzsharifi Feb 19, 2023
548885e
Merge pull request #13503 from eugenp/lor6-patch-1
lor6 Feb 19, 2023
dbcda87
Merge pull request #13317 from Alex-Golub/study-groovy
lor6 Feb 19, 2023
219915a
BAEL-6154: Migrate from Java 8 to Java 17 + tests (#13474)
palani-a Feb 20, 2023
5d85a0f
BAEL-4971 - Object mapping with Cassandra (#13427)
abh1navv Feb 20, 2023
dda390b
JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13…
timis1 Feb 20, 2023
7fc3b9f
JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#1…
timis1 Feb 20, 2023
b71857b
JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and upd…
timis1 Feb 20, 2023
035378e
JAVA-18445 Cleanup un-committed or un-ignored artifacts - Week 6 - 20…
timis1 Feb 20, 2023
cdaec14
JAVA-18132 Upgrade custom-pmd module to JDK 11 (#13500)
timis1 Feb 20, 2023
40365ca
BAEL-6069: Exclude dependency in a Maven plugin (#13508)
achraftt Feb 20, 2023
925f2f9
BAEL-5549: feat: Hibernate Keywords - using keywords as table column …
kulfoniasty Feb 21, 2023
bd4715a
[JAVA-18124] Moved apache-libraries module to jdk9-and-above profile …
panos-kakos Feb 21, 2023
2fd2255
BAEL-5912 Introduction to RoaringBitmap (#13326)
devstromo Feb 21, 2023
95f50cd
Merge pull request #13442 from armandino/updated-version
lor6 Feb 21, 2023
f2ca723
Finding All Duplicates in a List in Java- BAEL-6075 (#13291)
2406ankita Feb 22, 2023
3698846
Bael 6069 (#13521)
achraftt Feb 22, 2023
ee4b7d1
[JAVA-16376] Moved quarkus-modules to jdk9-and-above profile (#13487)
panos-kakos Feb 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The projects are broadly divided into 3 lists: first, second and heavy.

Next, they are segregated further on the basis of the tests that we want to execute.

Additionally, there are 2 profiles dedicated for JDK9 and above builds.
Additionally, there are 2 profiles dedicated for JDK9 and above builds - **which require JDK 17**.

We also have a parents profile to build only parent modules.

Expand Down