algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
47 stars 33 forks source link

feat: add default utility classes for `java-net` #772

Closed aallam closed 2 years ago

aallam commented 2 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue Fixes #763
Need Doc update no

Describe your change

Have the same utility classes in both apache and java-net modules for clients instantiation:

Pitfall: using both apache and java-net at the same time may cause classes duplication errors.