Ulisses Lima
04e1d47687
BAEL-6046 - MongoDB - Field Level Encryption ( #13440 )
...
* bael-6046 - first draft
* review 1
* review 2
* null checks and lambda
2023-02-15 21:52:25 +01:00
anuragkumawat
51f828afe8
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-15 23:00:12 +05:30
panos-kakos
6f5d19cbe2
[JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor… ( #13461 )
...
* [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor,aws-modules to jdk9-and-above profile
* [JAVA-16376] testing war plugin
* [JAVA-16376] Upgraded asciidoctor dependencies
* [JAVA-16376] Upgraded lombok version
* [JAVA-16376] Upgraded guice version
* [JAVA-16376] Clean up properties
2023-02-15 20:21:33 +05:30
Loredana Crusoveanu
c506951776
Merge pull request #13316 from anastasiosioannidis/JAVA-17608
...
JAVA-7608
2023-02-15 16:26:12 +02:00
Anastasios Ioannidis
072b567c01
JAVA-17608 Restored AtomicInteger default increment method
2023-02-15 10:14:28 +02:00
Graham Cox
61618d1fcc
BAEL-6210: Examples for RethinkDB article ( #13481 )
2023-02-15 08:16:43 +01:00
Iniubong LA
e0eba906f7
Difference Between Function(String… args) and Function(String[] args) ( #13473 )
2023-02-15 08:07:51 +01:00
timis1
bc7f543663
JAVA-18149 Upgrade libraries-2 module to JDK 11
2023-02-14 22:12:06 +02:00
davidmartinezbarua
71fbdfeff0
Merge pull request #13353 from amit88265/collections-vs-stream
...
BAEL-5953 - Added code of collections-vs-stream
2023-02-14 11:28:33 -03:00
Ralf Ueberfuhr
99b634f0cf
BAEL-6097: Pitfalls on Testing with Spring Boot ( #13441 )
...
* BAEL-6097: Create project
* BAEL-6097: Implement sample code and tests with custom test slices
* BAEL-6097: Fix application-test.yml
* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test
2023-02-13 22:28:13 -08:00
Stef Serban-Cristian
1015fb3b97
[BAEL-5788] Accessing Private Constructor
2023-02-13 23:42:35 +02:00
Daniel Strmecki
cfe203b69d
Feature/bael 6101 singleton ( #13325 )
...
* BAEL-6101: singleton bean and pattern example
* BAEL-6101: change package
* BAEL-6101: refactor
* BAEL-6101: refactor
* BAEL-6101: PR comment fix
2023-02-13 19:41:29 +00:00
Dhawal Kapil
e9fa31c5a5
Added Ebook related notes in the Readme ( #13472 )
2023-02-13 23:27:26 +05:30
Kai Yuan
663f4582d6
[is-object-array] Check if Object is an Array in Java ( #13463 )
2023-02-12 23:14:55 -06:00
Kumar Prabhash Anand
9a608d8ec2
added parent in pox.xml ( #13469 )
2023-02-12 13:33:02 -08:00
timis1
a5e9b0bd74
JAVA-17765 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 ( #13456 )
...
Co-authored-by: timis1 <noreplay@yahoo.com >
2023-02-12 22:13:59 +05:30
Amit Kumatr
06b4300604
renamed the Test class
2023-02-12 13:30:21 +05:30
davidmartinezbarua
c30aea5c5b
Merge pull request #13424 from etrandafir93/features/BAEL-6198-junit5_nested_annotation
...
BAEL-6198: junit5 @Nested tests
2023-02-11 12:21:45 -03:00
emanueltrandafir1993
ffa1abfc08
BAEL-6198: fixed spacing for line continuation
2023-02-11 13:40:09 +01:00
Alexandru Borza
1b165262f3
BAEL-6195 Find the First Embedded Occurrence of an Integer in a Java String ( #13448 )
...
* initialize arraylist with null or zeros
* configure pom parent
* move code
* delete module
* BAEL-6195
* first occurence of an integer
* review changes
2023-02-11 10:08:29 +05:30
Michael Olayemi
ccd2599628
BAEL-5729 Convert Hex to RGB Using Java ( #13432 )
2023-02-11 09:49:29 +05:30
Roger
02049ead6d
BAEL-5720 Java HttpClient Connection Management ( #13452 )
...
* BAEL-5642 Using @NotNull as a method parameter
* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions
* BAEL-5720 Java HttpClient Connection Management
* BAEL-5720 Java HttpClient Connection Management
* BAEL-5720 move JavaHttpClient test to core-java-httpclient module
* BAEL-5720 move jetty-logging-properties to core-java-httpclient module
* BAEL-5720 add wiremock to pom
* Update pom.xml
* Delete jetty-logging.properties
---------
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com >
2023-02-10 08:19:24 -08:00
Kumar Prabhash Anand
e715386efa
BAEL-6155 adding quarkus funqy code ( #13436 )
...
* BAEL-6155 adding quarkus funqy code
* BAEL-6155 removed extra files
* BAEL-6155 removed unused files
* BAEL-6155 updated test naming convention
2023-02-10 08:11:06 -08:00
timis1
acfdbab0e9
JAVA-17327 Fix and enable spring-roo module ( #13459 )
...
Co-authored-by: timis1 <noreplay@yahoo.com >
2023-02-10 00:10:27 +05:30
Azhwani
c60e82a93d
BAEL-5742: Fix EmptyResultDataAccessException when using Jdbctemplate ( #13338 )
2023-02-09 19:10:51 +01:00
Avin Buricha
3daf5cdb4a
BAEL-6072 | Create Dynamic Queues in RabbitMQ ( #13301 )
...
* BAEL-6072 | Article code
* Code changes as per editor review
* Test cases updated
* Removed unused imports
* Updated test case
2023-02-09 19:10:24 +01:00
Arya
ffa1fb3e8f
Record vs Final class in Java ( #13455 )
...
* Added code for record vs final.
* Fixed a small mistake.
2023-02-09 09:58:24 -08:00
Loredana Crusoveanu
1504cfb311
Merge pull request #13453 from edizor/master
...
Update README
2023-02-09 10:49:21 +02:00
Pedro Lopes
f90837908a
BAEL-6119: Difference Between findBy and findAllBy in Spring Data JPA ( #13344 )
...
* player entity and repository. test structure
* moving modules
* test findFirst. cleanups.
* adding @Repository
* player entity and repository. test structure
* moving modules
* test findFirst. cleanups.
* adding @Repository
* changing module
* adding show-sql config
* removing unrelated change
* properties SB annotation
2023-02-08 21:58:28 -07:00
edizor
8b26683392
Update README.md
...
[skip ci]
2023-02-09 08:01:56 +08:00
edizor
e23d415306
Create README.md
...
[skip ci]
2023-02-09 07:54:56 +08:00
edizor
836c4154d7
Update README.md
...
[skip ci]
2023-02-09 07:51:27 +08:00
edizor
3a156451cb
Update README.md
...
[skip ci]
2023-02-09 07:31:37 +08:00
edizor
24ddec2fb0
Update README.md
...
[skip ci]
2023-02-09 07:26:39 +08:00
edizor
da75aee348
Update README.md
...
[skip ci]
2023-02-09 07:21:16 +08:00
edizor
0d74a8052f
Update README.md
...
[skip ci]
2023-02-09 07:18:14 +08:00
edizor
67e70c7e90
Update README.md
...
[skip ci]
2023-02-09 07:13:07 +08:00
Dmitriy Budim
8ebfa69554
[Difference Between Class.forName() and Class.forName().newInstance()] sample code ( #13451 )
2023-02-08 22:48:26 +01:00
panos-kakos
0ede8fa526
[JAVA-15024] Changed HttpMultipartMode from STRICT to LEGACY ( #13446 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2023-02-08 23:35:24 +05:30
timis1
847256f738
JAVA-17333 Update Java Timer Article ( #13423 )
...
* JAVA-17333 Update Java Timer Article
* JAVA-17333 Rename the test class
---------
Co-authored-by: timis1 <noreplay@yahoo.com >
2023-02-08 21:47:09 +05:30
apeterlic
633b9850b0
BAEL-5864 - Getting the Current ApplicationContext in Spring ( #13433 )
2023-02-08 18:48:42 +05:30
Kai Yuan
424f295edd
[streamOf-vs-intStreamRange] Understanding the Difference Between Str… ( #13429 )
...
* [streamOf-vs-intStreamRange] Understanding the Difference Between Stream.of and IntStream.range
* [streamOf-vs-intStreamRange] fix indent
2023-02-07 18:49:49 -06:00
Dhawal Kapil
5fcfdf1a7d
Update README.md ( #13444 )
2023-02-07 23:21:05 +05:30
panos-kakos
0be934a8e8
[JAVA-12714] Removed compiler plugin ( #13420 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2023-02-07 21:21:29 +05:30
panos-kakos
8f49093d3f
Java 15035 ( #13421 )
...
* [JAVA-15035] Created module httpclient4 and moved related code
* [JAVA-15035] Upgraded httpclient-simple to spring-boot-e
* [JAVA-15035] Moved modules to to right profiles
* [JAVA-15026] Upgraded headers code to apache 5.2 + moved code related to 4.5 to httpclient4 module
* [JAVA-14911] Final clean up for http-client module
---------
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2023-02-07 21:09:57 +05:30
panos-kakos
d47969ce2d
[JAVA-18123] Upgraded algorithms-modules to java 11 + Upgraded unit t… ( #13437 )
...
* [JAVA-18123] Upgraded algorithms-modules to java 11 + Upgraded unit tests to junit5
* [JAVA-18123] Clean up properties
---------
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com >
2023-02-07 20:12:21 +05:30
Muhammad Asif
2c0c3b269e
BAEL-5990 Added JMeter-Dashboard profile to isolate ( #13435 )
...
* BAEL-5990 is implemented to generate JMeter dashboard reports
* BAEL-5990 made a fix to use Random nextInt() method with single arg
* BAEL-5990 updated code to use Arrays.asList rather than List.of
* BAEL-5990 Replaced tabs with space
* BAEL-5990 Removed unnecessary exception in the method declaration
* BAEL-5990 Updated class name
* BAEL-5990 Added JMeterDashboard profile to exclude DashboardApplication scan in other cases
2023-02-06 18:23:47 -06:00
Saikat Chakraborty
ff6a1e404e
Bael 5961: OpenTelemetry integration with Spring Boot application ( #13252 )
...
* Open telemetry in spring boot
* Removed unused field
* Test add and seperate packages
* Refactored code
* Version moved to property
* Removed unused logback files
* update version in docker file
* corrected spacing
* COde review refactoring
* COde review refactoring
* COde review refactoring
* corrected property
* PostContruct add on repo setup
* corrected var names
* change to junit 5 and other improvements
* Port reverted back
* Code review implement
* Logger update
* Logger var update
---------
Co-authored-by: Saikat <saikatcse03y@gmail.com >
2023-02-06 19:01:12 +00:00
vunamtien
ebd6a0e73a
BAEL-6049-validate-ipv4-address ( #13287 )
...
* validate ipv4
* add unit test
* add more unit tests
* add more unit tests
* add more unit test
---------
Co-authored-by: tienvn4 <tienvn4@ghtk.co >
2023-02-06 18:54:29 +00:00
Muhammad Asif
87c22e5be4
BAEL-5990 is implemented to generate JMeter dashboard reports ( #13345 )
...
* BAEL-5990 is implemented to generate JMeter dashboard reports
* BAEL-5990 made a fix to use Random nextInt() method with single arg
* BAEL-5990 updated code to use Arrays.asList rather than List.of
* BAEL-5990 Replaced tabs with space
* BAEL-5990 Removed unnecessary exception in the method declaration
* BAEL-5990 Updated class name
2023-02-04 10:25:23 -06:00