chargebee-java
chargebee-java copied to clipboard
Java library for the Chargebee API.
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
### Description This issue adds `subscriptions` method to ResultBase. ### Related Issues Closes #42
### What problem does your feature request address? We realized that some events (for example "Customer deleted") contains `subscriptions` field (collection of customer subscriptions). However, the type `com.chargebee.models.Event.content()` which is...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.2. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @gnodet [MJAVADOC-713]...
Hi I have made a little cleanup of the code, removing all unused imports all the best matteo baccan
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. Commits 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0 f186993 [MSOURCES-135] Cleanup project code 021af55 [MSOURCES-134] Refresh download page b11a457 Use shared GitHub actions v3 7caf2b0 [MSOURCES-133]...
this is an interim step until the project targets minimum JDK versions above 8. Then a _module-info.java_ should be used. Until then specifying a _Automatic-Module-Name_ of **com.chargebee.client** is a useful...
The `com.chargebee.internal.ClazzUtil` class uses reflection to pick which class to return. This causes problems when using Graalvm to get a native build. Please consider changing that code to use a...