AlexejTimonin

Results 7 issues of AlexejTimonin

``new WildcardFileFilter(String wildcard)`` is deprecated, and the deprecation note suggests using ``builder()``.

``PolicyEntry.setInactiveTimoutBeforeGC(long inactiveTimoutBeforeGC)`` is deprecated, and the deprecation note suggests using ``PolicyEntry.setInactiveTimeoutBeforeGC(long setInactiveTimeoutBeforeGC)``. The deprecation note has a typo, it says to use the ``getInactiveTimeoutBeforeGC`` for the deprecated ``setInactiveTimoutBeforeGC``, but should...

Cleaning in activemq-unit-tests to minimize deprecated warnings when building. ``MessageDatabase.setEnableJournalDiskSyncs(boolean enableJournalDiskSyncs)`` is deprecated, and the note suggests to use ``MessageDatabase.setJournalDiskSyncStrategy(String journalDiskSyncStrategy)`` instead.

This is a no-jira task, just some cleaning in activemq-unit-tests to minimize deprecated warnings when building.

This is a no-jira task, just some cleaning in activemq-unit-tests to minimize deprecated warnings when building.

Updated things I've noticed that did not work when following the guide: - Windows example of starting the broker did not work. The broker on windows can be started with...

Adds a new configuration option for Jakarta client consumers. When this configuration is set, the consumer will throw a ``javax.jms.JMSException`` on receiving large text(type 3) message that would exceed the...