Fridrich Strba 44cd9201c1 Accepting request 1238211 from home:urbic:branches:Java:packages
- Update to v4.4.5
  * Issue #536 UnirestInstance should implement AutoCloseable
- Update to v4.4.4
  * Issue #528 reset content headers when multiPartContent is
    called
- Update to v4.4.0
  * Changes in v4.4.0:
    + Issue #526 split connection timeout from request timeout. The
      request no longer has a connection timeout setting, and
      instead has a request timeout setting as a replacement.
      Previously these two settings had been conflated. The overall
      config also has a default request timeout that will be
      applied to all requests if the request setting is not set.
      The default setting is null which indicates a infinite
      timeout.
  * Changes in v4.3.2:
    + Issue #523 when paging create a new copy of the request for
      each page rather than reusing the original
    + Issue #524 support the Partitioned flag on cookies for CHIPs
      (Cookies Having Independent Partitioned State)
    + Make Path public. Because its handy
  * Changes in v4.3.1:
    + Added convenience methods for using ContentType with accepts
      and contentType methods
  * Changes in v4.3.0:
    + The modules have been repackaged and put into new maven
      coordinates in order to avoid conflicts with the 3.x line of
      unirest. The mock module has had its maven artifact ID
      changed only.
    + Old Maven Artifact ID|New Maven Artifact ID|Old Class Package|New Class Package
      unirest-object-mappers-gson|unirest-modules-gson|kong.unirest.gson|kong.unirest.modules.gson
      unirest-objectmapper-jackson|unirest-modules-jackson|kong.unirest.jackson|kong.unirest.modules.jackson
      unirest-mocks|unirest-modules-mocks|kong.unirest.core|kong.unirest.core
  * Changes in v4.2.9:
    + re-work request summary to be closer in reality to the actual
      request for multipart requests.
  * Changes in v4.2.8:
    + populate the content type for non-binary multiparts
    + added method to accept a form part with a ContentType type in
      addition to string
  * Changes in v4.2.7:
    + Changes to the json CoreFactory to allow for multiple
      different strategies for finding the JsonEngine in the
      classpath.
    + Allow setting a custom JsonFactory directly
- Update to v4.2.6
  * Changes in v4.2.1:
    + #503 Remove old retry setting that no longer works with the
      Java client
    + #504 allow asserting just one expectation verification on
      mock asserts
- Update to v4.2.0
  * Changes in v4.2.0:
    + #503 Remove old retry setting that no longer works with the
      Java client
  * Changes in v4.1.1:
    + issue #493: Copy status text from MockResponse
    + MockClient not properly evaluating verb in matching invokes
    + Expose a way in MockClient to supply a handler supplier for
      responses based dynamically on the request. Great for
      creating TestDouble services.
  * Changes in v4.1.0:
    + No longer supporting shaded jars. Core Unirest no longer has
      any dependencies at all, and the modular framework of the
      library no longer jives with the shade-plugin causing other
      issues.
  * Changes in v4.0.12:
    + Expose headers on RequestSummary
  * Changes in v4.0.11:
    + Support retry on async requests
  * Changes in v4.0.10:
    + Java TTL is in seconds not millies
  * Changes in v4.0.9:
    + Expose a RetryStrategy to allow more advanced overrides of
      retry-behavior
      ~ Allow client to determine IF the request should be retries
      ~ Allow clients to determine the wait time
  * Changes in v4.0.8:
    + Add 503 to the list of default retryable codes
    + Sets the Java TTL when configured
- Remove build dependencies on
  mvn(com.fasterxml.jackson.core:jackson-databind),
  mvn(org.apache.httpcomponents:httpasyncclient),
  mvn(org.apache.maven.plugins:maven-shade-plugin)
- Update to v4.0.5
  * Changes in v4.0.3:
    + Another tweek to the BOM
    + Update dependencies (Jackson, GSON, Junit/Mockito)
  * Changes in v4.0.2:
    + Fix BOM coordinates
  * Changes in v4.0.0:
    + Java 11+ is now a requirement
    + HTTP2 support
    + WebSocket support
    + Apache Replaced by native Java HTTP Client
    + Modular Maven config with bom
    + Zero external runtime dependencies by default
    + You MUST include JSON support on your own (see upgrade guide)
    + New Maven coordinates
    + New packaging in order to not conflict with older versions
  * Changes in v3.14.5:
    + fix issue introduced with 3.14.4 where binary data is not
      read
  * Changes in v3.14.4:
    + Fix NullPointerException in MockClient
    + Fix argument validation in MonitoringInputStream
  * Changes in v3.14.3:
    + Attempt to skip recovering the body from large binary
      responses like files when an error occurs.
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
- Add build dependency on
  mvn(com.fasterxml.jackson.datatype:jackson-datatype-jsr310)
- Initial packaging with v3.14.2

OBS-URL: https://build.opensuse.org/request/show/1238211
OBS-URL: https://build.opensuse.org/package/show/Java:packages/unirest-java?expand=0&rev=7
2025-01-16 10:49:08 +00:00
Description
No description provided
55 KiB
Languages
RPM Spec 100%