Menu

Remote Tea / News: Recent posts

Remote Tea ONC/RPC 1.1.6 (stable) released

I released 1.1.6 of Remote Tea ONC/RPC. It is available at Maven Central and as download from this site.

Special thanks to ncryptor bringing in the following change to Remote Tea (cited from the merge request):

Migrate from deprecated boxed primitive constructors to their replacements. E.g., new Integer(...) becomes Integer.valueOf(...).
See https://bugs.openjdk.org/browse/JDK-8254324
... read more

Posted by Harald Wirths 2024-02-24

Remote Tea ONC/RPC 1.1.5 (stable) released

I released 1.1.5 of Remote Tea ONC/RPC. It is available at Maven Central and as download from this site.

Special thanks to peze bringing in the following enhancements to jrpcgen (cited from the merge request):

  • take over javadoc comments from .x file into .java files.
  • generate java enums instead of interface
    see also https://sourceforge.net/u/peze/wiki/Home/
  • generate an java-interface for each program definition at .x file
  • optional pass call information to server method stubs.
  • optional generate toString() methods
  • optional generate equals(Object o) and hashCode() methods.

    ... read more

Posted by Harald Wirths 2023-02-02

RemoteTea ONC/RPC 1.1.4 (stable) released

I released version 1.1.4 of Remote Tea ONC/RPC. It is available at Maven Central and as download from this site.

This version covers the issues referenced in the post 'Some issues' of gil, mainly. Thanks to gil for reporting and providing solutions for both issues!

Posted by Harald Wirths 2018-01-31

RemoteTea ONC/RPC 1.1.3 (stable) released

I released Version 1.1.3 of Remote Tea ONC/RPC. It is available at Maven Central. The export section of the OSGi bundle information in the manifest of remotetea-oncrpc-*.jar contains all packages of the ONC/RPC runtime library, now.

Although the change applies to the manifest of the Java archive remotetea-oncrpc-*.jar deployed to Maven Central, only, the Java packages are uploaded to Sourceforge as well, in order to keep the versions synchronized.... read more

Posted by Harald Wirths 2016-02-23

RemoteTea ONC/RPC 1.1.2 (stable) released

I released Version 1.1.2 of Remote Tea ONC/RPC. It is available at Maven Central. The manifest of remotetea-oncrpc-*.jar now contains OSGi bundle information.

As the change only applies to the manifest of the Java archive remotetea-oncrpc-*.jar deployed to Maven Central, no Java packages will be uploaded to Sourceforge.

Thanks to Daniel Pocock, who encouraged this change and provided the necessary patch!

Posted by Harald Wirths 2015-02-18

RemoteTea ONC/RPC Java Package 1.1.1 (stable) released

This is a minor maintenance release covering the changes as described in my previous post
Lookout to upcoming release 1.1.1.

Additionally I added the module information providing information on the project, the license and the changes, which are incorporated in the distribution files published at Sourceforge and Maven central.... read more

Posted by Harald Wirths 2015-01-30

Lookout to upcoming release 1.1.1

I converted the project into a Maven project. It has become a multi-module project, containing the modules oncrpc, jrpcgen, jportmap and maven-plugin.

The conversion mainly intends on seperating the project into its modules and on deploying it to Maven central.

The new module maven-plugin provides a Maven plugin for generating Java sources out of an x-file within the Maven life cycle phase generate-sources. The plugin internally runs jrpcgen. Therefore it behaves as running jrpcgen explicitly.... read more

Posted by Harald Wirths 2015-01-23

RemoteTea ONC/RPC Java Package 1.1.0 (stable) released

This is a minor feature/maintenance release. It contains some small feature enhancements (nullproc() method, custom authentication schemes, additional CLI options for jrpcgen) and bug fixes (error reporting on authentication errors such as 'bad credentials' and 'bad verifier' and source generation by jrpcgen).

Enjoy!

Posted by Harald Wirths 2015-01-16

RemoteTea is back, alive, and kickin'!

Since a few days, RemoteTea has a new admin, and with that a staff of developers that are actively working with and on RemoteTea.

Please allow us a few days to get into our seats, we targeting July 2014 for our first round of updates to the code base.

Posted by jmozdzen 2014-06-19

RemoteTea ONC/RPC Java Package 1.0.6 (stable) released

Some small/minor updates and fixes. Enjoy.

Posted by Harald Albrecht 2007-06-03

RemoteTea ONC/RPC Java Package 1.0.5 (stable) released

This is a maintenance release fixing a problem in the code generated by jrpcgen and fixing and tweaking the Ant build file.

Posted by Harald Albrecht 2006-03-18

RemoteTea ONC/RPC Java package 1.0.4 (stable) released

RemoteTea 1.0.4 contains several patches that have been sent in over the time since the 1.0.3 release. For instance, a bug concerning buffer underflows has been corrected. Some small new features are now included, such as PROGRAM-less .x files, support for generating Java Beans, et cetera.

Enjoy!

Posted by Harald Albrecht 2005-11-12

RemoteTea ONC/RPC Java package 1.0.3 (stable) released

The RemoteTea package is a fully fledged Java implementation for both clients and servers of Sun's ONC/RPC protocol. It supports the Java2/1.1 platforms, is written completely in Java and thus does not need to make use of external binary libraries.

Posted by Harald Albrecht 2003-08-14
MongoDB Logo MongoDB