KBMMW 4.83.00 发布
新版本又来了,端午节都不让大家过好:)
这次终于支持ios 64了,不用我再手工改了。
Components4Developers is a company established in 1999 with the purpose
of providing high quality development tools for developers and
enterprises. The primary focus is on SOA, EAI and systems integration
via our flagship product kbmMW. kbmMW is a portable, highly scalable, high end application server and
enterprise architecture integration (EAI) development framework for
Win32, ..Net and Linux with clients residing on Win32, .Net, Linux,
Unix, Mainframes, Minis, Embedded and many other places.
It is currently used as the backbone in hundreds of central systems, in
hospitals, courts, private, industries, offshore industry, finance,
telecom, governements, schools, laboratories, rentals, culture
institutions, FDA approved medical devices, military and more. 4.83.00 June 21 2015 Important notes (changes that may break existing code)
======================================================
* Added OwnerName string argument to
TkbmMWOnAuthenticateMetaData, TkbmMWOnApproveMetaDataResult
and TkbmMWOnGetMetaData to allow client to provide additional
information fwhen obtaining metadata (table name etc). New stuff
=========
- Added support for &#xhhhh; and &#dddd; character
encoding/decoding in XML.
- Added missing properties (LogTypeFilter, LogDataTypeFilter,
LogLevelFilter) and related getters/setters to
IkbmMWLogManager interface.
- Added Log.LogMemory methods for logging pointer based memory
areas.
- Added support for reading external Tds files in addition to
external Map files for debugging.
- Added selective option for using either frame based stack
tracing, OS based stack tracing or raw stack
tracing via the Log.StackTraceMethod property (default frame
based). Setting it to raw may provide more
detailed tracing, but also risks showing incorrect entries.
- Added LogManager.IgnoreException, IgnoreExceptions,
ClearIgnoreExceptions and IsExceptionIgnored.
They can be used to register specific exception classes that
you do not want kbmMW to log.
- Enhanced exception logging by forcing a stack trace if none
is provided with the exception object.
- Added ISO8601UTCDateTime property to TkbmMWDateTime which
always returns a UTC formatted date/time string.
- Added RFC1123UTCDateTime property to TkbmMWDateTime which
lways returns a UTC formatted date/time string.
- Added TkbmMWPlatformMarshal.Memory2Bytes function.
- Updated AnyDAC adapter with suggested changes by Francisco
Armando Dueñas Rodríguez.
- Updated SQLite adapter to support MacOS.
- Added more debugging functions to TkbmMWLog including logging
JSON and easier access to debug of
memory,stack,bytes,xml,json etc. Changes/minor additions
=======================
- Added OwnerName string argument to
TkbmMWOnAuthenticateMetaData, TkbmMWOnApproveMetaDataResult
and TkbmMWOnGetMetaData to allow client to provide additional
information fwhen obtaining metadata (table name etc).
- Added OwnerName to overloaded GetMetaData method in
TkbmMWClientQuery and TkbmMWClientStoredProc.
- Changed all RequestID references from longint to integer.
- Changed some longint to integer or TkbmNativeInt. Fixes
=====
- Fixed HTTP cookie expiration which did not work on Chrome due
to Chrome not supporting timezones.
- Fixed HTTP and AJAX transport stream format to not except
when connection is lost to ensure nice close down.
- Fixed MacOS compilation.
- Fixed integer overflow issue in kbmMWMurmurHash3 and changed
to use uint64 instead of int64.
- Fixed IOS compilation errors due to ambigous Seek method.
- Fixed Android compilation errors in
TkbmMWCustomThread.CurrentProcessID.
- Fixed IOS lockid 64 bit issues in TkbmMWLock (fast lock
implementation).
- Fixed WIB message actions not receiving arguments due to
message not unstreamed.
- Fixed unmarshalling root custom type in
kbmMWObjectMarshal.pas.
- Added LowestUnstreamState to TkbmMWCustomTransportStream. Its
used internally with batched messages for example to ensure
not unstreaming from oridinal data (and thus avoid multiple
decompression/decrypting on already decompressed/decrypted
data).
- Fixed various message batching/unbatching bugs.
- Fixed JSON bug resulting in A/V.
- Fixed multilevel list unmarshalling bug.
- Fixed XML bug related to node attributes named 'type'.
KBMMW 4.83.00 发布的更多相关文章
- kbmmw 5.05.00 发布
新年前最后几天,kbmmw 发布了新版本,增加一大波功能.we are happy to announce v5.05.50 of our popular middleware for Delphi ...
- KbmMW 4.30.00 发布
今天早上,KbmMW发布了4.30.00 版,这个版本开始支持XE4 的WIN/WIN64/OSX. 暂时不支持ios开发,同时加强了通过JSON 的对象序列化.还有就是解决了我提交的几个有关 汉字处 ...
- KBMMW 4.92.00 发布
We are happy to announce the release of kbmMW Professional and Enterprise Edition. Yet again kbmMW c ...
- KBMMW 4.90.00 发布
kbmMW is a portable, highly scalable, high end application server andenterprise architecture integra ...
- KBMMW 4.84.00 发布
kbmMW is a portable, highly scalable, high end application server and enterprise architecture integr ...
- KBMMW 4.82.00 发布
作者最近加紧了更新进度,赞一个. 时间都去哪儿了? 还没好好看4.81, 新版就来了. 这个版本主要是增强日志管理,已经强大到替换delphi 本身的异常处理了. We are happy to an ...
- KBMMW 4.80.00 发布
一大波更新来了. 4.80.00 March 30 2015 Important notes (changes that may break existing code) ======= ...
- KBMMW 4.70.00 发布
We are happy to announce the release of kbmMW v. 4.70.00 Professional and Enterprise Edition. kbmMW ...
- kbmmw 5.10.00 发布
We are happy to announce v5.10.00 of the most complete development add on for Delphi and C++Builder ...
随机推荐
- rabbitMQ 的基本知识
参考: https://www.cnblogs.com/dwlsxj/p/RabbitMQ.html
- ajax 实现跨域
ajax本身是不可以跨域的,通过产生一个script标签来实现跨域.因为script标签的src属性是没有跨域的限制的. 其实设置了dataType: 'jsonp'后,$.ajax方法就和ajax ...
- el 表达式的比较和包含
相等( equal ) :eq 不相等( not equal ): ne / neq 大于( greater than ): gt 小于( less than ): lt 大于等于( great th ...
- mysql:rand()产生随机整数,CONCAT拼接时间字符串
用存储过程插入测试数据,如果不想update_time都一样,可以进行随机字符串拼接:2月随机1天,小时随机 CONCAT('2017-02-',FLOOR(1 + (RAND() * 28)),' ...
- eclipse插件常用网址链接
目录 jar下载地址 java maven svn erMaster linux镜像ISO: http://www.linuxfly.org/post/659/ virtual下载: ...
- 吴裕雄 数据挖掘与分析案例实战(13)——GBDT模型的应用
# 导入第三方包import pandas as pdimport matplotlib.pyplot as plt # 读入数据default = pd.read_excel(r'F:\\pytho ...
- 疯狂JAVA——第四章 流程控制与数组
4.5 数组类型 数组也是一种类型.它本身是引用类型.例如int是一种基本类型,int[]就是引用类型. 两种定义数组的方式: 1.type[] arrayName; 2.type arrayName ...
- Linux就业技术指导(七):游戏类运维重点流程解析
一,某游戏公司例行上线与更新流程示例 例行维护/更新流程 1.1 更新前天 提前确认好要更新的是什么,更新会有人通知你,一般是运营人员 比如:我们明天做什么什么更新 1.2 第2天更新 一般固定点更新 ...
- ensembl数据库的使用方法
1)下载各种数据bam.gtf.fasta.ded等的地址 ftp://ftp.ensembl.org/../pub/release-93/
- 'org.springframework.beans.factory.xml.XmlBeanFactory' is deprecated
'org.springframework.beans.factory.xml.XmlBeanFactory' is deprecated XmlBeanFactory这个类已经被摒弃了.可以用以下代替 ...