Skip to content

[issues-87] - Adding the WildFly Infinspan Distributed Timers application#89

Open
fabiobrz wants to merge 1 commit intoIntersmash:mainfrom
fabiobrz:issues-87
Open

[issues-87] - Adding the WildFly Infinspan Distributed Timers application#89
fabiobrz wants to merge 1 commit intoIntersmash:mainfrom
fabiobrz:issues-87

Conversation

@fabiobrz
Copy link
Copy Markdown
Member

@fabiobrz fabiobrz commented Feb 10, 2026

Description

Resolves #88

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

  • Code contributed by me aligns with current project license: Apache 2.0
  • Pull Request contains a description of the changes
  • Pull Request does not include fixes for multiple issues/topics
  • Code is self-descriptive and/or documented
  • I have implemented unit tests to cover my changes
  • I tested my code in OpenShift

@fabiobrz fabiobrz changed the title Issues 87 [issues-87] - Adding the WildFly Timer Expiration Store application Feb 10, 2026
@fabiobrz fabiobrz force-pushed the issues-87 branch 3 times, most recently from 17108a0 to 7127d48 Compare March 23, 2026 10:48
@fabiobrz fabiobrz marked this pull request as draft March 23, 2026 11:33
@fabiobrz fabiobrz changed the title [issues-87] - Adding the WildFly Timer Expiration Store application [issues-87] - Adding the WildFly Infinspan Distributed Timers application Mar 25, 2026
@fabiobrz fabiobrz force-pushed the issues-87 branch 2 times, most recently from ddb7678 to e5db765 Compare March 25, 2026 14:31
@fabiobrz fabiobrz marked this pull request as ready for review March 25, 2026 14:35
@fabiobrz fabiobrz closed this Mar 25, 2026
@fabiobrz fabiobrz reopened this Mar 25, 2026
@fabiobrz fabiobrz force-pushed the issues-87 branch 2 times, most recently from bfd25ab to 10a4714 Compare March 25, 2026 16:10
# Add an infinispan-timer-management resource to delegate the distributed timers managment to the remote cache
/subsystem=distributable-ejb/infinispan-timer-management=hotrod:add(cache-container=ejb, cache=hotrod-persistent)

# Unset the JDBC based persistent timer storge and use the Infinispn based one
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

  • "Infinispn" → "Infinispan"
  • "storge" → "storage"

@fabiobrz
Copy link
Copy Markdown
Member Author

fabiobrz commented Apr 1, 2026

Thanks for your review @tommaso-borgato. As stated in my replies to your comments I'd like to migrate the test as-is, and improve it later. I made some minor fixes, though. Feel free to let me know what you think.

@tommaso-borgato
Copy link
Copy Markdown
Member

@fabiobrz everything ok now, can you rebase and add CI run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create as REST+JPA application that persists timer expiration data to a database

2 participants