Skip to content

Jason 3.3.0

Latest
Compare
Choose a tag to compare
@jomifred jomifred released this 21 Feb 19:03
· 2 commits to main since this release
  • Java 21 is used

  • Agent's thread is Virtual and not Platform. It allow us to run thousands of agents.

  • namespaces may have assigned properties/values. See internal actions .namespace_set_property and .namespace_get_property.

  • internal actions .min and .max may have a query as second argument.

  • several (minor) improvements in Jason-CLI. About running a project:

    • jason x.mas2h uses gradle to run the application

    • jason mas start --mas2j=x.mas2h runs without gradle. The classpath might be informed using --cp if necessary.

    • jason app compile uses shadowJar to create a jar file with all files and dependencies to run the application.