xapi-java icon indicating copy to clipboard operation
xapi-java copied to clipboard

Java xAPI model, client and tools

Results 10 xapi-java issues
Sort by recently updated
recently updated
newest added

Bumps io.hypersistence:hypersistence-utils-hibernate-60 from 3.8.3 to 3.9.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.hypersistence:hypersistence-utils-hibernate-60&package-manager=maven&previous-version=3.8.3&new-version=3.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
no-pr-activity
java

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.5 to 3.4.4. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v3.4.4 ❗ Noteworthy Changes Tomcat APR support is now disabled by default if you are using Java 24...

dependencies
no-pr-activity
java

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.13. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.13 New Features JaCoCo now officially supports Java 23 and Java 24 (GitHub #1757, #1631, #1867). Experimental support...

dependencies
java

# Description Resolves # (issue) # Checklist: - [ ] Public methods are documented - [ ] Public methods are tested - [ ] New and existing tests pass when...

# Description Switches release workflow git operations from App token to `GITHUB_TOKEN` (Actions ephemeral token). Pushes made with `GITHUB_TOKEN` don't trigger other workflows—preventing infinite workflow loops. **Changes:** - **Checkout step**:...

## Summary - add a stored timestamp column to statements for efficient ordering and filtering - paginate statement retrieval directly in the repository using sorted slices and page-based tokens -...

codex

### What Investigate the Sonar warnings regarding the reactor reported in the latest run of the 'maven push' GitHub Action. Review the Sonar scan output and determine the root cause...

# Description Implements xAPI State Resource endpoints in the sample server to demonstrate state document persistence alongside existing statement endpoints. Resolves #(issue) ## Changes **New Components:** - `AgentConverter` - Spring...

# Description Resolves #[issue number] The existing `InstantConverter` component was present but not explicitly integrated with Spring MVC's parameter conversion system. This PR makes the integration explicit and adds comprehensive...

### What Integrate the existing timestamp converter component into the xAPI sample server so that it correctly parses, validates, and converts HTTP request parameters containing timestamps. Ensure that the timestamp...

enhancement